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-12-19T03:17:27.970Z||main|||||INFO|500||The following profiles are active: basic 2022-12-19T03:17:44.008Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-19T03:17:44.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-19T03:17:44.182Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-19T03:17:50.379Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-19T03:17:50.833Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-19T03:17:51.553Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-19T03:17:51.565Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-19T03:17:51.765Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-19T03:17:52.003Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-19T03:17:52.835Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-19T03:17:54.825Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-19T03:17:58.127Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-19T03:17:58.213Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-19T03:17:59.114Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-19T03:17:59.441Z||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-12-19T03:18:01.044Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-19T03:18:02.381Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-19T03:18:02.404Z||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$$6480366b.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-12-19T03:18:02.405Z||main|||||WARN|500||The sdc end point is not alive 2022-12-19T03:18:06.289Z||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-12-19T03:18:10.203Z||main|||||WARN|500||--- 2022-12-19T03:18:10.204Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-19T03:18:10.204Z||main|||||WARN|500||--- 2022-12-19T03:18:11.033Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-19T03:18:19.001Z||main|||||INFO|500||Started Application in 55.459 seconds (JVM running for 58.138) 2022-12-19T03:18:19.023Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-19T03:18:19.040Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-19T03:18:19.064Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-19T03:18:19.130Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-19T03:18:19.218Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 972b3562-019a-4d96-b35d-2833716d6e0b url= /sdc/v1/artifactTypes 2022-12-19T03:18:19.219Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-19T03:18:19.737Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-19T03:18:19.780Z||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-12-19T03:18:19.836Z||scheduling-1|||||DEBUG|500||create keys 2022-12-19T03:18:19.897Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-19T03:18:20.003Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:18:20.025Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c8d6ff5d-5506-432f-9de0-ede9ff00470f url= /sdc/v1/registerForDistribution 2022-12-19T03:18:20.236Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c8d6ff5d-5506-432f-9de0-ede9ff00470f url= /sdc/v1/registerForDistribution 2022-12-19T03:18:20.236Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-19T03:18:20.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:18:20.282Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-19T03:18:20.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:18:20.288Z||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-12-19T03:18:20.289Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:18:20.290Z||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-12-19T03:18:20.290Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:18:30.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:18:30.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:19:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:19:20.251Z||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-12-19T03:19:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:19:20.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:19:20.262Z||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-12-19T03:19:20.263Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:19:29.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:19:29.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:20:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:20:20.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:20:20.250Z||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-12-19T03:20:20.250Z||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-12-19T03:20:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:20:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:20:29.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:20:29.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:21:20.247Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:21:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:21:20.249Z||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-12-19T03:21:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:21:20.252Z||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-12-19T03:21:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:21:29.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:21:29.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:22:20.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:22:20.250Z||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-12-19T03:22:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:22:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:22:20.258Z||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-12-19T03:22:20.265Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:22:29.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:22:29.830Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:23:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:23:20.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:23:20.250Z||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-12-19T03:23:20.250Z||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-12-19T03:23:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:23:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:23:29.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:23:29.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:24:20.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:24:20.248Z||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-12-19T03:24:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:24:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:24:20.249Z||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-12-19T03:24:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:24:29.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:24:29.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:25:20.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:25:20.248Z||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-12-19T03:25:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:25:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:25:20.251Z||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-12-19T03:25:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:25:29.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:25:29.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:26:20.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:26:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:26:20.250Z||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-12-19T03:26:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:26:20.252Z||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-12-19T03:26:20.253Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:26:29.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:26:29.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:27:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:27:20.248Z||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-12-19T03:27:20.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:27:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:27:20.249Z||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-12-19T03:27:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:27:29.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:27:29.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:27:31.031Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-19T03:28:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:28:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:28:20.250Z||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-12-19T03:28:20.250Z||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-12-19T03:28:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:28:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:28:29.829Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:28:29.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:29:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:29:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:29:20.250Z||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-12-19T03:29:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:29:20.251Z||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-12-19T03:29:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:29:29.803Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:29:29.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:30:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:30:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:30:20.249Z||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-12-19T03:30:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:30:20.249Z||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-12-19T03:30:20.253Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:30:29.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:30:29.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:31:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:31:20.248Z||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-12-19T03:31:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:31:20.250Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:31:20.251Z||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-12-19T03:31:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:31:29.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:31:29.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:32:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:32:20.248Z||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-12-19T03:32:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:32:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:32:20.249Z||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-12-19T03:32:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:32:29.792Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:32:29.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:33:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:33:20.248Z||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-12-19T03:33:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:33:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:33:20.249Z||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-12-19T03:33:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:33:29.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:33:29.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:34:20.246Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:34:20.248Z||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-12-19T03:34:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:34:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:34:20.249Z||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-12-19T03:34:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:34:29.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:34:29.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:35:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:35:20.248Z||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-12-19T03:35:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:35:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:35:20.249Z||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-12-19T03:35:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:35:29.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:35:29.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:36:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:36:20.249Z||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-12-19T03:36:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:36:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:36:20.250Z||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-12-19T03:36:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:36:29.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:36:29.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:37:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:37:20.248Z||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-12-19T03:37:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:37:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:37:20.250Z||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-12-19T03:37:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:37:29.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:37:29.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:38:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:38:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:38:20.250Z||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-12-19T03:38:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:38:20.250Z||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-12-19T03:38:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:38:29.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:38:29.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:39:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:39:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:39:20.248Z||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-12-19T03:39:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:39:20.249Z||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-12-19T03:39:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:39:29.804Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:39:29.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:40:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:40:20.248Z||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-12-19T03:40:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:40:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:40:20.250Z||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-12-19T03:40:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:40:29.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:40:29.824Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:41:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:41:20.247Z||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-12-19T03:41:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:41:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:41:20.249Z||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-12-19T03:41:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:41:29.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:41:29.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:42:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:42:20.248Z||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-12-19T03:42:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:42:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:42:20.249Z||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-12-19T03:42:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:42:29.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:42:29.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:43:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:43:20.249Z||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-12-19T03:43:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:43:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:43:20.250Z||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-12-19T03:43:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:43:29.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:43:29.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:44:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:44:20.248Z||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-12-19T03:44:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:44:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:44:20.249Z||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-12-19T03:44:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:44:29.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:44:29.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:45:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:45:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:45:20.248Z||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-12-19T03:45:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:45:20.249Z||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-12-19T03:45:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:45:29.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:45:29.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:46:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:46:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:46:20.250Z||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-12-19T03:46:20.251Z||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-12-19T03:46:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:46:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:46:29.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:46:29.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:47:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:47:20.248Z||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-12-19T03:47:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:47:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:47:20.249Z||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-12-19T03:47:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:47:29.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:47:29.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:48:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:48:20.248Z||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-12-19T03:48:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:48:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:48:20.255Z||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-12-19T03:48:20.255Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:48:29.798Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:48:29.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:49:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:49:20.247Z||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-12-19T03:49:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:49:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:49:20.249Z||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-12-19T03:49:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:49:29.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:49:29.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:50:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:50:20.248Z||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-12-19T03:50:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:50:20.250Z||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-12-19T03:50:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:50:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:50:29.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:50:29.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:51:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:51:20.248Z||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-12-19T03:51:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:51:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:51:20.249Z||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-12-19T03:51:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:51:29.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:51:29.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:52:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:52:20.248Z||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-12-19T03:52:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:52:20.251Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:52:20.252Z||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-12-19T03:52:20.253Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:52:29.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:52:29.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:53:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:53:20.248Z||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-12-19T03:53:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:53:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:53:20.249Z||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-12-19T03:53:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:53:29.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:53:29.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:54:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:54:20.248Z||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-12-19T03:54:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:54:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:54:20.249Z||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-12-19T03:54:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:54:29.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:54:29.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:55:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:55:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:55:20.250Z||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-12-19T03:55:20.250Z||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-12-19T03:55:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:55:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:55:29.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:55:29.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:56:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:56:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:56:20.250Z||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-12-19T03:56:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:56:20.250Z||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-12-19T03:56:20.253Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:56:29.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:56:29.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:57:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:57:20.248Z||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-12-19T03:57:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:57:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:57:20.249Z||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-12-19T03:57:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:57:29.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:57:29.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:58:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:58:20.249Z||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-12-19T03:58:20.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:58:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:58:20.253Z||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-12-19T03:58:20.254Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:58:29.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:58:29.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:59:20.246Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:59:20.248Z||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-12-19T03:59:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:59:20.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T03:59:20.249Z||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-12-19T03:59:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T03:59:29.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T03:59:29.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:00:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:00:20.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:00:20.249Z||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-12-19T04:00:20.250Z||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-12-19T04:00:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:00:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:00:29.804Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:00:29.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:01:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:01:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:01:20.249Z||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-12-19T04:01:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:01:20.249Z||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-12-19T04:01:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:01:29.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:01:29.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:02:20.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:02:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:02:20.250Z||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-12-19T04:02:20.250Z||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-12-19T04:02:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:02:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:02:29.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:02:29.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:03:20.246Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:03:20.248Z||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-12-19T04:03:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:03:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:03:20.249Z||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-12-19T04:03:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:03:29.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:03:29.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:04:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:04:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:04:20.249Z||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-12-19T04:04:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:04:20.251Z||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-12-19T04:04:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:04:29.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:04:29.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:05:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:05:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:05:20.248Z||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-12-19T04:05:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:05:20.249Z||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-12-19T04:05:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:05:29.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:05:29.798Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:06:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:06:20.249Z||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-12-19T04:06:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:06:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:06:20.249Z||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-12-19T04:06:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:06:29.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:06:29.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:07:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:07:20.248Z||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-12-19T04:07:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:07:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:07:20.249Z||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-12-19T04:07:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:07:29.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:07:29.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:08:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:08:20.248Z||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-12-19T04:08:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:08:20.249Z||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-12-19T04:08:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:08:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:08:29.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:08:29.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:09:20.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:09:20.247Z||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-12-19T04:09:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:09:20.251Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:09:20.252Z||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-12-19T04:09:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:09:29.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:09:29.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:10:20.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:10:20.248Z||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-12-19T04:10:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:10:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:10:20.250Z||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-12-19T04:10:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:10:29.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:10:29.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:11:20.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:11:20.248Z||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-12-19T04:11:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:11:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:11:20.249Z||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-12-19T04:11:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:11:29.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:11:29.791Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:12:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:12:20.257Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:12:20.258Z||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-12-19T04:12:20.259Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:12:20.251Z||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-12-19T04:12:20.266Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:12:29.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:12:29.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:13:20.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:13:20.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:13:20.249Z||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-12-19T04:13:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:13:20.249Z||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-12-19T04:13:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:13:29.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:13:29.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:14:20.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:14:20.250Z||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-12-19T04:14:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:14:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:14:20.252Z||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-12-19T04:14:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:14:29.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:14:29.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:15:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:15:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:15:20.249Z||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-12-19T04:15:20.249Z||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-12-19T04:15:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:15:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:15:29.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:15:29.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:16:20.247Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:16:20.248Z||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-12-19T04:16:20.249Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:16:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:16:20.276Z||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-12-19T04:16:20.276Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:16:29.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:16:29.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:17:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:17:20.248Z||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-12-19T04:17:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:17:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:17:20.249Z||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-12-19T04:17:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:17:29.790Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:17:29.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:18:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:18:20.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:18:20.250Z||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-12-19T04:18:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:18:20.250Z||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-12-19T04:18:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:18:29.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:18:29.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:19:20.247Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:19:20.248Z||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-12-19T04:19:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:19:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:19:20.249Z||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-12-19T04:19:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:19:29.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:19:29.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:20:20.246Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:20:20.248Z||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-12-19T04:20:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:20:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:20:20.249Z||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-12-19T04:20:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:20:29.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:20:29.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:21:20.246Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:21:20.248Z||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-12-19T04:21:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:21:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:21:20.249Z||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-12-19T04:21:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:21:29.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:21:29.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:22:20.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:22:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:22:20.248Z||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-12-19T04:22:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:22:20.249Z||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-12-19T04:22:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:22:29.796Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:22:29.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:23:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:23:20.248Z||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-12-19T04:23:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:23:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:23:20.249Z||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-12-19T04:23:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:23:29.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:23:29.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:24:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:24:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:24:20.251Z||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-12-19T04:24:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:24:20.252Z||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-12-19T04:24:20.253Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:24:29.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:24:29.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:25:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:25:20.248Z||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-12-19T04:25:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:25:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:25:20.249Z||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-12-19T04:25:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:25:29.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:25:29.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:26:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:26:20.248Z||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-12-19T04:26:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:26:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:26:20.249Z||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-12-19T04:26:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:26:29.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:26:29.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:27:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:27:20.247Z||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-12-19T04:27:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:27:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:27:20.249Z||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-12-19T04:27:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:27:29.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:27:29.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:28:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:28:20.247Z||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-12-19T04:28:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:28:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:28:20.249Z||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-12-19T04:28:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:28:29.802Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:28:29.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:29:20.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:29:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:29:20.250Z||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-12-19T04:29:20.250Z||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-12-19T04:29:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:29:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:29:29.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:29:29.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:30:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:30:20.248Z||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-12-19T04:30:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:30:20.253Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:30:20.254Z||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-12-19T04:30:20.254Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:30:29.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:30:29.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:31:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:31:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:31:20.248Z||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-12-19T04:31:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:31:20.249Z||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-12-19T04:31:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:31:29.797Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:31:29.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:20.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:32:20.248Z||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-12-19T04:32:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:32:20.249Z||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-12-19T04:32:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:20.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:20.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424318742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "ves-openapi-manager", "timestamp": 1671424316841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424318742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "ves-openapi-manager", "timestamp": 1671424316841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424318742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "ves-openapi-manager", "timestamp": 1671424316841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424318742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "ves-openapi-manager", "timestamp": 1671424316841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424325950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424318742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "ves-openapi-manager", "timestamp": 1671424316841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424325506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424325950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424318742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "ves-openapi-manager", "timestamp": 1671424316841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424325506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424325950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424318742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:32:20.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "ves-openapi-manager", "timestamp": 1671424316841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424325506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424325950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424329249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424330030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:32:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424325506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424325950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424329249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:32:20.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424325506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424325950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424329249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-19T04:32:20.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424325506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424325950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:32:20.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424329249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424325506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:32:20.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424333896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:20.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:32:20.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424329249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-19T04:32:20.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424333423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:20.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:32:20.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424329249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:20.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "cds", "timestamp": 1671424334527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-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-12-19T04:32:20.821Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 988ff5f0-2556-4493-8894-14639a1f3555 2022-12-19T04:32:20.845Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:32:20.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424329249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:32:20.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:32:20.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424336359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:32:20.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:32:20.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424337157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:20.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:32:20.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424337367, "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-12-19T04:32:20.891Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 988ff5f0-2556-4493-8894-14639a1f3555 2022-12-19T04:32:20.892Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:32:20.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424338291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:20.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:32:20.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424339361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:20.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:32:20.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424340465, "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-12-19T04:32:20.910Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 988ff5f0-2556-4493-8894-14639a1f3555 2022-12-19T04:32:20.910Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:32:20.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:20.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:32:20.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"988ff5f0-2556-4493-8894-14639a1f3555","serviceName":"basic_onboard_bbDGTb","serviceVersion":"1.0","serviceUUID":"775720f2-5547-4123-8152-bab44f263749","serviceDescription":"service","serviceInvariantUUID":"56bfd612-0842-4a3b-a077-32d1ca3c9156","resources":[{"resourceInstanceName":"basic_onboard_bbDGTb 0","resourceName":"basic_onboard_bbDGTb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"342c305d-ad00-4e19-9e50-80669823e1ee","resourceInvariantUUID":"fdbc8dff-ef2c-4cd9-8269-44162f6ea43f","resourceCustomizationUUID":"f7951c59-9968-493c-aa6f-a4c465d9d3de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml","artifactChecksum":"YWVhNjM5ODhlYzc4M2YwNTIzMTgyMTQwYWQ1NjlhNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a623d50-6c19-44bb-a51e-29c29cf521d7","artifactVersion":"1"},{"artifactName":"basic_onboard_bbdgtb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json","artifactChecksum":"MTBlMWU3MmE3YzhiYzYzNWI2Y2UyMjIwOWQyNWU2NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d40ca69-03c1-45fd-825b-a0bd5ebc6c87","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ea7ad327-4c06-4a3b-bbac-420ee75601be","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e25c29d-1ac0-477e-8d8a-3802b2b4c1fc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"308b1b61-96de-4eba-acd9-8424026e8487","artifactVersion":"2","generatedFromUUID":"ea7ad327-4c06-4a3b-bbac-420ee75601be"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBbdgtb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml","artifactChecksum":"YmVmYzE3YWQ0OWUzOTE5MTc3OTFhZDVhZTgwZDNmMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"912d2204-368f-412e-b920-448136838a83","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBbdgtb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar","artifactChecksum":"YWU2MTFjNjQ4YmI5MzdmYWEwZWQ3NWNhNmEzNWEyNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0a4b7ae-b40b-45e3-9fa2-79975679424a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T04:32:20.937Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:32:20.945Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:20.960Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:20.961Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:21.061Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-12-19T04:32:21.065Z||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-12-19T04:32:21.066Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:21.082Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:21.083Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:21.970Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:32:21.971Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:21.973Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:21.973Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:32:22.073Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:22.074Z||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-12-19T04:32:22.075Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:22.088Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:22.089Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:22.974Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:32:22.975Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:22.977Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:22.977Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-19T04:32:23.077Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:23.078Z||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-12-19T04:32:23.079Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:23.092Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:23.093Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:23.978Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:32:23.978Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:23.981Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:23.981Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:24.081Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:24.082Z||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-12-19T04:32:24.082Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:24.097Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:24.098Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:24.982Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:32:24.982Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:24.984Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:24.985Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-19T04:32:25.085Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:25.086Z||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-12-19T04:32:25.087Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:25.099Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:25.100Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:32:25.985Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:32:25.986Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:25.989Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:25.989Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:32:26.089Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:26.090Z||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-12-19T04:32:26.090Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:26.103Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:26.103Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:26.990Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:32:26.991Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:26.995Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:26.995Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:32:27.095Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:27.096Z||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-12-19T04:32:27.097Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:27.109Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:27.109Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:27.998Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "serviceName": "basic_onboard_bbDGTb", "serviceVersion": "1.0", "serviceUUID": "775720f2-5547-4123-8152-bab44f263749", "serviceDescription": "service", "serviceInvariantUUID": "56bfd612-0842-4a3b-a077-32d1ca3c9156", "resources": [ { "resourceInstanceName": "basic_onboard_bbDGTb 0", "resourceCustomizationUUID": "f7951c59-9968-493c-aa6f-a4c465d9d3de", "resourceName": "basic_onboard_bbDGTb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "342c305d-ad00-4e19-9e50-80669823e1ee", "resourceInvariantUUID": "fdbc8dff-ef2c-4cd9-8269-44162f6ea43f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_bbdgtb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "artifactChecksum": "MTBlMWU3MmE3YzhiYzYzNWI2Y2UyMjIwOWQyNWU2NmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d40ca69-03c1-45fd-825b-a0bd5ebc6c87", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ea7ad327-4c06-4a3b-bbac-420ee75601be", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "308b1b61-96de-4eba-acd9-8424026e8487", "generatedFromUUID": "ea7ad327-4c06-4a3b-bbac-420ee75601be" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "308b1b61-96de-4eba-acd9-8424026e8487", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardBbdgtb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "artifactChecksum": "YWU2MTFjNjQ4YmI5MzdmYWEwZWQ3NWNhNmEzNWEyNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0a4b7ae-b40b-45e3-9fa2-79975679424a" } ], "workloadContext": "Production" } 2022-12-19T04:32:28.002Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T04:32:28.002Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 775720f2-5547-4123-8152-bab44f263749 ASDC 2022-12-19T04:32:28.154Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:988ff5f0-2556-4493-8894-14639a1f3555 ServiceName:basic_onboard_bbDGTb ServiceVersion:1.0 ServiceUUID:775720f2-5547-4123-8152-bab44f263749 ServiceInvariantUUID:56bfd612-0842-4a3b-a077-32d1ca3c9156 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardBbdgtb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar ArtifactUUID:b0a4b7ae-b40b-45e3-9fa2-79975679424a ArtifactChecksum:YWU2MTFjNjQ4YmI5MzdmYWEwZWQ3NWNhNmEzNWEyNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_bbDGTb 0 ResourceCustomizationUUID:f7951c59-9968-493c-aa6f-a4c465d9d3de ResourceInvariantUUID:fdbc8dff-ef2c-4cd9-8269-44162f6ea43f ResourceName:basic_onboard_bbDGTb ResourceType:VF ResourceUUID:342c305d-ad00-4e19-9e50-80669823e1ee ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_bbdgtb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json ArtifactUUID:0d40ca69-03c1-45fd-825b-a0bd5ebc6c87 ArtifactChecksum:MTBlMWU3MmE3YzhiYzYzNWI2Y2UyMjIwOWQyNWU2NmI= 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/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml ArtifactUUID:ea7ad327-4c06-4a3b-bbac-420ee75601be 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/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env ArtifactUUID:308b1b61-96de-4eba-acd9-8424026e8487 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/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env ArtifactUUID:308b1b61-96de-4eba-acd9-8424026e8487 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-19T04:32:28.157Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 775720f2-5547-4123-8152-bab44f263749 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-12-19T04:32:28.258Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:32:28.260Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-19T04:32:28.262Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-19T04:32:28.263Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0a4b7ae-b40b-45e3-9fa2-79975679424a from URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:28.263Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-19T04:32:28.266Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:28.494Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-19T04:32:28.511Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar b0a4b7ae-b40b-45e3-9fa2-79975679424a 75297 2022-12-19T04:32:28.513Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar ASDC sendASDCNotification 2022-12-19T04:32:28.513Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:28.515Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:32:28.516Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:28.518Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:28.518Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424348511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:28.618Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:28.619Z||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-12-19T04:32:28.620Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:28.637Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:28.638Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:29.519Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:32:29.520Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-19T04:32:29.520Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b0a4b7ae-b40b-45e3-9fa2-79975679424a, URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar to file: /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:29.521Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:29.626Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:29.626Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:30.252Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8724512931631434748/Definitions/service-BasicOnboardBbdgtb-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-12-19T04:32:32.752Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T04:32:32.758Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-19T04:32:32.758Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:32.758Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-19T04:32:32.759Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:32.759Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bbDGTb 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-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:32.759Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:32.759Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:32.760Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:32.760Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:32.760Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:32.760Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-19T04:32:32.767Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.770Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:32.778Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:32.778Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-19T04:32:32.781Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:32:32.783Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.783Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:32.784Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:32.784Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-19T04:32:32.784Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:32:32.785Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.785Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:32.790Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.790Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is not matching search criteria 2022-12-19T04:32:32.790Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-19T04:32:32.791Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-19T04:32:32.791Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-19T04:32:32.791Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-19T04:32:32.791Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-19T04:32:32.792Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.792Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T04:32:32.794Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.794Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:32.794Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:32:32.795Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.795Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:32.795Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:32:32.796Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.796Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:32.796Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:32:32.796Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.797Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is not matching search criteria 2022-12-19T04:32:32.797Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-19T04:32:32.797Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=71cf8737-d8f5-49a5-8e03-85b15a10879e 2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:32.799Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.799Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:32.799Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:32.800Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:32.800Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_bbDGTb Description:service Model UUID:775720f2-5547-4123-8152-bab44f263749 Model Version:NULL Model InvariantUuid:56bfd612-0842-4a3b-a077-32d1ca3c9156 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_bbDGTb Model UUID:6d4cdb7f-267d-4491-aab5-5ca826be438a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fdbc8dff-ef2c-4cd9-8269-44162f6ea43f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f7951c59-9968-493c-aa6f-a4c465d9d3de NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:82c7b06e-c298-4094-b138-d3c989610f8f ModelName:BasicOnboardBbdgtb..base_ubuntu18..module-0 ModelUuid:a2b92604-e3b7-433a-9108-cf493867d046 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:71cf8737-d8f5-49a5-8e03-85b15a10879e ModelInvariantUuid:48c0846d-4b86-4fd4-b81a-f68efcdfbdef ModelName:basic_onboard_bbDGTb-nodes.ubuntu18Cvfc ModelUuid:8b842d85-da53-416b-a153-69f6c39e1b47 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:cf2643d5-b8fc-46b1-9d15-ee40656769c4 ModelInvariantUuid:afc1a9f5-0e9b-4ea9-9552-e7eacd0ebf85 ModelName:BasicOnboardBbdgtb.compute.nodes.heat.ubuntu18 ModelUuid:5a3dc736-ee40-4caa-8646-524428a81d39 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-12-19T04:32:32.812Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 342c305d-ad00-4e19-9e50-80669823e1ee 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-12-19T04:32:32.912Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||basic_onboard_bbDGTb 0 2022-12-19T04:32:32.920Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 342c305d-ad00-4e19-9e50-80669823e1ee 2022-12-19T04:32:32.921Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0d40ca69-03c1-45fd-825b-a0bd5ebc6c87 from URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json 2022-12-19T04:32:32.921Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-19T04:32:32.921Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json 2022-12-19T04:32:32.974Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-19T04:32:32.975Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json 0d40ca69-03c1-45fd-825b-a0bd5ebc6c87 798 2022-12-19T04:32:32.975Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json ASDC sendASDCNotification 2022-12-19T04:32:32.975Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json 2022-12-19T04:32:32.976Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:32:32.976Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:32.979Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:32.980Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424352975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:33.079Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:32:33.080Z||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-12-19T04:32:33.080Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:33.096Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:33.097Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:33.981Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBbdgtb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "82c7b06e-c298-4094-b138-d3c989610f8f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2b92604-e3b7-433a-9108-cf493867d046", "vfModuleModelCustomizationUUID": "53934df4-bb91-4c91-bc14-1b8724fddab3", "isBase": true, "artifacts": [ "ea7ad327-4c06-4a3b-bbac-420ee75601be", "308b1b61-96de-4eba-acd9-8424026e8487" ], "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-12-19T04:32:33.998Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBbdgtb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2b92604-e3b7-433a-9108-cf493867d046 VfModuleModelInvariantUUID:82c7b06e-c298-4094-b138-d3c989610f8f VfModuleModelDescription:NULL Artifacts UUID List:{ ea7ad327-4c06-4a3b-bbac-420ee75601be , 308b1b61-96de-4eba-acd9-8424026e8487 } 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-12-19T04:32:34.003Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBbdgtb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "82c7b06e-c298-4094-b138-d3c989610f8f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2b92604-e3b7-433a-9108-cf493867d046", "vfModuleModelCustomizationUUID": "53934df4-bb91-4c91-bc14-1b8724fddab3", "isBase": true, "artifacts": [ "ea7ad327-4c06-4a3b-bbac-420ee75601be", "308b1b61-96de-4eba-acd9-8424026e8487" ], "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-12-19T04:32:34.003Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBbdgtb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2b92604-e3b7-433a-9108-cf493867d046 VfModuleModelInvariantUUID:82c7b06e-c298-4094-b138-d3c989610f8f VfModuleModelDescription:NULL Artifacts UUID List:{ ea7ad327-4c06-4a3b-bbac-420ee75601be , 308b1b61-96de-4eba-acd9-8424026e8487 } 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-12-19T04:32:34.003Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ea7ad327-4c06-4a3b-bbac-420ee75601be from URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml 2022-12-19T04:32:34.004Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-19T04:32:34.004Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml 2022-12-19T04:32:34.053Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-19T04:32:34.053Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml ea7ad327-4c06-4a3b-bbac-420ee75601be 5033 2022-12-19T04:32:34.054Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-19T04:32:34.054Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml 2022-12-19T04:32:34.054Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:32:34.054Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:34.057Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:34.057Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424354054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:34.157Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:34.159Z||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-12-19T04:32:34.159Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:34.171Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:34.172Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:32:35.059Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 308b1b61-96de-4eba-acd9-8424026e8487 from URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env 2022-12-19T04:32:35.060Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-19T04:32:35.061Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env 2022-12-19T04:32:35.112Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-19T04:32:35.113Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env 308b1b61-96de-4eba-acd9-8424026e8487 909 2022-12-19T04:32:35.114Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-19T04:32:35.114Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env 2022-12-19T04:32:35.114Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:32:35.115Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:35.120Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:35.120Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424355114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:32:35.220Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:32:35.221Z||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-12-19T04:32:35.222Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:35.237Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:35.237Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:36.125Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 775720f2-5547-4123-8152-bab44f263749 2022-12-19T04:32:36.126Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bbDGTb 0 342c305d-ad00-4e19-9e50-80669823e1ee 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-12-19T04:32:36.173Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@675dd066, org.onap.sdc.toscaparser.api.parameters.Input@7bb034c6, org.onap.sdc.toscaparser.api.parameters.Input@3c9b4728, org.onap.sdc.toscaparser.api.parameters.Input@246e5c34, org.onap.sdc.toscaparser.api.parameters.Input@2d39763f] 2022-12-19T04:32:36.180Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.180Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:36.181Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-12-19T04:32:36.181Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f7951c59-9968-493c-aa6f-a4c465d9d3de 2022-12-19T04:32:36.181Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7951c59-9968-493c-aa6f-a4c465d9d3de matches Tosca VF Customization UUID: f7951c59-9968-493c-aa6f-a4c465d9d3de 2022-12-19T04:32:36.181Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f7951c59-9968-493c-aa6f-a4c465d9d3de 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-12-19T04:32:36.199Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.199Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:36.202Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f7951c59-9968-493c-aa6f-a4c465d9d3de: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-19T04:32:36.203Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38cf423d 2022-12-19T04:32:36.203Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.203Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T04:32:36.205Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 53934df4-bb91-4c91-bc14-1b8724fddab3 2022-12-19T04:32:36.206Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 53934df4-bb91-4c91-bc14-1b8724fddab3 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-12-19T04:32:36.216Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.216Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:36.217Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:32:36.218Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.218Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:36.219Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:32:36.219Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.219Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is not matching search criteria 2022-12-19T04:32:36.220Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-19T04:32:36.220Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-19T04:32:36.220Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=71cf8737-d8f5-49a5-8e03-85b15a10879e 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-12-19T04:32:36.232Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.233Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:36.233Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:32:36.234Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.235Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria 2022-12-19T04:32:36.235Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=f7951c59-9968-493c-aa6f-a4c465d9d3de 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-12-19T04:32:36.240Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.240Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:36.241Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 775720f2-5547-4123-8152-bab44f263749: basic_onboard_bbDGTb 2022-12-19T04:32:36.241Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.241Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:36.242Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.242Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:36.242Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.242Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:36.243Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.243Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:36.243Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:32:36.243Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:32:36.244Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_bbDGTb 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-12-19T04:32:36.442Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bbDGTb 342c305d-ad00-4e19-9e50-80669823e1ee 1 ASDC deployResourceStructure 2022-12-19T04:32:36.444Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json ASDC sendASDCNotification 2022-12-19T04:32:36.444Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json 2022-12-19T04:32:36.446Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:32:36.447Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:36.450Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:36.450Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424356444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:32:36.550Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:36.551Z||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-12-19T04:32:36.552Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:36.568Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:36.569Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:37.451Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-19T04:32:37.451Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml 2022-12-19T04:32:37.452Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:32:37.452Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:37.454Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:37.454Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424357451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:32:37.555Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:37.556Z||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-12-19T04:32:37.556Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:37.568Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:37.568Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:38.465Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-19T04:32:38.466Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env 2022-12-19T04:32:38.466Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:32:38.466Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:38.473Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:38.473Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424358465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-19T04:32:38.570Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-19T04:32:38.573Z||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-12-19T04:32:38.573Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:38.588Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:38.589Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:32:39.475Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar ASDC sendASDCNotification 2022-12-19T04:32:39.475Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar 2022-12-19T04:32:39.475Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:32:39.476Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:32:39.478Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:32:39.478Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424359474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:32:39.578Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:32:39.579Z||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-12-19T04:32:39.579Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:32:39.590Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:32:39.591Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:32:40.479Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:32:40.501Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:32:40.505Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:32:40.505Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:32:40.505Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:33:10.506Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:33:10.521Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:33:10.527Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:33:10.527Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:33:10.527Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:33:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:33:20.251Z||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-12-19T04:33:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:33:20.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:33:20.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:33:20.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "multicloud-k8s-id", "timestamp": 1671424341470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:33:20.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:33:40.533Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:33:40.591Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:33:40.603Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:33:40.603Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:33:40.603Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:34:10.604Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:34:10.619Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:34:10.629Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:34:10.629Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:34:10.629Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:34:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:34:20.250Z||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-12-19T04:34:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:34:20.792Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:34:20.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:34:20.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:34:20.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:34:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-19T04:34:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:34:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-19T04:34:20.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:34:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424346354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:34:20.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:34:20.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:34:20.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "aai-ml", "timestamp": 1671424347362, "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-12-19T04:34:20.806Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 988ff5f0-2556-4493-8894-14639a1f3555 2022-12-19T04:34:20.806Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:34:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424340246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:34:20.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424348511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:34:20.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424352975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:34:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424354054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:34:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424355114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:34:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424356444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424357451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424358465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-19T04:34:20.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:20.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:34:20.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424359474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:34:20.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:34:40.630Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:34:40.646Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:34:40.651Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:34:40.651Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:34:40.651Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:34:40.651Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:34:40.652Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T04:34:40.665Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T04:35:10.668Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:35:10.694Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 988ff5f0-2556-4493-8894-14639a1f3555 and serviceModelVersionId: 775720f2-5547-4123-8152-bab44f263749 2022-12-19T04:35:10.695Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56bfd612-0842-4a3b-a077-32d1ca3c9156 2022-12-19T04:35:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:35:20.250Z||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-12-19T04:35:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:35:27.647Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0 2022-12-19T04:35:27.779Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T04:35:28.376Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|INFO|500||Invoke 2022-12-19T04:35:28.387Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[988ff5f0-2556-4493-8894-14639a1f3555], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca7f3ffd-c4a7-4767-8079-79b7b5a5cf88], X-ECOMP-RequestID=[988ff5f0-2556-4493-8894-14639a1f3555], X-TransactionId=[], X-ONAP-RequestID=[988ff5f0-2556-4493-8894-14639a1f3555], Content-Type=[application/merge-patch+json]} 2022-12-19T04:35:28.530Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T04:35:28.758Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?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/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:35:29 GMT], content-length=[0], vertex-id=[159752], x-aai-txid=[1-aai-resources-221219-04:35:29:597-48107], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T04:35:28.761Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-19T04:35:28.762Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|INFO|500||InvokeReturn 2022-12-19T04:35:28.767Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T04:35:28.767Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T04:35:28.774Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T04:35:28.775Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 988ff5f0-2556-4493-8894-14639a1f3555 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T04:35:28.777Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T04:35:28.777Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:35:28.780Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:35:28.780Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424528776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:35:28.880Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:35:28.882Z||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-12-19T04:35:28.882Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:35:28.895Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:35:28.896Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:35:29.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:35:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:35:29.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "988ff5f0-2556-4493-8894-14639a1f3555", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424528776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:35:29.512Z||pool-2-thread-9|||||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-12-19T04:35:29.795Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:35:29.796Z|988ff5f0-2556-4493-8894-14639a1f3555|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-12-19T04:35:29.797Z|988ff5f0-2556-4493-8894-14639a1f3555|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:35:40.075Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:35:40.078Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:35:40.080Z|988ff5f0-2556-4493-8894-14639a1f3555|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-12-19T04:35:40.080Z|988ff5f0-2556-4493-8894-14639a1f3555|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:35:49.625Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:35:49.626Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:35:49.627Z|988ff5f0-2556-4493-8894-14639a1f3555|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-12-19T04:35:49.627Z|988ff5f0-2556-4493-8894-14639a1f3555|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:35:59.166Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:20.246Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:36:20.248Z|988ff5f0-2556-4493-8894-14639a1f3555|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-12-19T04:36:20.248Z|988ff5f0-2556-4493-8894-14639a1f3555|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:36:20.256Z||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-12-19T04:36:20.257Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:27.047Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:27.049Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:36:27.049Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1","serviceName":"vFW 2022-12-19 04-35-33","serviceVersion":"1.0","serviceUUID":"5153601d-9b29-4183-b6a2-af5059246a5a","serviceDescription":"catalog service description","serviceInvariantUUID":"68d038d3-3762-4b65-9d1d-7ada1975687a","resources":[{"resourceInstanceName":"vFW a0cfbea2-1493 0","resourceName":"vFW a0cfbea2-1493","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"208178c2-4c57-45c6-807a-7dcd4e08d55b","resourceInvariantUUID":"4daf95e9-6b94-4daf-a232-02deb93fed00","resourceCustomizationUUID":"5e6028a3-267f-41fb-8282-196a7e2276c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml","artifactChecksum":"ZDEwY2NiNTJiY2UxNGY0MjYyMjEyNDhhZjMxZDE1NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8955c2d1-a96a-499f-a3a4-3bc3a6a73e8b","artifactVersion":"1"},{"artifactName":"vfwa0cfbea214930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json","artifactChecksum":"NDQwNzY1ZmU3MWI5MmU1MGNjYjQ1ZjZjOTQ1NTY2ZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36ab8454-7dfc-49c9-9137-df55c09b7be7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1c8d49aa-4717-4254-bff4-00d157ea95ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml","artifactChecksum":"NGVmNWJkNjUxNWZjNjk3OTM0N2I4ZmMwZTU1ZDE5MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74f44a5d-eaf6-4d77-af89-d9c57a0da390","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee936eb7-76e3-4530-877a-8a68183cbb4a","artifactVersion":"2","generatedFromUUID":"1c8d49aa-4717-4254-bff4-00d157ea95ae"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221219043533-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml","artifactChecksum":"MGM1MGUwYzcxMzdhZjllM2ZlYjAyNTU3Nzk2ZDQxNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4fdda4e-9206-4ce9-81e9-70f12a73f18e","artifactVersion":"1"},{"artifactName":"service-Vfw20221219043533-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar","artifactChecksum":"NDJlZTZmNGQ1MDc1YWY0ZDZiNjI0N2VmZDUzMGVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b8a22c1-5190-49da-9aa9-980792bb1903","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T04:36:27.055Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:36:27.055Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:27.058Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:27.059Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:36:27.159Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:27.160Z||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-12-19T04:36:27.160Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:27.178Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:27.179Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:27.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:27.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:36:27.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:36:27.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:36:28.059Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:36:28.061Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:28.063Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:28.063Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "NOTIFIED" } 2022-12-19T04:36:28.163Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:28.170Z||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-12-19T04:36:28.170Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:28.181Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:28.182Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:29.063Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:36:29.065Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:29.066Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:29.067Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-19T04:36:29.167Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:29.168Z||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-12-19T04:36:29.168Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:29.180Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:29.181Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:30.067Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:36:30.069Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:30.072Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:30.072Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:36:30.173Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:30.174Z||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-12-19T04:36:30.174Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:30.206Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:30.207Z||pool-22-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:31.073Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:36:31.074Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:31.077Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:31.077Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-19T04:36:31.177Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:36:31.178Z||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-12-19T04:36:31.178Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:31.189Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:31.190Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:32.078Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:36:32.079Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:32.084Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:32.085Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:36:32.184Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:36:32.186Z||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-12-19T04:36:32.186Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:32.198Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:32.199Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:36:33.085Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:36:33.087Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:33.089Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:33.089Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:36:33.189Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:36:33.190Z||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-12-19T04:36:33.190Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:33.202Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:33.203Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:34.091Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "serviceName": "vFW 2022-12-19 04-35-33", "serviceVersion": "1.0", "serviceUUID": "5153601d-9b29-4183-b6a2-af5059246a5a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "68d038d3-3762-4b65-9d1d-7ada1975687a", "resources": [ { "resourceInstanceName": "vFW a0cfbea2-1493 0", "resourceCustomizationUUID": "5e6028a3-267f-41fb-8282-196a7e2276c4", "resourceName": "vFW a0cfbea2-1493", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "208178c2-4c57-45c6-807a-7dcd4e08d55b", "resourceInvariantUUID": "4daf95e9-6b94-4daf-a232-02deb93fed00", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa0cfbea214930_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "artifactChecksum": "NDQwNzY1ZmU3MWI5MmU1MGNjYjQ1ZjZjOTQ1NTY2ZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36ab8454-7dfc-49c9-9137-df55c09b7be7", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1c8d49aa-4717-4254-bff4-00d157ea95ae", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee936eb7-76e3-4530-877a-8a68183cbb4a", "generatedFromUUID": "1c8d49aa-4717-4254-bff4-00d157ea95ae" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee936eb7-76e3-4530-877a-8a68183cbb4a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221219043533-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "artifactChecksum": "NDJlZTZmNGQ1MDc1YWY0ZDZiNjI0N2VmZDUzMGVhMWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1b8a22c1-5190-49da-9aa9-980792bb1903" } ], "workloadContext": "Production" } 2022-12-19T04:36:34.092Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T04:36:34.092Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5153601d-9b29-4183-b6a2-af5059246a5a ASDC 2022-12-19T04:36:34.093Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 ServiceName:vFW 2022-12-19 04-35-33 ServiceVersion:1.0 ServiceUUID:5153601d-9b29-4183-b6a2-af5059246a5a ServiceInvariantUUID:68d038d3-3762-4b65-9d1d-7ada1975687a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221219043533-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar ArtifactUUID:1b8a22c1-5190-49da-9aa9-980792bb1903 ArtifactChecksum:NDJlZTZmNGQ1MDc1YWY0ZDZiNjI0N2VmZDUzMGVhMWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a0cfbea2-1493 0 ResourceCustomizationUUID:5e6028a3-267f-41fb-8282-196a7e2276c4 ResourceInvariantUUID:4daf95e9-6b94-4daf-a232-02deb93fed00 ResourceName:vFW a0cfbea2-1493 ResourceType:VF ResourceUUID:208178c2-4c57-45c6-807a-7dcd4e08d55b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa0cfbea214930_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json ArtifactUUID:36ab8454-7dfc-49c9-9137-df55c09b7be7 ArtifactChecksum:NDQwNzY1ZmU3MWI5MmU1MGNjYjQ1ZjZjOTQ1NTY2ZTY= 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/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml ArtifactUUID:1c8d49aa-4717-4254-bff4-00d157ea95ae 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/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env ArtifactUUID:ee936eb7-76e3-4530-877a-8a68183cbb4a 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/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env ArtifactUUID:ee936eb7-76e3-4530-877a-8a68183cbb4a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-19T04:36:34.094Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5153601d-9b29-4183-b6a2-af5059246a5a 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-12-19T04:36:34.130Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:36:34.131Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-19T04:36:34.131Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-19T04:36:34.132Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b8a22c1-5190-49da-9aa9-980792bb1903 from URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:34.132Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-19T04:36:34.133Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:34.230Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-19T04:36:34.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar 1b8a22c1-5190-49da-9aa9-980792bb1903 100676 2022-12-19T04:36:34.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar ASDC sendASDCNotification 2022-12-19T04:36:34.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:34.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:36:34.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:34.245Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:34.245Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424594239, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:36:34.345Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:36:34.347Z||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-12-19T04:36:34.347Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:34.364Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:34.365Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:36:35.246Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:36:35.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-19T04:36:35.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1b8a22c1-5190-49da-9aa9-980792bb1903, URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar to file: /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:35.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221219043533-csar.csar 2022-12-19T04:36:35.250Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:35.250Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:35.555Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10092131539107525099/Definitions/service-Vfw20221219043533-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_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_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 2022-12-19T04:36:37.913Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T04:36:37.914Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-19T04:36:37.915Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.915Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-19T04:36:37.915Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.916Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.916Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.916Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.917Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.917Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a0cfbea2-1493 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-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.917Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.918Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.918Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.918Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.919Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:37.919Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-19T04:36:37.919Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.920Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:37.920Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:37.921Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-19T04:36:37.922Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:36:37.922Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.923Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:37.923Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:37.923Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-19T04:36:37.924Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:36:37.924Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.925Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:37.925Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.925Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria 2022-12-19T04:36:37.926Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-19T04:36:37.926Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-19T04:36:37.927Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-19T04:36:37.927Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.927Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.928Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.928Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-19T04:36:37.928Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-19T04:36:37.929Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-19T04:36:37.929Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.929Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.930Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-19T04:36:37.930Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.931Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-19T04:36:37.931Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.931Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-19T04:36:37.932Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.932Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T04:36:37.932Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.933Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:37.933Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:36:37.934Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.934Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:37.935Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:36:37.935Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.935Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:37.936Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:36:37.936Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.937Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria 2022-12-19T04:36:37.937Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-19T04:36:37.937Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-19T04:36:37.938Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-19T04:36:37.938Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-19T04:36:37.939Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-19T04:36:37.939Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.939Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.940Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-19T04:36:37.940Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.940Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-19T04:36:37.941Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.941Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8be3ede-89bf-46a6-a502-b0d45aac7e3f 2022-12-19T04:36:37.942Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.942Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria 2022-12-19T04:36:37.942Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-19T04:36:37.943Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-19T04:36:37.943Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-19T04:36:37.944Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.944Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.944Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.945Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-19T04:36:37.945Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-19T04:36:37.946Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-19T04:36:37.946Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.947Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-19T04:36:37.947Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.948Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f823c220-7f0c-4138-a315-01af98ea315e 2022-12-19T04:36:37.948Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.949Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria 2022-12-19T04:36:37.949Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-19T04:36:37.949Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-19T04:36:37.950Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-19T04:36:37.950Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.950Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.951Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.951Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-19T04:36:37.951Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-19T04:36:37.952Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-19T04:36:37.952Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:37.953Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:37.953Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-19T04:36:37.953Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68618d0e-f1e9-45f0-aa61-eab05c23d940 2022-12-19T04:36:37.954Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.954Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:37.955Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.955Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:37.955Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.956Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:37.956Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:37.956Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:37.957Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-19 04-35-33 Description:catalog service description Model UUID:5153601d-9b29-4183-b6a2-af5059246a5a Model Version:NULL Model InvariantUuid:68d038d3-3762-4b65-9d1d-7ada1975687a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a0cfbea2-1493 Model UUID:d633c6fc-e4ca-418d-8694-3f1e161f2019 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4daf95e9-6b94-4daf-a232-02deb93fed00 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5e6028a3-267f-41fb-8282-196a7e2276c4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d0b08a6d-e299-4db0-a837-319e2d1c4d06 ModelName:VfwA0cfbea21493..base_vfw..module-0 ModelUuid:f46c0750-7c91-42d4-89ba-845e4f784a1f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c8be3ede-89bf-46a6-a502-b0d45aac7e3f ModelInvariantUuid:08ff4cde-672b-4d99-9bd2-d7ba02fd3677 ModelName:vFW a0cfbea2-1493-nodes.vfwCvfc ModelUuid:38d31d0a-bd99-4a1f-8140-e696bfa797b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:702f448d-388c-4cbd-bd8e-3add2f514b6c ModelInvariantUuid:0b3e70d8-7aed-4e85-898a-1e787c4c21ad ModelName:VfwA0cfbea21493.compute.nodes.heat.vfw ModelUuid:b8a85691-a2be-4bd0-ba2d-8d032e5a35df ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f823c220-7f0c-4138-a315-01af98ea315e ModelInvariantUuid:58816ac0-0b2e-482f-a380-1af340538e35 ModelName:vFW a0cfbea2-1493-nodes.vsnCvfc ModelUuid:69d69784-ace5-4bc9-9343-7ab820d979f0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d4e57637-52c0-49a2-add5-fc69fc0a2660 ModelInvariantUuid:1b600977-d402-4d71-b36f-56c5df7e65c6 ModelName:VfwA0cfbea21493.compute.nodes.heat.vsn ModelUuid:88404f2c-d9d7-478e-9e96-34250113417e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:68618d0e-f1e9-45f0-aa61-eab05c23d940 ModelInvariantUuid:faec6c35-4695-40f5-b6b6-ca19b8d14139 ModelName:vFW a0cfbea2-1493-nodes.vpgCvfc ModelUuid:ada32430-4468-4ada-a110-9f1a5c06cf1e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:70f7392c-fa00-4946-9de2-849e98312590 ModelInvariantUuid:d302d969-9e84-48ca-a550-903ad2f3822c ModelName:VfwA0cfbea21493.compute.nodes.heat.vpg ModelUuid:59ad37d9-0eb0-4f7f-b624-0f3af87c0d24 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-12-19T04:36:37.963Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 208178c2-4c57-45c6-807a-7dcd4e08d55b 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-12-19T04:36:37.966Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||vFW a0cfbea2-1493 0 2022-12-19T04:36:37.967Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 208178c2-4c57-45c6-807a-7dcd4e08d55b 2022-12-19T04:36:37.967Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 36ab8454-7dfc-49c9-9137-df55c09b7be7 from URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json 2022-12-19T04:36:37.967Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-19T04:36:37.968Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json 2022-12-19T04:36:38.093Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-19T04:36:38.094Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json 36ab8454-7dfc-49c9-9137-df55c09b7be7 785 2022-12-19T04:36:38.094Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json ASDC sendASDCNotification 2022-12-19T04:36:38.094Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json 2022-12-19T04:36:38.095Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:36:38.095Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:38.097Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:38.098Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424598094, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:36:38.198Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:38.199Z||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-12-19T04:36:38.199Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:38.211Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:38.212Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:39.099Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA0cfbea21493..base_vfw..module-0", "vfModuleModelInvariantUUID": "d0b08a6d-e299-4db0-a837-319e2d1c4d06", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f46c0750-7c91-42d4-89ba-845e4f784a1f", "vfModuleModelCustomizationUUID": "ae2634ce-e24d-4999-95d9-3b62bf99797a", "isBase": true, "artifacts": [ "1c8d49aa-4717-4254-bff4-00d157ea95ae", "ee936eb7-76e3-4530-877a-8a68183cbb4a" ], "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-12-19T04:36:39.103Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA0cfbea21493..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f46c0750-7c91-42d4-89ba-845e4f784a1f VfModuleModelInvariantUUID:d0b08a6d-e299-4db0-a837-319e2d1c4d06 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c8d49aa-4717-4254-bff4-00d157ea95ae , ee936eb7-76e3-4530-877a-8a68183cbb4a } 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-12-19T04:36:39.106Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA0cfbea21493..base_vfw..module-0", "vfModuleModelInvariantUUID": "d0b08a6d-e299-4db0-a837-319e2d1c4d06", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f46c0750-7c91-42d4-89ba-845e4f784a1f", "vfModuleModelCustomizationUUID": "ae2634ce-e24d-4999-95d9-3b62bf99797a", "isBase": true, "artifacts": [ "1c8d49aa-4717-4254-bff4-00d157ea95ae", "ee936eb7-76e3-4530-877a-8a68183cbb4a" ], "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-12-19T04:36:39.106Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA0cfbea21493..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f46c0750-7c91-42d4-89ba-845e4f784a1f VfModuleModelInvariantUUID:d0b08a6d-e299-4db0-a837-319e2d1c4d06 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c8d49aa-4717-4254-bff4-00d157ea95ae , ee936eb7-76e3-4530-877a-8a68183cbb4a } 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-12-19T04:36:39.106Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1c8d49aa-4717-4254-bff4-00d157ea95ae from URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml 2022-12-19T04:36:39.106Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-19T04:36:39.107Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml 2022-12-19T04:36:39.170Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-19T04:36:39.172Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml 1c8d49aa-4717-4254-bff4-00d157ea95ae 20368 2022-12-19T04:36:39.173Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-19T04:36:39.173Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml 2022-12-19T04:36:39.173Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:36:39.174Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:39.176Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:39.176Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424599173, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:36:39.277Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T04:36:39.278Z||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-12-19T04:36:39.278Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:39.296Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:39.298Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:40.177Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ee936eb7-76e3-4530-877a-8a68183cbb4a from URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env 2022-12-19T04:36:40.178Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-19T04:36:40.178Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env 2022-12-19T04:36:40.238Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-19T04:36:40.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env ee936eb7-76e3-4530-877a-8a68183cbb4a 2098 2022-12-19T04:36:40.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-19T04:36:40.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env 2022-12-19T04:36:40.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:36:40.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:40.243Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:40.243Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424600239, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:36:40.343Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:40.344Z||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-12-19T04:36:40.344Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:40.356Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:40.357Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:41.244Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5153601d-9b29-4183-b6a2-af5059246a5a 2022-12-19T04:36:41.244Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a0cfbea2-1493 0 208178c2-4c57-45c6-807a-7dcd4e08d55b 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-12-19T04:36:41.286Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@491deab0, org.onap.sdc.toscaparser.api.parameters.Input@87c656c, org.onap.sdc.toscaparser.api.parameters.Input@5efc14e4, org.onap.sdc.toscaparser.api.parameters.Input@17d6601, org.onap.sdc.toscaparser.api.parameters.Input@271354f4] 2022-12-19T04:36:41.287Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5e6028a3-267f-41fb-8282-196a7e2276c4 2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e6028a3-267f-41fb-8282-196a7e2276c4 matches Tosca VF Customization UUID: 5e6028a3-267f-41fb-8282-196a7e2276c4 2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5e6028a3-267f-41fb-8282-196a7e2276c4 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-12-19T04:36:41.291Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.291Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:41.292Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5e6028a3-267f-41fb-8282-196a7e2276c4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-19T04:36:41.292Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18ed590c 2022-12-19T04:36:41.292Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.293Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T04:36:41.293Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae2634ce-e24d-4999-95d9-3b62bf99797a 2022-12-19T04:36:41.293Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae2634ce-e24d-4999-95d9-3b62bf99797a 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-12-19T04:36:41.296Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.297Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:41.297Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:36:41.297Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:41.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:36:41.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria 2022-12-19T04:36:41.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-19T04:36:41.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-19T04:36:41.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-19T04:36:41.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-19T04:36:41.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-19T04:36:41.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:41.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:41.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-19T04:36:41.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:41.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-19T04:36:41.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:41.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8be3ede-89bf-46a6-a502-b0d45aac7e3f 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-12-19T04:36:41.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:41.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:36:41.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria 2022-12-19T04:36:41.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-19T04:36:41.306Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-19T04:36:41.306Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-19T04:36:41.306Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-19T04:36:41.308Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:41.308Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-19T04:36:41.308Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:41.308Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f823c220-7f0c-4138-a315-01af98ea315e 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-12-19T04:36:41.311Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.312Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:41.312Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:36:41.315Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.316Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria 2022-12-19T04:36:41.316Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-19T04:36:41.316Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-19T04:36:41.317Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-19T04:36:41.317Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:41.317Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:41.317Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-19T04:36:41.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-19T04:36:41.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-19T04:36:41.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-19T04:36:41.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-19T04:36:41.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-19T04:36:41.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-19T04:36:41.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68618d0e-f1e9-45f0-aa61-eab05c23d940 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-12-19T04:36:41.322Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.322Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:41.322Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:36:41.323Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.323Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria 2022-12-19T04:36:41.323Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=5e6028a3-267f-41fb-8282-196a7e2276c4 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-12-19T04:36:41.325Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.325Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:41.325Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5153601d-9b29-4183-b6a2-af5059246a5a: vFW a0cfbea2-1493 2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:36:41.328Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-12-19 04-35-33 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-12-19T04:36:41.513Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a0cfbea2-1493 208178c2-4c57-45c6-807a-7dcd4e08d55b 1 ASDC deployResourceStructure 2022-12-19T04:36:41.514Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json ASDC sendASDCNotification 2022-12-19T04:36:41.514Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json 2022-12-19T04:36:41.514Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:36:41.515Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:41.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:41.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424601514, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:36:41.617Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:41.618Z||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-12-19T04:36:41.618Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:41.632Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:41.633Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:36:42.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-19T04:36:42.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml 2022-12-19T04:36:42.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:36:42.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:42.521Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:42.522Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424602518, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:36:42.622Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:36:42.622Z||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-12-19T04:36:42.623Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:42.634Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:42.635Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:36:43.523Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-19T04:36:43.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env 2022-12-19T04:36:43.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:36:43.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:43.526Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:43.527Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424603523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-19T04:36:43.627Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:43.628Z||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-12-19T04:36:43.628Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:43.641Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:43.642Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:36:44.527Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar ASDC sendASDCNotification 2022-12-19T04:36:44.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar 2022-12-19T04:36:44.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:36:44.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:36:44.531Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:36:44.531Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424604527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:36:44.631Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:36:44.633Z||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-12-19T04:36:44.633Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:36:44.648Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:36:44.649Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:36:45.532Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:36:45.543Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:36:45.546Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:36:45.547Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:36:45.547Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:37:15.547Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:37:15.562Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:37:15.565Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:37:15.565Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:37:15.566Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:37:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:37:20.249Z||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-12-19T04:37:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:37:20.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:37:20.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:37:20.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424580509, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:37:20.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:37:45.566Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:37:45.579Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:37:45.582Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:37:45.582Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:37:45.582Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:38:15.582Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:38:15.592Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:38:15.595Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:38:15.595Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:38:15.595Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:38:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:38:20.250Z||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-12-19T04:38:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:38:20.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:38:20.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "NOTIFIED" } 2022-12-19T04:38:20.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424580509, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424588743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424589249, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-19T04:38:20.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424580509, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424588743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424589249, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "NOTIFIED" } 2022-12-19T04:38:20.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424580509, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424588743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424589249, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-19T04:38:20.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-19T04:38:20.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424580509, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424588743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424589249, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424580509, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424588743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424589249, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-19T04:38:20.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424580246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:38:20.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424580509, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:38:20.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424588743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424589249, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424594239, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.795Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424588743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:38:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424594328, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424589249, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:38:20.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "cds", "timestamp": 1671424595339, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-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-12-19T04:38:20.805Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 2022-12-19T04:38:20.805Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:38:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424596569, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424595949, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424597018, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424595949, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424598183, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "ves-openapi-manager", "timestamp": 1671424596842, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424595949, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424598094, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424599330, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "ves-openapi-manager", "timestamp": 1671424596842, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424595949, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424599173, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424600368, "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-12-19T04:38:20.829Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 2022-12-19T04:38:20.829Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:38:20.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "ves-openapi-manager", "timestamp": 1671424596842, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424595949, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424600851, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:38:20.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1671424601373, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:38:20.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424600239, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "ves-openapi-manager", "timestamp": 1671424596842, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424595949, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671424601858, "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-12-19T04:38:20.853Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 2022-12-19T04:38:20.853Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:38:20.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "ves-openapi-manager", "timestamp": 1671424596842, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424595949, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:38:20.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424601514, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:38:20.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "ves-openapi-manager", "timestamp": 1671424596842, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424602518, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:38:20.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424603724, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:38:20.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "ves-openapi-manager", "timestamp": 1671424596842, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:38:20.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-19T04:38:20.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424603523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-19T04:38:20.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424604527, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:38:20.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424614714, "artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:38:20.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:38:20.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:38:20.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "aai-ml", "timestamp": 1671424615720, "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-12-19T04:38:20.876Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 2022-12-19T04:38:20.876Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:38:45.595Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:38:45.607Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:38:45.609Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:38:45.609Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T04:38:45.615Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T04:39:15.616Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:39:15.623Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 and serviceModelVersionId: 5153601d-9b29-4183-b6a2-af5059246a5a 2022-12-19T04:39:15.623Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68d038d3-3762-4b65-9d1d-7ada1975687a 2022-12-19T04:39:15.624Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0 2022-12-19T04:39:15.629Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T04:39:15.707Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?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-12-19T04:39:15.709Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0|INFO|500||Invoke 2022-12-19T04:39:15.735Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T04:39:15.834Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0|INFO|500||InvokeReturn 2022-12-19T04:39:15.835Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:39:16 GMT], content-length=[0], vertex-id=[188648], x-aai-txid=[2-aai-resources-221219-04:39:16:794-96451], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T04:39:15.835Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-12-19T04:39:15.835Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T04:39:15.836Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T04:39:15.840Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T04:39:15.840Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T04:39:15.841Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T04:39:15.841Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:39:15.843Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:39:15.843Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424755841, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:39:15.943Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:39:15.944Z||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-12-19T04:39:15.944Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:39:15.958Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:39:15.958Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-12-19T04:39:16.856Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:39:16.859Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:39:16.859Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:39:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:39:20.250Z||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-12-19T04:39:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:39:20.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:39:20.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T04:39:20.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671424755841, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:39:20.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:39:27.146Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:39:27.147Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:39:27.147Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:39:27.147Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:39:36.687Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:39:36.688Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:39:36.689Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:39:36.689Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:39:46.227Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:40:20.246Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:40:20.247Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:40:20.247Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:40:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:40:20.249Z||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-12-19T04:40:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:40:29.796Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:40:29.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:41:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:41:20.248Z||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-12-19T04:41:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:41:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:41:20.249Z||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-12-19T04:41:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:41:29.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:41:29.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:42:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:42:20.248Z||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-12-19T04:42:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:42:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:42:20.249Z||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-12-19T04:42:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:42:29.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:42:29.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:43:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:43:20.248Z||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-12-19T04:43:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:43:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:43:20.249Z||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-12-19T04:43:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:43:29.792Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:43:29.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:44:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:44:20.248Z||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-12-19T04:44:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:44:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:44:20.249Z||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-12-19T04:44:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:44:29.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:44:29.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:45:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:45:20.248Z||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-12-19T04:45:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:45:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:45:20.249Z||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-12-19T04:45:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:45:29.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:45:29.798Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:46:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:46:20.251Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:46:20.252Z||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-12-19T04:46:20.254Z||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-12-19T04:46:20.253Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:46:20.254Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:46:20.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:46:20.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc657a30-5952-4fc8-b07e-1f956b5ed7dd","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69864e1b-4537-4526-9b29-299421929cdb","serviceDescription":"service","serviceInvariantUUID":"c459d106-c667-4ba8-a34a-74e215a6ba08","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e4f82380-7b99-4bba-98a1-a0fd3d018fca","resourceInvariantUUID":"1dc7bf5c-3b3e-4662-9ef6-497a3c92f2dd","resourceCustomizationUUID":"b8c8a4b5-c371-42a2-81b1-c141dbb347d5","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":"YmMzNWJjN2NmYzA1ZWIwMmFhNzY5OTYzYmUwMThiZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"155b77dc-74af-4a8f-9961-ebd04d84e990","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDdjNGY0MTY1YWM0YzlkOTdkZWJhNmE5NjQ0MGFjZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13f16385-79ba-4414-a766-1e06ca241168","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T04:46:20.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:46:20.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "ves-openapi-manager", "timestamp": 1671425156842, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:46:20.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425158742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:46:20.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "ves-openapi-manager", "timestamp": 1671425156842, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:46:20.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425158742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:46:20.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "aai-ml", "timestamp": 1671425165949, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:46:20.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425167269, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:46:20.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:46:20.911Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:46:20.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "cds", "timestamp": 1671425165506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:46:20.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:46:20.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "aai-ml", "timestamp": 1671425165949, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:46:20.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "cds", "timestamp": 1671425165506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:46:20.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "aai-ml", "timestamp": 1671425168879, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:46:20.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425169079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "cds", "timestamp": 1671425168422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "multicloud-k8s-id", "timestamp": 1671425169249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425170083, "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-12-19T04:46:20.931Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:46:20.932Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425180246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:46:20.948Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc657a30-5952-4fc8-b07e-1f956b5ed7dd 2022-12-19T04:46:20.949Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc657a30-5952-4fc8-b07e-1f956b5ed7dd 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-12-19T04:46:20.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "cds", "timestamp": 1671425169429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T04:46:20.967Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc657a30-5952-4fc8-b07e-1f956b5ed7dd 2022-12-19T04:46:20.968Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc657a30-5952-4fc8-b07e-1f956b5ed7dd 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-12-19T04:46:20.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "multicloud-k8s-id", "timestamp": 1671425169249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:46:20.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-19T04:46:20.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "aai-ml", "timestamp": 1671425173670, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:46:20.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:46:20.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-19T04:46:20.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "aai-ml", "timestamp": 1671425174678, "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-12-19T04:46:20.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc657a30-5952-4fc8-b07e-1f956b5ed7dd 2022-12-19T04:46:20.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc657a30-5952-4fc8-b07e-1f956b5ed7dd 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-12-19T04:46:21.041Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-12-19T04:46:21.046Z||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-12-19T04:46:21.047Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:46:21.064Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:46:21.065Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:46:21.934Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:46:21.934Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:46:21.936Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:46:21.936Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425180246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:46:22.036Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:46:22.037Z||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-12-19T04:46:22.038Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:46:22.055Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:46:22.056Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:46:22.938Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69864e1b-4537-4526-9b29-299421929cdb", "serviceDescription": "service", "serviceInvariantUUID": "c459d106-c667-4ba8-a34a-74e215a6ba08", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "b8c8a4b5-c371-42a2-81b1-c141dbb347d5", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e4f82380-7b99-4bba-98a1-a0fd3d018fca", "resourceInvariantUUID": "1dc7bf5c-3b3e-4662-9ef6-497a3c92f2dd", "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": "MDdjNGY0MTY1YWM0YzlkOTdkZWJhNmE5NjQ0MGFjZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "13f16385-79ba-4414-a766-1e06ca241168" } ], "workloadContext": "Production" } 2022-12-19T04:46:22.938Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T04:46:22.938Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69864e1b-4537-4526-9b29-299421929cdb ASDC 2022-12-19T04:46:22.939Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:dc657a30-5952-4fc8-b07e-1f956b5ed7dd ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69864e1b-4537-4526-9b29-299421929cdb ServiceInvariantUUID:c459d106-c667-4ba8-a34a-74e215a6ba08 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:13f16385-79ba-4414-a766-1e06ca241168 ArtifactChecksum:MDdjNGY0MTY1YWM0YzlkOTdkZWJhNmE5NjQ0MGFjZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:b8c8a4b5-c371-42a2-81b1-c141dbb347d5 ResourceInvariantUUID:1dc7bf5c-3b3e-4662-9ef6-497a3c92f2dd ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e4f82380-7b99-4bba-98a1-a0fd3d018fca ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-19T04:46:22.939Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69864e1b-4537-4526-9b29-299421929cdb 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-12-19T04:46:22.973Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 13f16385-79ba-4414-a766-1e06ca241168 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-19T04:46:23.038Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:46:23.041Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 13f16385-79ba-4414-a766-1e06ca241168 57656 2022-12-19T04:46:23.042Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-19T04:46:23.042Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-19T04:46:23.042Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:46:23.042Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:46:23.045Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:46:23.045Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425183041, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:46:23.145Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:46:23.145Z||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-12-19T04:46:23.146Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:46:23.160Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:46:23.161Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:46:24.045Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:46:24.048Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:46:24.048Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 13f16385-79ba-4414-a766-1e06ca241168, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-19T04:46:24.048Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-19T04:46:24.049Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-19T04:46:24.049Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-19T04:46:24.251Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17466990936632124759/Definitions/service-BasicNetwork-template.yml 2022-12-19T04:46:24.998Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T04:46:24.998Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T04:46:24.998Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.002Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.002Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.002Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.002Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:69864e1b-4537-4526-9b29-299421929cdb Model Version:NULL Model InvariantUuid:c459d106-c667-4ba8-a34a-74e215a6ba08 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1dc7bf5c-3b3e-4662-9ef6-497a3c92f2dd Model UUID:93d32f8d-615f-49dc-af6e-c5c44a5db4b6 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:b8c8a4b5-c371-42a2-81b1-c141dbb347d5 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-12-19T04:46:25.012Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: e4f82380-7b99-4bba-98a1-a0fd3d018fca 2022-12-19T04:46:25.013Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||No resources found for Service: 69864e1b-4537-4526-9b29-299421929cdb 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-12-19T04:46:25.021Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500|| 2022-12-19T04:46:25.021Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-19T04:46:25.023Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 69864e1b-4537-4526-9b29-299421929cdb 2022-12-19T04:46:25.023Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 69864e1b-4537-4526-9b29-299421929cdb 2022-12-19T04:46:25.023Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-19T04:46:25.023Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:25.034Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10e47339, org.onap.sdc.toscaparser.api.parameters.Input@6a1264c1, org.onap.sdc.toscaparser.api.parameters.Input@581071d1, org.onap.sdc.toscaparser.api.parameters.Input@75e7aeab, org.onap.sdc.toscaparser.api.parameters.Input@46a96695] 2022-12-19T04:46:25.038Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.038Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 69864e1b-4537-4526-9b29-299421929cdb: Generic NeutronNet 2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.040Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:25.093Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.094Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.094Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.095Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.095Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:46:25.095Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:46:25.096Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:25.162Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-19T04:46:25.163Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-19T04:46:25.163Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-19T04:46:25.163Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:46:25.163Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:46:25.165Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:46:25.166Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425185163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:46:25.266Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:46:25.267Z||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-12-19T04:46:25.267Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:46:25.283Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:46:25.284Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:46:26.167Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc657a30-5952-4fc8-b07e-1f956b5ed7dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:46:26.186Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc657a30-5952-4fc8-b07e-1f956b5ed7dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:46:26.194Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:46:26.195Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T04:46:26.195Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T04:46:26.195Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T04:46:26.196Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:46:26.196Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:46:26.196Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:46:26.197Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:46:26.197Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T04:46:26.206Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T04:46:56.207Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc657a30-5952-4fc8-b07e-1f956b5ed7dd 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-12-19T04:46:56.215Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc657a30-5952-4fc8-b07e-1f956b5ed7dd and serviceModelVersionId: 69864e1b-4537-4526-9b29-299421929cdb 2022-12-19T04:46:56.215Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c459d106-c667-4ba8-a34a-74e215a6ba08 2022-12-19T04:46:56.233Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0 2022-12-19T04:46:56.240Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T04:46:56.367Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|INFO|500||Invoke 2022-12-19T04:46:56.368Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc657a30-5952-4fc8-b07e-1f956b5ed7dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[005eaaa2-5fcf-4c82-94fc-f1710d698d9d], X-ECOMP-RequestID=[dc657a30-5952-4fc8-b07e-1f956b5ed7dd], X-TransactionId=[], X-ONAP-RequestID=[dc657a30-5952-4fc8-b07e-1f956b5ed7dd], Content-Type=[application/merge-patch+json]} 2022-12-19T04:46:56.406Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T04:46:56.513Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?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/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:46:57 GMT], content-length=[0], vertex-id=[331984], x-aai-txid=[2-aai-resources-221219-04:46:57:457-43292], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T04:46:56.514Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-19T04:46:56.515Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|INFO|500||InvokeReturn 2022-12-19T04:46:56.525Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T04:46:56.529Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T04:46:56.535Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T04:46:56.536Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc657a30-5952-4fc8-b07e-1f956b5ed7dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T04:46:56.537Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T04:46:56.537Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:46:56.540Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:46:56.541Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425216537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:46:56.640Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:46:56.641Z||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-12-19T04:46:56.642Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:46:56.657Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:46:56.658Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 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-12-19T04:47:20.246Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:47:20.247Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|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-12-19T04:47:20.247Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:20.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:47:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:47:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:20.391Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:20.391Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:47:20.392Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425180246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:47:20.392Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:47:20.891Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:20.893Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-19T04:47:20.893Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a961c4d6-bda2-4d15-b891-347f87ec6bb2","serviceName":"Demo_pNF_95CfMmUpom0yZRlNjbH3","serviceVersion":"1.0","serviceUUID":"cf1f8d03-5b08-40d8-b259-7029d52e1b5c","serviceDescription":"catalog service description","serviceInvariantUUID":"9330dbd6-2689-4310-a3bd-b526711c5342","resources":[{"resourceInstanceName":"pNF 1efc7e61-543e 0","resourceName":"pNF 1efc7e61-543e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9b1842c6-1568-45eb-8499-04cbbeac9258","resourceInvariantUUID":"5e18f228-6697-4fef-bd57-34f973664b02","resourceCustomizationUUID":"a12b177d-feff-4c83-a8cb-3a596a1666a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml","artifactChecksum":"ZDEwNWNmYmNkOWZkMGJiZTc0MjJmYjE1M2MxYTU0ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2c5f641-56b5-40cb-aedc-4a47d8403c00","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar","artifactChecksum":"MDcwYmRhYzU4YzVlZDM1NmFkY2RjZjVlNjZlNDZmZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c0205ece-cea3-41e9-b448-5e959d1a3852","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd849510-9189-449d-a7b7-60b802fa0f53","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml","artifactChecksum":"NDUwYmZkNjg2ZmVhMmU0MzRmNTUwNTA0YmM5YzEyZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bba84f53-8271-470f-8886-79d14aecb8d5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99150887-dc9a-4d01-a960-c88a671220c8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be86bc6a-265b-40f7-a331-8a55a39f0cb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml","artifactChecksum":"ZDY3ODk0ZjUwZmIxODAzMGRmOTQxNzFkYmE4MmNhZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"035a4cc2-0179-4b08-a4f8-984de36f5454","artifactVersion":"1"},{"artifactName":"service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar","artifactChecksum":"MzU1NDZjYzc2ZjkzNjRkYTM5YTNkNDc0MmEyMzEyY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"857c53a2-a8c2-4d87-9bcc-e7e0a619ce52","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T04:47:20.896Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:47:20.896Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:20.898Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:20.898Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:47:20.999Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T04:47:21.000Z||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-12-19T04:47:21.000Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:21.011Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:21.011Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:21.899Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:47:21.899Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:21.901Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:21.901Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:47:22.001Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:22.002Z||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-12-19T04:47:22.003Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:22.014Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:22.015Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:22.902Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:47:22.904Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:22.907Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:22.907Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T04:47:23.007Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:23.008Z||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-12-19T04:47:23.008Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:23.030Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:23.031Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:23.908Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:47:23.909Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:23.911Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:23.911Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:47:24.011Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:24.012Z||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-12-19T04:47:24.012Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:24.021Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:24.022Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:24.912Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:47:24.913Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:24.920Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:24.920Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:47:25.020Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:25.022Z||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-12-19T04:47:25.022Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:25.035Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:25.036Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:25.922Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:47:25.923Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:25.926Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:25.926Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:47:26.027Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:26.029Z||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-12-19T04:47:26.029Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:26.040Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:26.041Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:26.927Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:47:26.927Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:26.929Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:26.929Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:47:27.029Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:27.030Z||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-12-19T04:47:27.030Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:27.044Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:27.045Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:27.930Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:47:27.932Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:27.934Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:27.934Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:47:28.034Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:28.035Z||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-12-19T04:47:28.035Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:28.109Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:28.109Z||pool-47-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:28.935Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "serviceName": "Demo_pNF_95CfMmUpom0yZRlNjbH3", "serviceVersion": "1.0", "serviceUUID": "cf1f8d03-5b08-40d8-b259-7029d52e1b5c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9330dbd6-2689-4310-a3bd-b526711c5342", "resources": [ { "resourceInstanceName": "pNF 1efc7e61-543e 0", "resourceCustomizationUUID": "a12b177d-feff-4c83-a8cb-3a596a1666a9", "resourceName": "pNF 1efc7e61-543e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9b1842c6-1568-45eb-8499-04cbbeac9258", "resourceInvariantUUID": "5e18f228-6697-4fef-bd57-34f973664b02", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "artifactChecksum": "MzU1NDZjYzc2ZjkzNjRkYTM5YTNkNDc0MmEyMzEyY2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "857c53a2-a8c2-4d87-9bcc-e7e0a619ce52" } ], "workloadContext": "Production" } 2022-12-19T04:47:28.936Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T04:47:28.936Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf1f8d03-5b08-40d8-b259-7029d52e1b5c ASDC 2022-12-19T04:47:28.937Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a961c4d6-bda2-4d15-b891-347f87ec6bb2 ServiceName:Demo_pNF_95CfMmUpom0yZRlNjbH3 ServiceVersion:1.0 ServiceUUID:cf1f8d03-5b08-40d8-b259-7029d52e1b5c ServiceInvariantUUID:9330dbd6-2689-4310-a3bd-b526711c5342 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar ArtifactUUID:857c53a2-a8c2-4d87-9bcc-e7e0a619ce52 ArtifactChecksum:MzU1NDZjYzc2ZjkzNjRkYTM5YTNkNDc0MmEyMzEyY2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 1efc7e61-543e 0 ResourceCustomizationUUID:a12b177d-feff-4c83-a8cb-3a596a1666a9 ResourceInvariantUUID:5e18f228-6697-4fef-bd57-34f973664b02 ResourceName:pNF 1efc7e61-543e ResourceType:PNF ResourceUUID:9b1842c6-1568-45eb-8499-04cbbeac9258 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-19T04:47:28.938Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf1f8d03-5b08-40d8-b259-7029d52e1b5c 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-12-19T04:47:28.970Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:47:28.970Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:47:28.971Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:47:28.971Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 857c53a2-a8c2-4d87-9bcc-e7e0a619ce52 from URL: /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:28.971Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:47:28.971Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:29.037Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:47:29.042Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 857c53a2-a8c2-4d87-9bcc-e7e0a619ce52 87788 2022-12-19T04:47:29.042Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar ASDC sendASDCNotification 2022-12-19T04:47:29.042Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:29.042Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:47:29.043Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:29.045Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:29.045Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425249042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:47:29.145Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:29.146Z||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-12-19T04:47:29.146Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:29.156Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:29.157Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:30.046Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:47:30.047Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:47:30.047Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 857c53a2-a8c2-4d87-9bcc-e7e0a619ce52, URL: /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar to file: /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:30.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:30.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:30.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:30.207Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1133828700015596890/Definitions/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml 2022-12-19T04:47:31.020Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T04:47:31.021Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T04:47:31.021Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.021Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-19T04:47:31.022Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.022Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1efc7e61-543e 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-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.022Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.022Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.023Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.023Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.023Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.023Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T04:47:31.024Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.024Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.024Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Node template pNF 1efc7e61-543e 0 is matching search criteria 2022-12-19T04:47:31.025Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T04:47:31.025Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 1efc7e61-543e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:47:31.025Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.026Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.026Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Node template pNF 1efc7e61-543e 0 is matching search criteria 2022-12-19T04:47:31.026Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T04:47:31.026Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 1efc7e61-543e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:47:31.027Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.027Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.027Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.027Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.028Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.028Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.028Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.029Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.029Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.029Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.029Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_95CfMmUpom0yZRlNjbH3 Description:catalog service description Model UUID:cf1f8d03-5b08-40d8-b259-7029d52e1b5c Model Version:NULL Model InvariantUuid:9330dbd6-2689-4310-a3bd-b526711c5342 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-12-19T04:47:31.037Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9b1842c6-1568-45eb-8499-04cbbeac9258 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-12-19T04:47:31.040Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||pNF 1efc7e61-543e 0 2022-12-19T04:47:31.041Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9b1842c6-1568-45eb-8499-04cbbeac9258 2022-12-19T04:47:31.041Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||No resources found for Service: cf1f8d03-5b08-40d8-b259-7029d52e1b5c 2022-12-19T04:47:31.041Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cf1f8d03-5b08-40d8-b259-7029d52e1b5c 2022-12-19T04:47:31.041Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1efc7e61-543e 0 9b1842c6-1568-45eb-8499-04cbbeac9258 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-12-19T04:47:31.046Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bfd9e69, org.onap.sdc.toscaparser.api.parameters.Input@6ae36c84, org.onap.sdc.toscaparser.api.parameters.Input@7a07418a, org.onap.sdc.toscaparser.api.parameters.Input@1dcc2836, org.onap.sdc.toscaparser.api.parameters.Input@3a65f330] 2022-12-19T04:47:31.047Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.047Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cf1f8d03-5b08-40d8-b259-7029d52e1b5c: pNF 1efc7e61-543e 2022-12-19T04:47:31.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Processing PNF resource: 9b1842c6-1568-45eb-8499-04cbbeac9258 2022-12-19T04:47:31.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:47:31.049Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:47:31.049Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Resource customization UUID: a12b177d-feff-4c83-a8cb-3a596a1666a9 is the same as notified resource customizationUUID: a12b177d-feff-4c83-a8cb-3a596a1666a9 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-12-19T04:47:31.094Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1efc7e61-543e 9b1842c6-1568-45eb-8499-04cbbeac9258 0 ASDC deployResourceStructure 2022-12-19T04:47:31.095Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar ASDC sendASDCNotification 2022-12-19T04:47:31.095Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 2022-12-19T04:47:31.095Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:47:31.096Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:47:31.098Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:47:31.098Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425251095, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:47:31.198Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:47:31.199Z||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-12-19T04:47:31.199Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:47:31.211Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:47:31.212Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:47:32.099Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a961c4d6-bda2-4d15-b891-347f87ec6bb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:47:32.112Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a961c4d6-bda2-4d15-b891-347f87ec6bb2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:47:32.114Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:47:32.114Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:47:32.114Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:48:02.115Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a961c4d6-bda2-4d15-b891-347f87ec6bb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:48:02.126Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a961c4d6-bda2-4d15-b891-347f87ec6bb2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:48:02.128Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:48:02.128Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:48:02.128Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:48:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:48:20.250Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:48:20.250Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:48:20.285Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:48:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425180246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425183041, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425185163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425195506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425195949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425196841, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425195506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425195949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425196841, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425195506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425195949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425196841, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425195506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425195949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425196841, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425195506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425195949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425196841, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425209249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425195506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425195949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425196841, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-19T04:48:20.364Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.364Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.364Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425209249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.364Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.364Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.364Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425195949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.364Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.364Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.365Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425195506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.365Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.365Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.365Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425196841, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.365Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.365Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.366Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425209249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.366Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.366Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.366Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425195506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.366Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.366Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.366Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425195949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.367Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.367Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.367Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425196841, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.367Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.367Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.367Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425209249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.367Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425212002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425213219, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425212239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.369Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.369Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.369Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425209249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.369Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.369Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.369Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "cds", "timestamp": 1671425213008, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-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-12-19T04:48:20.380Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a961c4d6-bda2-4d15-b891-347f87ec6bb2 2022-12-19T04:48:20.380Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a961c4d6-bda2-4d15-b891-347f87ec6bb2 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-12-19T04:48:20.393Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.393Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425213418, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:48:20.394Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.394Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.394Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425209249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.395Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.395Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.396Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "ves-openapi-manager", "timestamp": 1671425214423, "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-12-19T04:48:20.402Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a961c4d6-bda2-4d15-b891-347f87ec6bb2 2022-12-19T04:48:20.403Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a961c4d6-bda2-4d15-b891-347f87ec6bb2 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-12-19T04:48:20.413Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.413Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425209249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.414Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.414Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.414Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425209249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.414Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.414Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.414Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425216537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:48:20.414Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.415Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.415Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425218254, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:48:20.415Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.415Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.415Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425214012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.415Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.415Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.415Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "ves-openapi-manager", "timestamp": 1671425216842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.416Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.416Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.416Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "aai-ml", "timestamp": 1671425219260, "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-12-19T04:48:20.425Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a961c4d6-bda2-4d15-b891-347f87ec6bb2 2022-12-19T04:48:20.425Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a961c4d6-bda2-4d15-b891-347f87ec6bb2 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-12-19T04:48:20.436Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.436Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.437Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.437Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.437Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425214012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.437Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.437Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.437Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "ves-openapi-manager", "timestamp": 1671425216842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.438Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.438Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.438Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.438Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.438Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.438Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425214012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "ves-openapi-manager", "timestamp": 1671425216842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.439Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425214012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.440Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.440Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.440Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "ves-openapi-manager", "timestamp": 1671425216842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.440Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.440Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.440Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.442Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.442Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.442Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425214012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.442Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.442Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.442Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "ves-openapi-manager", "timestamp": 1671425216842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.442Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.442Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.443Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.443Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.443Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.443Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425214012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.443Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.443Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.443Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "ves-openapi-manager", "timestamp": 1671425216842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.444Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.444Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.444Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.444Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.444Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.444Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425214012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.444Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.445Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.445Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "ves-openapi-manager", "timestamp": 1671425216842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.445Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.446Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.446Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.446Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.446Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.446Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425224818, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.446Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.447Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.447Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.447Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.447Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.447Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.447Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.447Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.448Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "cds", "timestamp": 1671425225824, "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-12-19T04:48:20.465Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b10dcd1-7624-4810-b1cc-2307f74869e2 2022-12-19T04:48:20.466Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b10dcd1-7624-4810-b1cc-2307f74869e2 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-12-19T04:48:20.477Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.478Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425227521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.478Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.478Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.478Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.478Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.479Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.479Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.479Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.479Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.479Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.479Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.479Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.480Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.480Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.480Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.480Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425229619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:48:20.480Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.480Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.482Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.483Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.483Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.483Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.483Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.483Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.483Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.483Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.483Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.484Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425230624, "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-12-19T04:48:20.501Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a961c4d6-bda2-4d15-b891-347f87ec6bb2 2022-12-19T04:48:20.501Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a961c4d6-bda2-4d15-b891-347f87ec6bb2 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-12-19T04:48:20.514Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.514Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.515Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.515Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.515Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:48:20.515Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.515Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.515Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.516Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.516Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.516Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.516Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.516Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.516Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-19T04:48:20.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.520Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.520Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.520Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.520Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425233725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.521Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.521Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.521Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-19T04:48:20.521Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.521Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.521Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.522Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.522Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.522Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.523Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.523Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.523Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.525Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.525Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.526Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.526Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.527Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425226828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425237007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425218742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:48:20.529Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.529Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.529Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425236638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.529Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.529Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.529Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425238139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.530Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.530Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.530Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.530Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.530Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.530Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425238778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.530Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.530Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.531Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "cds", "timestamp": 1671425237644, "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-12-19T04:48:20.544Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 2022-12-19T04:48:20.544Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 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-12-19T04:48:20.554Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.554Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425239256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:48:20.555Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:20.555Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.555Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.555Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.555Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.555Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425240356, "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-12-19T04:48:20.562Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b10dcd1-7624-4810-b1cc-2307f74869e2 2022-12-19T04:48:20.562Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b10dcd1-7624-4810-b1cc-2307f74869e2 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-12-19T04:48:20.583Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.583Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-19T04:48:20.584Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:48:20.584Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:48:20.584Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425241059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:48:20.584Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:48:32.129Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a961c4d6-bda2-4d15-b891-347f87ec6bb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:48:32.141Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a961c4d6-bda2-4d15-b891-347f87ec6bb2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:48:32.144Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:48:32.144Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T04:48:32.145Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T04:48:32.145Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T04:48:32.146Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:48:32.146Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:48:32.146Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:48:32.146Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:48:32.146Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:48:32.146Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T04:48:32.151Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T04:49:02.152Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a961c4d6-bda2-4d15-b891-347f87ec6bb2 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-12-19T04:49:02.161Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a961c4d6-bda2-4d15-b891-347f87ec6bb2 and serviceModelVersionId: cf1f8d03-5b08-40d8-b259-7029d52e1b5c 2022-12-19T04:49:02.161Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9330dbd6-2689-4310-a3bd-b526711c5342 2022-12-19T04:49:02.163Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9330dbd6-2689-4310-a3bd-b526711c5342/model-vers/model-ver/cf1f8d03-5b08-40d8-b259-7029d52e1b5c?depth=0 2022-12-19T04:49:02.168Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T04:49:02.224Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9330dbd6-2689-4310-a3bd-b526711c5342/model-vers/model-ver/cf1f8d03-5b08-40d8-b259-7029d52e1b5c?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-12-19T04:49:02.226Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9330dbd6-2689-4310-a3bd-b526711c5342/model-vers/model-ver/cf1f8d03-5b08-40d8-b259-7029d52e1b5c?depth=0|INFO|500||Invoke 2022-12-19T04:49:02.252Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9330dbd6-2689-4310-a3bd-b526711c5342/model-vers/model-ver/cf1f8d03-5b08-40d8-b259-7029d52e1b5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T04:49:02.356Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9330dbd6-2689-4310-a3bd-b526711c5342/model-vers/model-ver/cf1f8d03-5b08-40d8-b259-7029d52e1b5c?depth=0|INFO|500||InvokeReturn 2022-12-19T04:49:02.357Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9330dbd6-2689-4310-a3bd-b526711c5342/model-vers/model-ver/cf1f8d03-5b08-40d8-b259-7029d52e1b5c?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:49:03 GMT], content-length=[0], vertex-id=[200936], x-aai-txid=[2-aai-resources-221219-04:49:03:300-994], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T04:49:02.357Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-12-19T04:49:02.358Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T04:49:02.358Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T04:49:02.365Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T04:49:02.365Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a961c4d6-bda2-4d15-b891-347f87ec6bb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T04:49:02.366Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T04:49:02.366Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:02.368Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:02.368Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425342365, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:49:02.468Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:02.469Z||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-12-19T04:49:02.469Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:02.485Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:02.485Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-19T04:49:03.382Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-19T04:49:03.382Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b10dcd1-7624-4810-b1cc-2307f74869e2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b71c339b-43b7-4e4c-9cf1-297e64f2fd97","serviceDescription":"service","serviceInvariantUUID":"daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d71d7f5-ca47-4168-a792-7800daa16b5d","resourceInvariantUUID":"7078ad19-af18-4a88-84e2-cff255d70242","resourceCustomizationUUID":"5093433f-0ebc-48a5-b5ac-5ce86100caa6","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":"ZTU5MjRmNDZhYTI4NDJiZTUyMjFiNjM5YTBhZThjZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98655c2e-85b1-427d-ac92-12ffc202ad50","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":"ZmNkODY0NDkwM2RkMjA2NWZjN2EwNDVlOTVmNTBkOWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14268ad1-62a7-4106-ae61-9001363d05de","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":"a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6","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":"c48fda79-bc8c-4374-a7f8-0a0f82ccbca9","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":"d684bb96-22c0-4ba4-b4f5-84bedda0ac4f","artifactVersion":"2","generatedFromUUID":"a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTAzODBkZDI4YmRkNDBhNzQ4MGMyZTA1YmE3ODhkNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18a37518-7015-4c60-b101-57ec62a1f68e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIxOGU0ZDE5Y2RjMzFhODQwYTgzMzU4ZTgyODdjYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a297d4a7-579c-419e-a76e-de03904111c1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T04:49:03.383Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:49:03.383Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:03.386Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:03.386Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:49:03.487Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T04:49:03.488Z||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-12-19T04:49:03.488Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:03.550Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:03.551Z||pool-51-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:04.386Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:49:04.387Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:04.390Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:04.390Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:49:04.490Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:04.491Z||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-12-19T04:49:04.492Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:04.508Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:04.509Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:05.391Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:49:05.391Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:05.393Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:05.394Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-19T04:49:05.494Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:05.495Z||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-12-19T04:49:05.496Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:05.506Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:05.506Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:49:06.395Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:49:06.396Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:06.398Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:06.399Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:49:06.499Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:06.500Z||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-12-19T04:49:06.500Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:06.516Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:06.517Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:07.399Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:49:07.400Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:07.402Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:07.402Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-19T04:49:07.502Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:07.503Z||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-12-19T04:49:07.503Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:07.515Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:07.515Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:08.402Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:49:08.403Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:08.405Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:08.405Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:49:08.505Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:08.506Z||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-12-19T04:49:08.507Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:08.517Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:08.518Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:09.406Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:49:09.407Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:09.409Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:09.409Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:49:09.509Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:09.510Z||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-12-19T04:49:09.510Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:09.522Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:09.522Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:10.410Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b71c339b-43b7-4e4c-9cf1-297e64f2fd97", "serviceDescription": "service", "serviceInvariantUUID": "daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5093433f-0ebc-48a5-b5ac-5ce86100caa6", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7d71d7f5-ca47-4168-a792-7800daa16b5d", "resourceInvariantUUID": "7078ad19-af18-4a88-84e2-cff255d70242", "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": "ZmNkODY0NDkwM2RkMjA2NWZjN2EwNDVlOTVmNTBkOWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "14268ad1-62a7-4106-ae61-9001363d05de", "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": "a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6", "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": "d684bb96-22c0-4ba4-b4f5-84bedda0ac4f", "generatedFromUUID": "a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6" }, "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": "d684bb96-22c0-4ba4-b4f5-84bedda0ac4f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjIxOGU0ZDE5Y2RjMzFhODQwYTgzMzU4ZTgyODdjYzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a297d4a7-579c-419e-a76e-de03904111c1" } ], "workloadContext": "Production" } 2022-12-19T04:49:10.411Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T04:49:10.411Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b71c339b-43b7-4e4c-9cf1-297e64f2fd97 ASDC 2022-12-19T04:49:10.412Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:8b10dcd1-7624-4810-b1cc-2307f74869e2 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b71c339b-43b7-4e4c-9cf1-297e64f2fd97 ServiceInvariantUUID:daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273 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:a297d4a7-579c-419e-a76e-de03904111c1 ArtifactChecksum:NjIxOGU0ZDE5Y2RjMzFhODQwYTgzMzU4ZTgyODdjYzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5093433f-0ebc-48a5-b5ac-5ce86100caa6 ResourceInvariantUUID:7078ad19-af18-4a88-84e2-cff255d70242 ResourceName:basic_vm ResourceType:VF ResourceUUID:7d71d7f5-ca47-4168-a792-7800daa16b5d 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:14268ad1-62a7-4106-ae61-9001363d05de ArtifactChecksum:ZmNkODY0NDkwM2RkMjA2NWZjN2EwNDVlOTVmNTBkOWU= 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:a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6 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:d684bb96-22c0-4ba4-b4f5-84bedda0ac4f 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:d684bb96-22c0-4ba4-b4f5-84bedda0ac4f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-19T04:49:10.412Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b71c339b-43b7-4e4c-9cf1-297e64f2fd97 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-12-19T04:49:10.453Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:49:10.454Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:49:10.454Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:49:10.454Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a297d4a7-579c-419e-a76e-de03904111c1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-19T04:49:10.455Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:49:10.455Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-19T04:49:10.534Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:49:10.538Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a297d4a7-579c-419e-a76e-de03904111c1 74807 2022-12-19T04:49:10.539Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-19T04:49:10.539Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-19T04:49:10.539Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:49:10.539Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:10.541Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:10.542Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425350539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:49:10.642Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:10.643Z||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-12-19T04:49:10.643Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:10.657Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:10.658Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:11.542Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:49:11.543Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:49:11.544Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a297d4a7-579c-419e-a76e-de03904111c1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:11.544Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-19T04:49:11.545Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:11.545Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:11.731Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7688911968326929445/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-12-19T04:49:12.922Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T04:49:12.936Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T04:49:12.937Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:12.937Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-19T04:49:12.937Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:12.937Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:12.937Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:12.937Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:12.937Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:12.937Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:12.938Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-19T04:49:12.938Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T04:49:12.938Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.938Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:12.938Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:12.939Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T04:49:12.939Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:49:12.939Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.939Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:12.939Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:12.939Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T04:49:12.940Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:49:12.940Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.940Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:12.940Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.940Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-19T04:49:12.940Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-19T04:49:12.940Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-19T04:49:12.941Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-19T04:49:12.941Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-19T04:49:12.941Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-19T04:49:12.941Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.941Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T04:49:12.941Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.942Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:12.942Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:49:12.942Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.942Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:12.942Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:49:12.942Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.943Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:12.943Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:49:12.943Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.943Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-19T04:49:12.943Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-19T04:49:12.943Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-19T04:49:12.943Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=139809fd-38d9-4760-9fa6-8441613721bb 2022-12-19T04:49:12.944Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.944Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:12.944Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.944Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:12.944Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.944Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:12.944Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:12.944Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:12.945Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b71c339b-43b7-4e4c-9cf1-297e64f2fd97 Model Version:NULL Model InvariantUuid:daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ada89429-76ae-466c-989b-476f50a19fae Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7078ad19-af18-4a88-84e2-cff255d70242 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5093433f-0ebc-48a5-b5ac-5ce86100caa6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:092860ba-1ff0-4b8c-a71a-c4ab3925dde4 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f72ac807-d6f0-435e-b494-ca3a0ab89e5e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:139809fd-38d9-4760-9fa6-8441613721bb ModelInvariantUuid:d19089c3-6ee2-4505-9145-4aa8788231d9 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:9d85a928-e499-4b93-971b-d0e3413be44c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:62f34e7f-58c2-4313-a063-50e848e98615 ModelInvariantUuid:c3d8601e-6161-425c-9805-ff08c519b36c ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:2c226a34-d483-4564-a7b5-bb6e126c01e6 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-12-19T04:49:12.951Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d71d7f5-ca47-4168-a792-7800daa16b5d 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-12-19T04:49:12.954Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-12-19T04:49:12.954Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d71d7f5-ca47-4168-a792-7800daa16b5d 2022-12-19T04:49:12.954Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14268ad1-62a7-4106-ae61-9001363d05de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-19T04:49:12.955Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:49:12.955Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:13.029Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:49:13.029Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 14268ad1-62a7-4106-ae61-9001363d05de 787 2022-12-19T04:49:13.030Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:13.030Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:13.030Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:49:13.030Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:13.032Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:13.033Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425353029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:49:13.133Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:49:13.133Z||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-12-19T04:49:13.133Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:13.144Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:13.145Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:14.033Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "092860ba-1ff0-4b8c-a71a-c4ab3925dde4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f72ac807-d6f0-435e-b494-ca3a0ab89e5e", "vfModuleModelCustomizationUUID": "682b2c3f-e711-47a8-8f34-fce42c054752", "isBase": true, "artifacts": [ "a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6", "d684bb96-22c0-4ba4-b4f5-84bedda0ac4f" ], "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-12-19T04:49:14.039Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f72ac807-d6f0-435e-b494-ca3a0ab89e5e VfModuleModelInvariantUUID:092860ba-1ff0-4b8c-a71a-c4ab3925dde4 VfModuleModelDescription:NULL Artifacts UUID List:{ a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6 , d684bb96-22c0-4ba4-b4f5-84bedda0ac4f } 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-12-19T04:49:14.042Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "092860ba-1ff0-4b8c-a71a-c4ab3925dde4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f72ac807-d6f0-435e-b494-ca3a0ab89e5e", "vfModuleModelCustomizationUUID": "682b2c3f-e711-47a8-8f34-fce42c054752", "isBase": true, "artifacts": [ "a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6", "d684bb96-22c0-4ba4-b4f5-84bedda0ac4f" ], "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-12-19T04:49:14.043Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f72ac807-d6f0-435e-b494-ca3a0ab89e5e VfModuleModelInvariantUUID:092860ba-1ff0-4b8c-a71a-c4ab3925dde4 VfModuleModelDescription:NULL Artifacts UUID List:{ a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6 , d684bb96-22c0-4ba4-b4f5-84bedda0ac4f } 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-12-19T04:49:14.043Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-19T04:49:14.043Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:49:14.043Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:14.098Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:49:14.098Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a3a37271-a22e-4cd0-80ca-b5ffae0f4bb6 5033 2022-12-19T04:49:14.098Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:14.099Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:14.099Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:49:14.099Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:14.101Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:14.101Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425354098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:49:14.201Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:14.203Z||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-12-19T04:49:14.203Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:14.220Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:14.220Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:15.103Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d684bb96-22c0-4ba4-b4f5-84bedda0ac4f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-19T04:49:15.104Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:49:15.105Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:15.147Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:49:15.148Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d684bb96-22c0-4ba4-b4f5-84bedda0ac4f 903 2022-12-19T04:49:15.148Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:15.149Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:15.149Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:49:15.149Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:15.151Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:15.152Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425355148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:49:15.252Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:49:15.253Z||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-12-19T04:49:15.253Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:15.287Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:15.287Z||pool-61-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:16.157Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b71c339b-43b7-4e4c-9cf1-297e64f2fd97 2022-12-19T04:49:16.158Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7d71d7f5-ca47-4168-a792-7800daa16b5d 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-12-19T04:49:16.178Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78eaae8f, org.onap.sdc.toscaparser.api.parameters.Input@56b69991, org.onap.sdc.toscaparser.api.parameters.Input@712219bf, org.onap.sdc.toscaparser.api.parameters.Input@5b8246ec, org.onap.sdc.toscaparser.api.parameters.Input@76b105c5] 2022-12-19T04:49:16.180Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.181Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:16.181Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-12-19T04:49:16.182Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5093433f-0ebc-48a5-b5ac-5ce86100caa6 2022-12-19T04:49:16.182Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5093433f-0ebc-48a5-b5ac-5ce86100caa6 matches Tosca VF Customization UUID: 5093433f-0ebc-48a5-b5ac-5ce86100caa6 2022-12-19T04:49:16.183Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5093433f-0ebc-48a5-b5ac-5ce86100caa6 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-12-19T04:49:16.187Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.188Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:16.189Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5093433f-0ebc-48a5-b5ac-5ce86100caa6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-19T04:49:16.190Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cdbf126 2022-12-19T04:49:16.190Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.191Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T04:49:16.191Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 682b2c3f-e711-47a8-8f34-fce42c054752 2022-12-19T04:49:16.192Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 682b2c3f-e711-47a8-8f34-fce42c054752 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-12-19T04:49:16.198Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.199Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:16.199Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:49:16.200Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.202Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:16.203Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:49:16.203Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.204Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-19T04:49:16.204Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-19T04:49:16.205Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-19T04:49:16.205Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=139809fd-38d9-4760-9fa6-8441613721bb 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-12-19T04:49:16.210Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.211Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:16.211Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:49:16.212Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.212Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-19T04:49:16.213Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5093433f-0ebc-48a5-b5ac-5ce86100caa6 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-12-19T04:49:16.216Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.216Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:16.217Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b71c339b-43b7-4e4c-9cf1-297e64f2fd97: basic_vm 2022-12-19T04:49:16.217Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.218Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:16.218Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.219Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:16.219Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.219Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:16.220Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.220Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:16.220Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:49:16.221Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:49:16.221Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:16.326Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7d71d7f5-ca47-4168-a792-7800daa16b5d 1 ASDC deployResourceStructure 2022-12-19T04:49:16.327Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:16.327Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:16.327Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:49:16.328Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:16.330Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:16.330Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425356327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:49:16.431Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:49:16.432Z||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-12-19T04:49:16.432Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:16.453Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:16.453Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:17.334Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:17.334Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:17.336Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:49:17.337Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:17.340Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:17.341Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425357334, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:49:17.440Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:49:17.442Z||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-12-19T04:49:17.442Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:17.473Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:17.474Z||pool-63-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:18.365Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:18.371Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||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-12-19T04:49:18.371Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:49:18.372Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:18.374Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:18.374Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425358365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-19T04:49:18.474Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:18.475Z||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-12-19T04:49:18.475Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:18.497Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:18.498Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:19.375Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-19T04:49:19.376Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-19T04:49:19.376Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:49:19.377Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:49:19.379Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:49:19.379Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425359375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:49:19.479Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:49:19.480Z||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-12-19T04:49:19.480Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:19.500Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:19.501Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:49:20.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:49:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:49:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:49:20.273Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:49:20.274Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:49:20.274Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "multicloud-k8s-id", "timestamp": 1671425241375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:49:20.275Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:49:20.380Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b10dcd1-7624-4810-b1cc-2307f74869e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:49:20.393Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b10dcd1-7624-4810-b1cc-2307f74869e2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:49:20.395Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:49:20.395Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:49:20.395Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:49:50.395Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b10dcd1-7624-4810-b1cc-2307f74869e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:49:50.404Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b10dcd1-7624-4810-b1cc-2307f74869e2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:49:50.407Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:49:50.407Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T04:49:50.407Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T04:50:20.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:50:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:50:20.250Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:20.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425241606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:50:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "aai-ml", "timestamp": 1671425242064, "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-12-19T04:50:20.309Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b10dcd1-7624-4810-b1cc-2307f74869e2 2022-12-19T04:50:20.310Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b10dcd1-7624-4810-b1cc-2307f74869e2 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-12-19T04:50:20.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.320Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.320Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.320Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.320Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.322Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.322Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425242615, "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-12-19T04:50:20.331Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b10dcd1-7624-4810-b1cc-2307f74869e2 2022-12-19T04:50:20.332Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b10dcd1-7624-4810-b1cc-2307f74869e2 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-12-19T04:50:20.348Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.348Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.349Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.349Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.349Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.349Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.349Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.349Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-19T04:50:20.350Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.350Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.350Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.350Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.350Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.350Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.350Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.351Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.351Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.351Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.351Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.351Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-19T04:50:20.351Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.351Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.352Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.352Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.352Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.352Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.352Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.352Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.352Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.353Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.353Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.353Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:50:20.353Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.353Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.353Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.353Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.353Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.354Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "ves-openapi-manager", "timestamp": 1671425236841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.355Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.356Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.357Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425249042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.358Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425229248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425225949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.359Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425251486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:50:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425252191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:50:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425251095, "artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:50:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.360Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425252571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.361Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425253623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425254677, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.362Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.363Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425255767, "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-12-19T04:50:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 2022-12-19T04:50:20.368Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 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-12-19T04:50:20.376Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.376Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:20.376Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.376Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.376Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "multicloud-k8s-id", "timestamp": 1671425256777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:50:20.376Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.376Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425248742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425258531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425259462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.377Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "aai-ml", "timestamp": 1671425260467, "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-12-19T04:50:20.382Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 2022-12-19T04:50:20.382Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 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-12-19T04:50:20.389Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.389Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425261414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:50:20.389Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:50:20.389Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:50:20.390Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671425262422, "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-12-19T04:50:20.394Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 2022-12-19T04:50:20.394Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 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-12-19T04:50:20.407Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b10dcd1-7624-4810-b1cc-2307f74869e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:50:20.414Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b10dcd1-7624-4810-b1cc-2307f74869e2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:50:20.417Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:50:20.417Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T04:50:20.417Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T04:50:20.417Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T04:50:20.417Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:50:20.417Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:50:20.417Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:50:20.417Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:50:20.418Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:50:20.418Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T04:50:20.422Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T04:50:50.423Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b10dcd1-7624-4810-b1cc-2307f74869e2 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-12-19T04:50:50.434Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b10dcd1-7624-4810-b1cc-2307f74869e2 and serviceModelVersionId: b71c339b-43b7-4e4c-9cf1-297e64f2fd97 2022-12-19T04:50:50.434Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273 2022-12-19T04:50:50.435Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273/model-vers/model-ver/b71c339b-43b7-4e4c-9cf1-297e64f2fd97?depth=0 2022-12-19T04:50:50.440Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T04:50:50.491Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273/model-vers/model-ver/b71c339b-43b7-4e4c-9cf1-297e64f2fd97?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-12-19T04:50:50.493Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273/model-vers/model-ver/b71c339b-43b7-4e4c-9cf1-297e64f2fd97?depth=0|INFO|500||Invoke 2022-12-19T04:50:50.517Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273/model-vers/model-ver/b71c339b-43b7-4e4c-9cf1-297e64f2fd97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T04:50:50.628Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273/model-vers/model-ver/b71c339b-43b7-4e4c-9cf1-297e64f2fd97?depth=0|INFO|500||InvokeReturn 2022-12-19T04:50:50.629Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf1bfa5-1bb4-4a4c-8ef9-b95d5c9c1273/model-vers/model-ver/b71c339b-43b7-4e4c-9cf1-297e64f2fd97?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:50:51 GMT], content-length=[0], vertex-id=[221416], x-aai-txid=[1-aai-resources-221219-04:50:51:564-28204], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T04:50:50.629Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-12-19T04:50:50.629Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T04:50:50.630Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T04:50:50.640Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T04:50:50.640Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b10dcd1-7624-4810-b1cc-2307f74869e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T04:50:50.641Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T04:50:50.641Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:50.644Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:50.645Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425450641, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:50:50.745Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:50:50.746Z||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-12-19T04:50:50.746Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:50.760Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:50.761Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 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-12-19T04:50:51.657Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-19T04:50:51.657Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7","serviceDescription":"service","serviceInvariantUUID":"7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d9b26b14-31ea-4222-9abd-989478c228e5","resourceInvariantUUID":"ef35eed5-db85-4ac5-90db-7056a5e5a7ef","resourceCustomizationUUID":"3cb1e5a4-2021-4785-be70-a980046dbe0f","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":"YTQ3ZmM0MmZjODFmODkyZDY4MDdmYjQ1MjI0ZjBmMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c866cbd2-faaa-4dec-ac78-4c5e72d2fa73","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":"63e0910c-7fe6-43be-8aca-c269fe49b6fa","artifactVersion":"2","generatedFromUUID":"0edf3df5-50e8-4ebd-b61f-1880fdf259a3"},{"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":"0edf3df5-50e8-4ebd-b61f-1880fdf259a3","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":"NWQ5NjRiYjIzODAxNTQ0ZmY3Y2Q5ZDRhZTNkNWI1ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a7f2c09-dc58-4763-a4b8-be36bea52445","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":"fd648842-2625-43e0-abbe-fe9907f52cf8","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":"d9b08c90-81c2-47d5-9aee-02f258df42b7","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":"8322222d-7233-4bac-b78e-34d98eacd574","artifactVersion":"2","generatedFromUUID":"fd648842-2625-43e0-abbe-fe9907f52cf8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzRiNTY1MDJhODAzNDc0Zjg0MTVhNDk3ZTA4OTk0MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99181c1f-9615-4fd0-8314-1122c50d8868","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjI5Yzc1N2U0MGM2ZWZhNDM3MDcxZTZjMmVlZWM2MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca0ed8de-5f38-4834-993a-c98cbf544df7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T04:50:51.658Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:51.658Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:51.662Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:51.662Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:51.764Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T04:50:51.765Z||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-12-19T04:50:51.765Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:51.776Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:51.777Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:50:52.663Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:52.664Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:52.665Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:52.666Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-19T04:50:52.766Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:50:52.767Z||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-12-19T04:50:52.767Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:52.779Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:52.780Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:50:53.666Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:53.667Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:53.669Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:53.669Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-19T04:50:53.769Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:50:53.770Z||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-12-19T04:50:53.770Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:53.780Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:53.780Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:50:54.669Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:54.671Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:54.673Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:54.673Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:50:54.774Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:50:54.775Z||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-12-19T04:50:54.775Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:54.789Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:54.790Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:50:55.674Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:55.675Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:55.676Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:55.676Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-19T04:50:55.777Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:50:55.778Z||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-12-19T04:50:55.779Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:55.809Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:55.810Z||pool-71-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:50:56.677Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:56.678Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:56.681Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:56.681Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:56.782Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:50:56.783Z||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-12-19T04:50:56.783Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:56.793Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:56.794Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:50:57.682Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:57.683Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:57.685Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:57.685Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-19T04:50:57.785Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:50:57.786Z||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-12-19T04:50:57.786Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:57.800Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:57.801Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:50:58.685Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:58.686Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:58.688Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:58.689Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:50:58.789Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:50:58.790Z||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-12-19T04:50:58.790Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:58.801Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:58.802Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:50:59.689Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T04:50:59.690Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:50:59.693Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:50:59.693Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:50:59.793Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:50:59.794Z||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-12-19T04:50:59.795Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:50:59.807Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:50:59.808Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:51:00.694Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7", "serviceDescription": "service", "serviceInvariantUUID": "7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3cb1e5a4-2021-4785-be70-a980046dbe0f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d9b26b14-31ea-4222-9abd-989478c228e5", "resourceInvariantUUID": "ef35eed5-db85-4ac5-90db-7056a5e5a7ef", "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": "63e0910c-7fe6-43be-8aca-c269fe49b6fa", "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": "0edf3df5-50e8-4ebd-b61f-1880fdf259a3", "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": "NWQ5NjRiYjIzODAxNTQ0ZmY3Y2Q5ZDRhZTNkNWI1ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a7f2c09-dc58-4763-a4b8-be36bea52445", "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": "fd648842-2625-43e0-abbe-fe9907f52cf8", "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": "8322222d-7233-4bac-b78e-34d98eacd574", "generatedFromUUID": "fd648842-2625-43e0-abbe-fe9907f52cf8" }, "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": "8322222d-7233-4bac-b78e-34d98eacd574", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjI5Yzc1N2U0MGM2ZWZhNDM3MDcxZTZjMmVlZWM2MGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca0ed8de-5f38-4834-993a-c98cbf544df7" } ], "workloadContext": "Production" } 2022-12-19T04:51:00.695Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T04:51:00.695Z|8b10dcd1-7624-4810-b1cc-2307f74869e2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7 ASDC 2022-12-19T04:51:00.696Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7 ServiceInvariantUUID:7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61 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:ca0ed8de-5f38-4834-993a-c98cbf544df7 ArtifactChecksum:YjI5Yzc1N2U0MGM2ZWZhNDM3MDcxZTZjMmVlZWM2MGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3cb1e5a4-2021-4785-be70-a980046dbe0f ResourceInvariantUUID:ef35eed5-db85-4ac5-90db-7056a5e5a7ef ResourceName:basic_cnf ResourceType:VF ResourceUUID:d9b26b14-31ea-4222-9abd-989478c228e5 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:63e0910c-7fe6-43be-8aca-c269fe49b6fa 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:0edf3df5-50e8-4ebd-b61f-1880fdf259a3 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:1a7f2c09-dc58-4763-a4b8-be36bea52445 ArtifactChecksum:NWQ5NjRiYjIzODAxNTQ0ZmY3Y2Q5ZDRhZTNkNWI1ZWI= 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:fd648842-2625-43e0-abbe-fe9907f52cf8 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:8322222d-7233-4bac-b78e-34d98eacd574 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:8322222d-7233-4bac-b78e-34d98eacd574 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-19T04:51:00.696Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7 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-12-19T04:51:00.729Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:51:00.730Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:51:00.730Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:51:00.730Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ca0ed8de-5f38-4834-993a-c98cbf544df7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-19T04:51:00.730Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:51:00.730Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-19T04:51:00.893Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:51:00.897Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ca0ed8de-5f38-4834-993a-c98cbf544df7 73677 2022-12-19T04:51:00.898Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-19T04:51:00.898Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-19T04:51:00.898Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:51:00.898Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:00.900Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:00.900Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425460898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:01.001Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T04:51:01.002Z||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-12-19T04:51:01.002Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:01.016Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:01.016Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:51:01.901Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T04:51:01.902Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T04:51:01.902Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ca0ed8de-5f38-4834-993a-c98cbf544df7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-19T04:51:01.903Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-19T04:51:01.903Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-19T04:51:01.903Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-19T04:51:02.022Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4815025077591272970/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-12-19T04:51:03.264Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T04:51:03.265Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T04:51:03.265Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-19T04:51:03.265Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-19T04:51:03.265Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:03.265Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:03.265Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:03.265Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-19T04:51:03.266Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T04:51:03.266Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.266Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:03.266Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:03.267Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T04:51:03.267Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:51:03.267Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.267Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:03.267Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:03.267Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T04:51:03.268Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T04:51:03.268Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.268Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:03.268Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.268Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-19T04:51:03.268Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-19T04:51:03.269Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-19T04:51:03.269Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-19T04:51:03.269Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.269Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T04:51:03.269Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.270Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:03.270Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:51:03.270Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.270Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:03.271Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:51:03.271Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.271Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:03.271Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:51:03.271Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.271Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-19T04:51:03.272Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-19T04:51:03.272Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c690438a-0811-48ca-b749-87440cfc560d 2022-12-19T04:51:03.272Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.272Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:03.272Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.272Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:03.272Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.273Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:03.273Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:03.273Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:03.273Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7 Model Version:NULL Model InvariantUuid:7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:5bbc7118-3daf-4a0f-bc5c-56462880fa44 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ef35eed5-db85-4ac5-90db-7056a5e5a7ef Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3cb1e5a4-2021-4785-be70-a980046dbe0f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:23fb418c-166d-48dd-9005-aeb2001531ab ModelName:BasicCnf..base_dummy..module-0 ModelUuid:069188b2-d12a-4274-85cf-e6632a56b510 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c690438a-0811-48ca-b749-87440cfc560d ModelInvariantUuid:0c850917-1d0c-4d2d-af25-21f38c1ac841 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:75397714-7ba9-4fd9-97be-33b3c965d902 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:07db43cc-5a32-4444-afe4-9d477a832d59 ModelInvariantUuid:06fb5313-361d-48b5-b24d-ac035e32331a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0f40895f-b4cc-449a-9433-88de23f81d5f 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-12-19T04:51:03.281Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d9b26b14-31ea-4222-9abd-989478c228e5 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-12-19T04:51:03.285Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-12-19T04:51:03.285Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d9b26b14-31ea-4222-9abd-989478c228e5 2022-12-19T04:51:03.285Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 63e0910c-7fe6-43be-8aca-c269fe49b6fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-19T04:51:03.285Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:51:03.285Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:03.370Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:51:03.371Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 63e0910c-7fe6-43be-8aca-c269fe49b6fa 12 2022-12-19T04:51:03.371Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:03.372Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:03.372Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:51:03.372Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:03.374Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:03.374Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425463371, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:03.476Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T04:51:03.477Z||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-12-19T04:51:03.477Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:03.490Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:03.491Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:51:04.375Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0edf3df5-50e8-4ebd-b61f-1880fdf259a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-19T04:51:04.376Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:51:04.377Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:04.436Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:51:04.437Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0edf3df5-50e8-4ebd-b61f-1880fdf259a3 2688 2022-12-19T04:51:04.437Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:04.437Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:04.437Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:51:04.438Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:04.445Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:04.445Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425464437, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:04.540Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-12-19T04:51:04.541Z||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-12-19T04:51:04.541Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:04.554Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:04.554Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:51:05.447Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1a7f2c09-dc58-4763-a4b8-be36bea52445 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-19T04:51:05.447Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:51:05.447Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:05.491Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:51:05.492Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1a7f2c09-dc58-4763-a4b8-be36bea52445 828 2022-12-19T04:51:05.492Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:05.492Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:05.492Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:51:05.493Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:05.495Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:05.495Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425465492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:05.595Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:51:05.596Z||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-12-19T04:51:05.596Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:05.608Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:05.608Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:51:06.498Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "23fb418c-166d-48dd-9005-aeb2001531ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "069188b2-d12a-4274-85cf-e6632a56b510", "vfModuleModelCustomizationUUID": "26ee6709-acb1-4c21-8876-855e552f7afb", "isBase": true, "artifacts": [ "fd648842-2625-43e0-abbe-fe9907f52cf8", "0edf3df5-50e8-4ebd-b61f-1880fdf259a3", "8322222d-7233-4bac-b78e-34d98eacd574" ], "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-12-19T04:51:06.507Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:069188b2-d12a-4274-85cf-e6632a56b510 VfModuleModelInvariantUUID:23fb418c-166d-48dd-9005-aeb2001531ab VfModuleModelDescription:NULL Artifacts UUID List:{ fd648842-2625-43e0-abbe-fe9907f52cf8 , 0edf3df5-50e8-4ebd-b61f-1880fdf259a3 , 8322222d-7233-4bac-b78e-34d98eacd574 } 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-12-19T04:51:06.514Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "23fb418c-166d-48dd-9005-aeb2001531ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "069188b2-d12a-4274-85cf-e6632a56b510", "vfModuleModelCustomizationUUID": "26ee6709-acb1-4c21-8876-855e552f7afb", "isBase": true, "artifacts": [ "fd648842-2625-43e0-abbe-fe9907f52cf8", "0edf3df5-50e8-4ebd-b61f-1880fdf259a3", "8322222d-7233-4bac-b78e-34d98eacd574" ], "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-12-19T04:51:06.514Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:069188b2-d12a-4274-85cf-e6632a56b510 VfModuleModelInvariantUUID:23fb418c-166d-48dd-9005-aeb2001531ab VfModuleModelDescription:NULL Artifacts UUID List:{ fd648842-2625-43e0-abbe-fe9907f52cf8 , 0edf3df5-50e8-4ebd-b61f-1880fdf259a3 , 8322222d-7233-4bac-b78e-34d98eacd574 } 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-12-19T04:51:06.514Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fd648842-2625-43e0-abbe-fe9907f52cf8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-19T04:51:06.515Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:51:06.515Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:06.588Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:51:06.588Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fd648842-2625-43e0-abbe-fe9907f52cf8 1164 2022-12-19T04:51:06.589Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:06.589Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:06.589Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:51:06.590Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:06.593Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:06.593Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425466589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:06.693Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:51:06.694Z||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-12-19T04:51:06.694Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:06.711Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:06.711Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:51:07.595Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8322222d-7233-4bac-b78e-34d98eacd574 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-19T04:51:07.595Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T04:51:07.595Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:07.667Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T04:51:07.668Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8322222d-7233-4bac-b78e-34d98eacd574 200 2022-12-19T04:51:07.668Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:07.668Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:07.668Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T04:51:07.669Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:07.671Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:07.672Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425467668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:07.773Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:51:07.774Z||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-12-19T04:51:07.774Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:07.787Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:07.787Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:51:08.672Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7 2022-12-19T04:51:08.673Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d9b26b14-31ea-4222-9abd-989478c228e5 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=? 2022-12-19T04:51:08.687Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-12-19T04:51:08.696Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cca4cca, org.onap.sdc.toscaparser.api.parameters.Input@280aa3bf, org.onap.sdc.toscaparser.api.parameters.Input@6b6ebaa6, org.onap.sdc.toscaparser.api.parameters.Input@5dad51a9, org.onap.sdc.toscaparser.api.parameters.Input@73afeaca] 2022-12-19T04:51:08.698Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.699Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:08.699Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-12-19T04:51:08.699Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 3cb1e5a4-2021-4785-be70-a980046dbe0f 2022-12-19T04:51:08.699Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3cb1e5a4-2021-4785-be70-a980046dbe0f matches Tosca VF Customization UUID: 3cb1e5a4-2021-4785-be70-a980046dbe0f 2022-12-19T04:51:08.699Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 3cb1e5a4-2021-4785-be70-a980046dbe0f 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-12-19T04:51:08.702Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.702Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:08.703Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 3cb1e5a4-2021-4785-be70-a980046dbe0f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-19T04:51:08.703Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27f7b313 2022-12-19T04:51:08.704Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.704Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T04:51:08.704Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26ee6709-acb1-4c21-8876-855e552f7afb 2022-12-19T04:51:08.704Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26ee6709-acb1-4c21-8876-855e552f7afb 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-12-19T04:51:08.707Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.707Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:08.708Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:51:08.708Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.708Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:08.709Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:51:08.709Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.709Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-19T04:51:08.709Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-19T04:51:08.710Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c690438a-0811-48ca-b749-87440cfc560d 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-12-19T04:51:08.713Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.713Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:08.713Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T04:51:08.714Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.715Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-19T04:51:08.715Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3cb1e5a4-2021-4785-be70-a980046dbe0f 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-12-19T04:51:08.719Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.719Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:08.720Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7: basic_cnf 2022-12-19T04:51:08.720Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.720Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:08.721Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.721Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:08.721Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.721Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:08.722Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.722Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:08.722Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T04:51:08.722Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T04:51:08.723Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:08.806Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d9b26b14-31ea-4222-9abd-989478c228e5 1 ASDC deployResourceStructure 2022-12-19T04:51:08.807Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:08.808Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:08.808Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-19T04:51:08.808Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:08.810Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:08.810Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425468807, "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-12-19T04:51:08.910Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:51:08.911Z||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-12-19T04:51:08.912Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:08.932Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:08.933Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:51:09.816Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:09.817Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:09.817Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-19T04:51:09.817Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:09.820Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:09.820Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425469816, "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-12-19T04:51:09.919Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:51:09.920Z||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-12-19T04:51:09.921Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:09.936Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:09.937Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:51:10.821Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:10.821Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:10.822Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:51:10.822Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:10.824Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:10.824Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425470821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:51:10.924Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:51:10.925Z||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-12-19T04:51:10.925Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:10.950Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:10.951Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:51:11.827Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:11.827Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:11.827Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:51:11.827Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:11.829Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:11.830Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425471827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:51:11.930Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:51:11.931Z||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-12-19T04:51:11.931Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:11.954Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:11.956Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:51:12.831Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:12.831Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||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-12-19T04:51:12.831Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:51:12.832Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:12.834Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:12.834Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425472831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-19T04:51:12.935Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T04:51:12.936Z||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-12-19T04:51:12.936Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:12.963Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:12.963Z||pool-86-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-19T04:51:13.835Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-19T04:51:13.836Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-19T04:51:13.836Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T04:51:13.837Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:13.839Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:13.839Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425473835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:51:13.940Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:51:13.941Z||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-12-19T04:51:13.941Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:13.953Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:13.954Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-19T04:51:14.841Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T04:51:14.853Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T04:51:14.858Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T04:51:14.859Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T04:51:14.859Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T04:51:14.859Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T04:51:14.859Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:51:14.859Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:51:14.859Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:51:14.860Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:51:14.860Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T04:51:14.860Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T04:51:14.866Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T04:51:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:51:20.250Z||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-12-19T04:51:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:20.308Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:20.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425342365, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:51:20.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:20.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:51:20.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-19T04:51:20.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-19T04:51:20.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425350539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425353029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425354098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425355148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425356327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425357334, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425358365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425359375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:51:20.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:51:44.866Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc 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-12-19T04:51:44.873Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc and serviceModelVersionId: c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7 2022-12-19T04:51:44.874Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61 2022-12-19T04:51:44.874Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61/model-vers/model-ver/c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7?depth=0 2022-12-19T04:51:44.879Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T04:51:44.927Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61/model-vers/model-ver/c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7?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-12-19T04:51:44.928Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61/model-vers/model-ver/c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7?depth=0|INFO|500||Invoke 2022-12-19T04:51:44.949Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61/model-vers/model-ver/c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T04:51:45.038Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61/model-vers/model-ver/c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7?depth=0|INFO|500||InvokeReturn 2022-12-19T04:51:45.039Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae34d6b-86c3-4798-9cfd-8fbcf05dfa61/model-vers/model-ver/c7f7908c-6e35-49a3-88b6-b5d0c5bee8d7?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:51:45 GMT], content-length=[0], vertex-id=[233704], x-aai-txid=[1-aai-resources-221219-04:51:45:991-64039], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T04:51:45.039Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-12-19T04:51:45.041Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T04:51:45.041Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T04:51:45.048Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T04:51:45.048Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T04:51:45.048Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T04:51:45.049Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T04:51:45.051Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T04:51:45.051Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425505048, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:51:45.151Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T04:51:45.152Z||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-12-19T04:51:45.153Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:45.175Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:45.176Z||pool-88-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-12-19T04:51:46.061Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:51:46.062Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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-12-19T04:51:46.062Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:51:56.413Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:51:56.413Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:51:56.414Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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-12-19T04:51:56.414Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:52:05.983Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:52:05.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:52:05.985Z||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-12-19T04:52:05.985Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:52:15.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:52:15.548Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:52:15.549Z||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-12-19T04:52:15.549Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:52:20.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:52:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:52:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:52:20.295Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:52:20.296Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.296Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b10dcd1-7624-4810-b1cc-2307f74869e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425450641, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:52:20.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:52:20.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-19T04:52:20.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425240246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425460898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425463371, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425464437, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425465492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425466589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T04:52:20.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425467668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425468807, "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-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425469816, "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-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.303Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425470821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T04:52:20.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425471827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-19T04:52:20.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425472831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-19T04:52:20.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:20.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-19T04:52:20.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425473835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T04:52:20.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:52:25.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:52:25.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:52:25.105Z||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-12-19T04:52:25.106Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:52:34.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:53:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:53:20.248Z||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-12-19T04:53:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:53:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:53:20.249Z||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-12-19T04:53:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:53:20.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:53:20.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-19T04:53:20.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671425505048, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T04:53:20.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T04:53:29.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:54:20.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:54:20.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:54:20.251Z||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-12-19T04:54:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:54:20.257Z||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-12-19T04:54:20.257Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:54:29.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:54:29.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:55:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:55:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:55:20.248Z||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-12-19T04:55:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:55:20.249Z||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-12-19T04:55:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:55:29.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:55:29.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:56:20.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:56:20.249Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:56:20.250Z||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-12-19T04:56:20.250Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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-12-19T04:56:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:56:20.250Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:56:29.813Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:56:29.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:57:20.247Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:57:20.248Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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-12-19T04:57:20.248Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:57:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:57:20.250Z||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-12-19T04:57:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:57:29.804Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:57:29.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:58:20.246Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:58:20.248Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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-12-19T04:58:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:58:20.249Z||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-12-19T04:58:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:58:20.248Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:58:29.795Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:58:29.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:59:20.246Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:59:20.248Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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-12-19T04:59:20.248Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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 8SztrWVmdciNSKB4) ... 2022-12-19T04:59:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T04:59:20.249Z||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-12-19T04:59:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T04:59:29.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T04:59:29.816Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:00:20.247Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:00:20.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:00:20.250Z||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-12-19T05:00:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:00:20.251Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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-12-19T05:00:20.251Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:00:29.805Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:00:29.825Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:20.247Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:01:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:01:20.249Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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-12-19T05:01:20.249Z||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-12-19T05:01:20.249Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:20.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:20.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426035949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:01:20.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426035506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:01:20.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "ves-openapi-manager", "timestamp": 1671426036841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426048680, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426049921, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-19T05:01:20.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-19T05:01:20.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "cds", "timestamp": 1671426051376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-19T05:01:20.471Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 2022-12-19T05:01:20.471Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 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-12-19T05:01:20.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-19T05:01:20.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426052380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-19T05:01:20.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426052380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-19T05:01:20.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426052380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426057665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:01:20.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426052380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "ves-openapi-manager", "timestamp": 1671426056841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "aai-ml", "timestamp": 1671426058670, "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-12-19T05:01:20.498Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 2022-12-19T05:01:20.499Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 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-12-19T05:01:20.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426052380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426049249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:01:20.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "ves-openapi-manager", "timestamp": 1671426056841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426052380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426060096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "ves-openapi-manager", "timestamp": 1671426056841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426052380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426061196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "ves-openapi-manager", "timestamp": 1671426056841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426052380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:01:20.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426062251, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "ves-openapi-manager", "timestamp": 1671426056841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426061622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426063315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "ves-openapi-manager", "timestamp": 1671426056841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "cds", "timestamp": 1671426062943, "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-12-19T05:01:20.534Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 2022-12-19T05:01:20.534Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 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-12-19T05:01:20.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426064390, "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-12-19T05:01:20.555Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 2022-12-19T05:01:20.555Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 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-12-19T05:01:20.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "ves-openapi-manager", "timestamp": 1671426056841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "multicloud-k8s-id", "timestamp": 1671426065395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T05:01:20.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "ves-openapi-manager", "timestamp": 1671426056841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426065949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426065949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:01:20.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426065949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426065949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426069656, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426069249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426065949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426069249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426065949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426069249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426072477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426065949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426069249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426073481, "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-12-19T05:01:20.587Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 2022-12-19T05:01:20.588Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 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-12-19T05:01:20.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426065949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:01:20.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426069249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-19T05:01:20.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426074739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426069249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426069249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426069249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:01:20.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426078001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426079087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426080161, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:20.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:01:20.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:01:20.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426081187, "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-12-19T05:01:20.622Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 2022-12-19T05:01:20.622Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 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-12-19T05:01:20.889Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:20.890Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-19T05:01:20.890Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"26603e36-e74a-4d22-a0d0-5d8e62ad4a82","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0","serviceDescription":"service","serviceInvariantUUID":"57b93039-c5fd-40d5-a763-c406979898c1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2cc0f1f-802e-46de-9169-414b92adc93e","resourceInvariantUUID":"906e0043-e936-4758-883e-d0d5410144a2","resourceCustomizationUUID":"86c2acc9-2290-4da4-a94d-91a1d3579b84","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":"NzUzMzI1OGQzM2E0M2IxOGVlNGM3ODY5YTljMTZlMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ae37149-dba4-44f5-b50c-86511512546f","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":"MThkM2MwNjViMWU5ODFmNTQwYzc1NWRkNmJkNTVjNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"72d3f744-6f8d-4b65-bab9-ed14730eb77e","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":"c14e4f3e-74b0-433d-884e-0a7173077721","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":"b5159eb8-07b7-4940-b0e9-f33fbaee88f2","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":"4d29ba31-701f-4c2f-b09d-147d5397ae3f","artifactVersion":"2","generatedFromUUID":"945b0c21-808b-4b65-827e-2c2919041d95"},{"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":"62a84092-1292-4f59-bb67-86c525ab9667","artifactVersion":"2","generatedFromUUID":"c14e4f3e-74b0-433d-884e-0a7173077721"},{"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":"945b0c21-808b-4b65-827e-2c2919041d95","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":"f77c3acd-326d-41f9-9049-b2c51a143cb0","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":"MzZhZGM5NGMzYmFlOWM4MzQ5MTk2NmZiNTVlMzJiNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e176132c-6ecf-44ba-98ef-990616bcd2bf","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODIxYzIzMzgyYzUwOWJkODNhZmEyMjMwZDEwZDkxODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"606dab98-7bc3-43c9-b42d-82b8b29bc8d8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T05:01:20.893Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:20.894Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:20.898Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:20.898Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:20.998Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:20.999Z||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-12-19T05:01:20.999Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:21.009Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:21.009Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:21.900Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:21.904Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:21.906Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:21.907Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-19T05:01:22.006Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:01:22.007Z||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-12-19T05:01:22.007Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:22.017Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:22.017Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:22.907Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:22.908Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:22.913Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:22.913Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-19T05:01:23.011Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-19T05:01:23.012Z||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-12-19T05:01:23.012Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:23.030Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:23.030Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:23.914Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:23.915Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:23.917Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:23.917Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:24.017Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:01:24.018Z||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-12-19T05:01:24.019Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:24.033Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:24.034Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:24.919Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:24.920Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:24.923Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:24.923Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-19T05:01:25.023Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:01:25.024Z||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-12-19T05:01:25.024Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:25.041Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:25.042Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:25.924Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:25.926Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:25.928Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:25.928Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-19T05:01:26.028Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:01:26.030Z||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-12-19T05:01:26.030Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:26.043Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:26.044Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:01:26.929Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:26.930Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:26.932Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:26.932Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-19T05:01:27.032Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:27.034Z||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-12-19T05:01:27.034Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:27.046Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:27.046Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:01:27.933Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:27.934Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:27.936Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:27.937Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:28.037Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:28.038Z||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-12-19T05:01:28.038Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:28.049Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:28.050Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:01:28.937Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:28.938Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:28.940Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:28.941Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:01:29.041Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:01:29.042Z||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-12-19T05:01:29.042Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:29.057Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:29.058Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:29.942Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:01:29.943Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:29.945Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:29.946Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:01:30.046Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:30.047Z||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-12-19T05:01:30.047Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:30.063Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:30.064Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:30.947Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0", "serviceDescription": "service", "serviceInvariantUUID": "57b93039-c5fd-40d5-a763-c406979898c1", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "86c2acc9-2290-4da4-a94d-91a1d3579b84", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a2cc0f1f-802e-46de-9169-414b92adc93e", "resourceInvariantUUID": "906e0043-e936-4758-883e-d0d5410144a2", "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": "MThkM2MwNjViMWU5ODFmNTQwYzc1NWRkNmJkNTVjNDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72d3f744-6f8d-4b65-bab9-ed14730eb77e", "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": "c14e4f3e-74b0-433d-884e-0a7173077721", "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": "62a84092-1292-4f59-bb67-86c525ab9667", "generatedFromUUID": "c14e4f3e-74b0-433d-884e-0a7173077721" }, "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": "4d29ba31-701f-4c2f-b09d-147d5397ae3f", "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": "62a84092-1292-4f59-bb67-86c525ab9667", "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": "945b0c21-808b-4b65-827e-2c2919041d95", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ODIxYzIzMzgyYzUwOWJkODNhZmEyMjMwZDEwZDkxODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "606dab98-7bc3-43c9-b42d-82b8b29bc8d8" } ], "workloadContext": "Production" } 2022-12-19T05:01:30.948Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T05:01:30.949Z|9020d7cf-fe22-4c7f-9ce3-e00e47bc4fdc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0 ASDC 2022-12-19T05:01:30.950Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:26603e36-e74a-4d22-a0d0-5d8e62ad4a82 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0 ServiceInvariantUUID:57b93039-c5fd-40d5-a763-c406979898c1 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:606dab98-7bc3-43c9-b42d-82b8b29bc8d8 ArtifactChecksum:ODIxYzIzMzgyYzUwOWJkODNhZmEyMjMwZDEwZDkxODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:86c2acc9-2290-4da4-a94d-91a1d3579b84 ResourceInvariantUUID:906e0043-e936-4758-883e-d0d5410144a2 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:a2cc0f1f-802e-46de-9169-414b92adc93e 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:72d3f744-6f8d-4b65-bab9-ed14730eb77e ArtifactChecksum:MThkM2MwNjViMWU5ODFmNTQwYzc1NWRkNmJkNTVjNDU= 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:c14e4f3e-74b0-433d-884e-0a7173077721 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:62a84092-1292-4f59-bb67-86c525ab9667 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:4d29ba31-701f-4c2f-b09d-147d5397ae3f 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:62a84092-1292-4f59-bb67-86c525ab9667 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:945b0c21-808b-4b65-827e-2c2919041d95 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-19T05:01:30.950Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0 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-12-19T05:01:30.986Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T05:01:30.988Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:01:30.988Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:01:30.988Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 606dab98-7bc3-43c9-b42d-82b8b29bc8d8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:30.989Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:01:30.989Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:31.062Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:01:31.071Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 606dab98-7bc3-43c9-b42d-82b8b29bc8d8 162980 2022-12-19T05:01:31.071Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-19T05:01:31.071Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:31.072Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:01:31.072Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:31.074Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:31.074Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426091071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:31.174Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:31.175Z||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-12-19T05:01:31.175Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:31.189Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:31.189Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:01:32.075Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T05:01:32.076Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:01:32.077Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 606dab98-7bc3-43c9-b42d-82b8b29bc8d8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:32.077Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-19T05:01:32.078Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:32.078Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:32.247Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17353481424519088747/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-19T05:01:33.721Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T05:01:33.722Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T05:01:33.722Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:33.722Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-19T05:01:33.722Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:33.722Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||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-12-19T05:01:33.723Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:33.723Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:33.723Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T05:01:33.724Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.724Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:33.724Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:33.724Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T05:01:33.725Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T05:01:33.725Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.725Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:33.726Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:33.726Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T05:01:33.726Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T05:01:33.726Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.726Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:33.727Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.727Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-19T05:01:33.727Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-19T05:01:33.727Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-19T05:01:33.728Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-19T05:01:33.728Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.728Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T05:01:33.728Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.728Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:33.728Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:01:33.729Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.729Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:33.729Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:01:33.730Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.730Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:33.730Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:01:33.730Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.730Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:33.731Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:01:33.731Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.731Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-19T05:01:33.731Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-19T05:01:33.731Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1f6be9c8-acbf-4a58-8427-ed583ef0ee5e 2022-12-19T05:01:33.732Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.732Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:33.732Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.732Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:33.733Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.733Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:33.733Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:33.734Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:33.734Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0 Model Version:NULL Model InvariantUuid:57b93039-c5fd-40d5-a763-c406979898c1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:98c2a260-36cd-45e5-b846-7bce3a65283f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:906e0043-e936-4758-883e-d0d5410144a2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86c2acc9-2290-4da4-a94d-91a1d3579b84 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5128c858-0970-4159-8090-6a16b44bcb19 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:c2df7bdb-bb0b-4e80-b288-f1952c486589 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:cd758df0-3b94-4724-bd50-5086633a2cdd ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:da76d540-3688-4789-90c4-a5645c285c32 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1f6be9c8-acbf-4a58-8427-ed583ef0ee5e ModelInvariantUuid:d2cfe099-c59f-4865-804d-bd3c95afed71 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:9b0d77fc-8e90-4967-88d8-79b1ded61dbb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:98245401-2950-4a93-9613-beeb1dbe6501 ModelInvariantUuid:59fc9e3c-6b3a-4940-bf79-ab4443bcc423 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:7aae3f13-43d3-4a14-8e58-447e27e86c82 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-12-19T05:01:33.743Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a2cc0f1f-802e-46de-9169-414b92adc93e 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-12-19T05:01:33.748Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2022-12-19T05:01:33.748Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2cc0f1f-802e-46de-9169-414b92adc93e 2022-12-19T05:01:33.748Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 72d3f744-6f8d-4b65-bab9-ed14730eb77e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-19T05:01:33.748Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:01:33.749Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-19T05:01:33.795Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:01:33.796Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 72d3f744-6f8d-4b65-bab9-ed14730eb77e 1565 2022-12-19T05:01:33.796Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-19T05:01:33.796Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-19T05:01:33.796Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:01:33.797Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:33.799Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:33.799Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426093796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:33.899Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:33.900Z||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-12-19T05:01:33.901Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:33.916Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:33.917Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:01:34.800Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "cd758df0-3b94-4724-bd50-5086633a2cdd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da76d540-3688-4789-90c4-a5645c285c32", "vfModuleModelCustomizationUUID": "42edd042-bbd3-49c1-9a1a-056171704e67", "isBase": true, "artifacts": [ "c14e4f3e-74b0-433d-884e-0a7173077721", "62a84092-1292-4f59-bb67-86c525ab9667" ], "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": "5128c858-0970-4159-8090-6a16b44bcb19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c2df7bdb-bb0b-4e80-b288-f1952c486589", "vfModuleModelCustomizationUUID": "4758ef04-b14a-474f-894b-d6913e26b015", "isBase": false, "artifacts": [ "945b0c21-808b-4b65-827e-2c2919041d95" ], "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-12-19T05:01:34.805Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da76d540-3688-4789-90c4-a5645c285c32 VfModuleModelInvariantUUID:cd758df0-3b94-4724-bd50-5086633a2cdd VfModuleModelDescription:NULL Artifacts UUID List:{ c14e4f3e-74b0-433d-884e-0a7173077721 , 62a84092-1292-4f59-bb67-86c525ab9667 } 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:c2df7bdb-bb0b-4e80-b288-f1952c486589 VfModuleModelInvariantUUID:5128c858-0970-4159-8090-6a16b44bcb19 VfModuleModelDescription:NULL Artifacts UUID List:{ 945b0c21-808b-4b65-827e-2c2919041d95 } 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-12-19T05:01:34.807Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "cd758df0-3b94-4724-bd50-5086633a2cdd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da76d540-3688-4789-90c4-a5645c285c32", "vfModuleModelCustomizationUUID": "42edd042-bbd3-49c1-9a1a-056171704e67", "isBase": true, "artifacts": [ "c14e4f3e-74b0-433d-884e-0a7173077721", "62a84092-1292-4f59-bb67-86c525ab9667" ], "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": "5128c858-0970-4159-8090-6a16b44bcb19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c2df7bdb-bb0b-4e80-b288-f1952c486589", "vfModuleModelCustomizationUUID": "4758ef04-b14a-474f-894b-d6913e26b015", "isBase": false, "artifacts": [ "945b0c21-808b-4b65-827e-2c2919041d95" ], "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-12-19T05:01:34.807Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da76d540-3688-4789-90c4-a5645c285c32 VfModuleModelInvariantUUID:cd758df0-3b94-4724-bd50-5086633a2cdd VfModuleModelDescription:NULL Artifacts UUID List:{ c14e4f3e-74b0-433d-884e-0a7173077721 , 62a84092-1292-4f59-bb67-86c525ab9667 } 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:c2df7bdb-bb0b-4e80-b288-f1952c486589 VfModuleModelInvariantUUID:5128c858-0970-4159-8090-6a16b44bcb19 VfModuleModelDescription:NULL Artifacts UUID List:{ 945b0c21-808b-4b65-827e-2c2919041d95 } 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-12-19T05:01:34.808Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c14e4f3e-74b0-433d-884e-0a7173077721 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-19T05:01:34.808Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:01:34.808Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-19T05:01:34.862Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:01:34.863Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c14e4f3e-74b0-433d-884e-0a7173077721 914 2022-12-19T05:01:34.863Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-19T05:01:34.863Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-19T05:01:34.863Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:01:34.863Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:34.865Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:34.865Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426094863, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:34.966Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T05:01:34.967Z||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-12-19T05:01:34.967Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:34.977Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:34.978Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:01:35.866Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4d29ba31-701f-4c2f-b09d-147d5397ae3f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-19T05:01:35.867Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:01:35.867Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-19T05:01:35.936Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:01:35.937Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4d29ba31-701f-4c2f-b09d-147d5397ae3f 12 2022-12-19T05:01:35.939Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-19T05:01:35.939Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-19T05:01:35.939Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:01:35.941Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:35.944Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:35.944Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426095939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:36.044Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:01:36.045Z||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-12-19T05:01:36.045Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:36.060Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:36.061Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:36.946Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 62a84092-1292-4f59-bb67-86c525ab9667 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-19T05:01:36.947Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:01:36.947Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-19T05:01:37.036Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:01:37.037Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 62a84092-1292-4f59-bb67-86c525ab9667 96 2022-12-19T05:01:37.038Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-19T05:01:37.038Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-19T05:01:37.038Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:01:37.039Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:37.042Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:37.042Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426097038, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:37.144Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-19T05:01:37.145Z||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-12-19T05:01:37.145Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:37.157Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:37.157Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:38.043Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 945b0c21-808b-4b65-827e-2c2919041d95 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-19T05:01:38.044Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:01:38.044Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-19T05:01:38.096Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:01:38.097Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 945b0c21-808b-4b65-827e-2c2919041d95 20206 2022-12-19T05:01:38.098Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-19T05:01:38.098Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-19T05:01:38.098Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:01:38.098Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:38.101Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:38.101Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426098098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-19T05:01:38.201Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:38.202Z||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-12-19T05:01:38.202Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:38.214Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:38.214Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:01:39.105Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0 2022-12-19T05:01:39.106Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a2cc0f1f-802e-46de-9169-414b92adc93e 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-12-19T05:01:39.117Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e07c5dc, org.onap.sdc.toscaparser.api.parameters.Input@7b5e6218, org.onap.sdc.toscaparser.api.parameters.Input@2d322379, org.onap.sdc.toscaparser.api.parameters.Input@34bb1b5b, org.onap.sdc.toscaparser.api.parameters.Input@64421135] 2022-12-19T05:01:39.120Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.120Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:39.121Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-12-19T05:01:39.121Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 86c2acc9-2290-4da4-a94d-91a1d3579b84 2022-12-19T05:01:39.121Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86c2acc9-2290-4da4-a94d-91a1d3579b84 matches Tosca VF Customization UUID: 86c2acc9-2290-4da4-a94d-91a1d3579b84 2022-12-19T05:01:39.121Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 86c2acc9-2290-4da4-a94d-91a1d3579b84 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-12-19T05:01:39.127Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.127Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:39.129Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 86c2acc9-2290-4da4-a94d-91a1d3579b84: {\"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-12-19T05:01:39.129Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c9c969f 2022-12-19T05:01:39.130Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.130Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T05:01:39.131Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4758ef04-b14a-474f-894b-d6913e26b015 2022-12-19T05:01:39.131Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4758ef04-b14a-474f-894b-d6913e26b015 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-12-19T05:01:39.135Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.135Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:39.136Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:01:39.136Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.137Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:39.137Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:01:39.138Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.138Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-19T05:01:39.138Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=86c2acc9-2290-4da4-a94d-91a1d3579b84 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-12-19T05:01:39.141Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.141Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:39.142Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0: basic_cnf_macro 2022-12-19T05:01:39.142Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.142Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:39.143Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.143Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:39.144Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.144Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:39.144Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.145Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:39.145Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:01:39.145Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:01:39.146Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-19T05:01:39.189Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a2cc0f1f-802e-46de-9169-414b92adc93e 2 ASDC deployResourceStructure 2022-12-19T05:01:39.189Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-19T05:01:39.189Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-19T05:01:39.189Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:01:39.189Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:39.191Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:39.191Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426099189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T05:01:39.291Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:39.292Z||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-12-19T05:01:39.292Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:39.309Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:39.309Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:40.192Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-19T05:01:40.192Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-19T05:01:40.192Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:01:40.192Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:40.196Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:40.196Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426100192, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-19T05:01:40.296Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:40.298Z||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-12-19T05:01:40.298Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:40.308Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:40.308Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:41.197Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-19T05:01:41.198Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-12-19T05:01:41.198Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-19T05:01:41.198Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:41.202Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:41.203Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426101197, "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-12-19T05:01:41.303Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:41.304Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-19T05:01:41.304Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:41.323Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:41.323Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:42.204Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-19T05:01:42.205Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-19T05:01:42.205Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:01:42.205Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:42.207Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:42.207Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426102204, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-19T05:01:42.307Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:01:42.308Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-19T05:01:42.309Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:42.339Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:42.340Z||pool-108-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:43.208Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-19T05:01:43.209Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-19T05:01:43.209Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-19T05:01:43.209Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:43.211Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:43.211Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426103208, "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-12-19T05:01:43.321Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-12-19T05:01:43.322Z||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-12-19T05:01:43.322Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:43.341Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:43.341Z||pool-109-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:01:44.212Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-19T05:01:44.212Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-19T05:01:44.212Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:01:44.212Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:01:44.215Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:01:44.215Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426104212, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:01:44.314Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:01:44.315Z||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-12-19T05:01:44.315Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:01:44.329Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:01:44.329Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:01:45.215Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T05:01:45.227Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:01:45.230Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T05:01:45.234Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T05:02:15.235Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 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-12-19T05:02:15.243Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 and serviceModelVersionId: dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0 2022-12-19T05:02:15.244Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57b93039-c5fd-40d5-a763-c406979898c1 2022-12-19T05:02:15.245Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?depth=0 2022-12-19T05:02:15.250Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T05:02:15.302Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?depth=0|INFO|500||Invoke 2022-12-19T05:02:15.303Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[26603e36-e74a-4d22-a0d0-5d8e62ad4a82], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69942d96-7f84-4562-b43c-7fe809415dc5], X-ECOMP-RequestID=[26603e36-e74a-4d22-a0d0-5d8e62ad4a82], X-TransactionId=[], X-ONAP-RequestID=[26603e36-e74a-4d22-a0d0-5d8e62ad4a82], Content-Type=[application/merge-patch+json]} 2022-12-19T05:02:15.325Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T05:02:15.417Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?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/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 05:02:16 GMT], content-length=[0], vertex-id=[266472], x-aai-txid=[0-aai-resources-221219-05:02:16:355-88983], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T05:02:15.418Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-19T05:02:15.418Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57b93039-c5fd-40d5-a763-c406979898c1/model-vers/model-ver/dd5d8fcd-3b59-4ac3-a355-cb3091b2a7f0?depth=0|INFO|500||InvokeReturn 2022-12-19T05:02:15.419Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T05:02:15.424Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T05:02:15.428Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T05:02:15.428Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26603e36-e74a-4d22-a0d0-5d8e62ad4a82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T05:02:15.429Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T05:02:15.429Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:15.431Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:15.431Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426135429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T05:02:15.531Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:15.532Z||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-12-19T05:02:15.533Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:15.547Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:15.548Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 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-12-19T05:02:16.444Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-19T05:02:16.445Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d7d4b2f-330a-461b-8aa4-ec4c81e174be","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dedc9abf-e615-4d3a-a284-5595a9133c2a","serviceDescription":"service","serviceInvariantUUID":"dfaa1b34-a2e6-437b-8370-f414671c7b82","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd542e31-02f9-4922-add7-147b496310be","resourceInvariantUUID":"50f8fd11-75df-4c72-8d7b-31f84d002288","resourceCustomizationUUID":"b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9","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":"OGE3NjUxNTRlZWI4NTE2Njk1Njg3MTNlYTVhZjE5OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"976f8bb2-8ae4-4c73-a47b-4e81aa5af083","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":"NjVhZDg5ZTI2MWJhODFlOTNkMDA4MTFmOTczYmNkM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84c0fb5b-68c6-478f-b617-2c37bcaf0eb3","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":"48b7a441-ea26-435e-bf7a-968bef24ad71","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":"30f04de9-392e-4088-a582-32128d589170","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":"afd1ae7c-adc0-47d9-9616-bfd492e5d304","artifactVersion":"2","generatedFromUUID":"48b7a441-ea26-435e-bf7a-968bef24ad71"},{"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":"ODNiNjg5ZTg5YTMwM2IzNTViNTAwNjFlZjVlMDk4NjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"985393f4-6c02-4541-9db7-990ff745abe6","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":"MmNkZGEzYTI1NGJjNmNkOGI3NzJlMzU4OWJiNGI0MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d502d8f3-b871-4c3f-bc30-fcabbf4188ed","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzA4OGJiYjlmM2VlOWMzMTI2MDdiNmZhNWNmZjQwMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"518c1c6a-5ea2-41d2-a8b2-557078d725a5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T05:02:16.445Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:02:16.446Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:16.448Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:16.448Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:02:16.549Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:02:16.550Z||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-12-19T05:02:16.550Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:16.563Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:16.565Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:17.449Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:02:17.452Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:17.457Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:17.457Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-19T05:02:17.566Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-12-19T05:02:17.567Z||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-12-19T05:02:17.567Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:17.604Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:17.605Z||pool-113-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:02:18.461Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:02:18.469Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:18.473Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:18.473Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-19T05:02:18.577Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-12-19T05:02:18.578Z||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-12-19T05:02:18.578Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:18.591Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:18.592Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:19.474Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:02:19.474Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:19.481Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:19.481Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:02:19.578Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-12-19T05:02:19.579Z||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-12-19T05:02:19.579Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:19.591Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:19.592Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:02:20.249Z||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-12-19T05:02:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:20.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:20.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:02:20.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426058744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:02:20.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-19T05:02:20.482Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:02:20.483Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:20.485Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:20.485Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-19T05:02:20.585Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:20.586Z||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-12-19T05:02:20.586Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:20.597Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:20.598Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:21.486Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:02:21.486Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:21.489Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:21.489Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:02:21.590Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:21.591Z||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-12-19T05:02:21.591Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:21.608Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:21.609Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:22.489Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:02:22.490Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:22.492Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:22.492Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:02:22.592Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:22.593Z||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-12-19T05:02:22.593Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:22.603Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:22.604Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:02:23.493Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:02:23.493Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:23.495Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:23.495Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:02:23.595Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:23.596Z||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-12-19T05:02:23.596Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:23.607Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:23.607Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:24.497Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "dedc9abf-e615-4d3a-a284-5595a9133c2a", "serviceDescription": "service", "serviceInvariantUUID": "dfaa1b34-a2e6-437b-8370-f414671c7b82", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cd542e31-02f9-4922-add7-147b496310be", "resourceInvariantUUID": "50f8fd11-75df-4c72-8d7b-31f84d002288", "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": "NjVhZDg5ZTI2MWJhODFlOTNkMDA4MTFmOTczYmNkM2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84c0fb5b-68c6-478f-b617-2c37bcaf0eb3", "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": "48b7a441-ea26-435e-bf7a-968bef24ad71", "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": "afd1ae7c-adc0-47d9-9616-bfd492e5d304", "generatedFromUUID": "48b7a441-ea26-435e-bf7a-968bef24ad71" }, "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": "afd1ae7c-adc0-47d9-9616-bfd492e5d304", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NzA4OGJiYjlmM2VlOWMzMTI2MDdiNmZhNWNmZjQwMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "518c1c6a-5ea2-41d2-a8b2-557078d725a5" } ], "workloadContext": "Production" } 2022-12-19T05:02:24.498Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T05:02:24.498Z|26603e36-e74a-4d22-a0d0-5d8e62ad4a82|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dedc9abf-e615-4d3a-a284-5595a9133c2a ASDC 2022-12-19T05:02:24.498Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:7d7d4b2f-330a-461b-8aa4-ec4c81e174be ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:dedc9abf-e615-4d3a-a284-5595a9133c2a ServiceInvariantUUID:dfaa1b34-a2e6-437b-8370-f414671c7b82 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:518c1c6a-5ea2-41d2-a8b2-557078d725a5 ArtifactChecksum:NzA4OGJiYjlmM2VlOWMzMTI2MDdiNmZhNWNmZjQwMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9 ResourceInvariantUUID:50f8fd11-75df-4c72-8d7b-31f84d002288 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:cd542e31-02f9-4922-add7-147b496310be 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:84c0fb5b-68c6-478f-b617-2c37bcaf0eb3 ArtifactChecksum:NjVhZDg5ZTI2MWJhODFlOTNkMDA4MTFmOTczYmNkM2E= 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:48b7a441-ea26-435e-bf7a-968bef24ad71 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:afd1ae7c-adc0-47d9-9616-bfd492e5d304 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:afd1ae7c-adc0-47d9-9616-bfd492e5d304 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-19T05:02:24.498Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dedc9abf-e615-4d3a-a284-5595a9133c2a 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-12-19T05:02:24.539Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T05:02:24.539Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:02:24.539Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:02:24.540Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 518c1c6a-5ea2-41d2-a8b2-557078d725a5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-19T05:02:24.540Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:02:24.540Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-19T05:02:24.742Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:02:24.745Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 518c1c6a-5ea2-41d2-a8b2-557078d725a5 82619 2022-12-19T05:02:24.745Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-19T05:02:24.745Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-19T05:02:24.746Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:02:24.746Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:24.761Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:24.761Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426144745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:02:24.848Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-12-19T05:02:24.848Z||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-12-19T05:02:24.849Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:24.861Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:24.862Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:25.762Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T05:02:25.762Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:02:25.763Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 518c1c6a-5ea2-41d2-a8b2-557078d725a5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:25.763Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-19T05:02:25.763Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:25.763Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:25.910Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11565382754633238947/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-12-19T05:02:27.202Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T05:02:27.203Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T05:02:27.203Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:27.203Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-19T05:02:27.203Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:27.203Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:27.203Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||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-12-19T05:02:27.203Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:27.203Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:27.204Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-19T05:02:27.204Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||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-12-19T05:02:27.204Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T05:02:27.204Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.204Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:27.204Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:27.204Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T05:02:27.205Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T05:02:27.205Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.205Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:27.205Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:27.205Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T05:02:27.205Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T05:02:27.206Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.206Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:27.206Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.206Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-19T05:02:27.206Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-19T05:02:27.206Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-19T05:02:27.206Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-19T05:02:27.207Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-19T05:02:27.207Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-19T05:02:27.207Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.207Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T05:02:27.207Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.207Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:27.207Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:02:27.208Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.208Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:27.208Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:02:27.208Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.208Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:27.208Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:02:27.208Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.209Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-19T05:02:27.209Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-19T05:02:27.209Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-19T05:02:27.209Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=337d544c-2ad1-450e-b216-792bf3a8d187 2022-12-19T05:02:27.209Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.209Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:27.209Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.210Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:27.210Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.210Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:27.210Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:27.210Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:27.210Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:dedc9abf-e615-4d3a-a284-5595a9133c2a Model Version:NULL Model InvariantUuid:dfaa1b34-a2e6-437b-8370-f414671c7b82 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:0c859d28-a3c7-4794-983e-51fabd6f38ce Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:50f8fd11-75df-4c72-8d7b-31f84d002288 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dd8a72ab-9b97-4c52-9718-d531fa8dacb8 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:530da3c2-987d-437d-bdad-a1d5e4ad092a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:337d544c-2ad1-450e-b216-792bf3a8d187 ModelInvariantUuid:08ffedec-be05-4621-b784-7158080907a5 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:a555c32f-bc3c-44ff-b36a-74fa3026ddf8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:22d34692-9ff4-433f-984c-0b194d554f36 ModelInvariantUuid:bdccdb4a-228d-4134-826e-13c7c371b277 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:54651d11-5b2e-4bda-9824-1dbe2196ee24 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-12-19T05:02:27.216Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: cd542e31-02f9-4922-add7-147b496310be 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-12-19T05:02:27.219Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2022-12-19T05:02:27.219Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd542e31-02f9-4922-add7-147b496310be 2022-12-19T05:02:27.219Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84c0fb5b-68c6-478f-b617-2c37bcaf0eb3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-19T05:02:27.219Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:02:27.219Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-19T05:02:27.366Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:02:27.366Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 84c0fb5b-68c6-478f-b617-2c37bcaf0eb3 792 2022-12-19T05:02:27.366Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-19T05:02:27.366Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-19T05:02:27.366Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:02:27.367Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:27.369Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:27.369Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426147366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T05:02:27.469Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:27.470Z||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-12-19T05:02:27.470Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:27.484Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:27.485Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:28.374Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dd8a72ab-9b97-4c52-9718-d531fa8dacb8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "530da3c2-987d-437d-bdad-a1d5e4ad092a", "vfModuleModelCustomizationUUID": "ae7e5628-3c28-4dc7-87e5-bfab5786a322", "isBase": true, "artifacts": [ "48b7a441-ea26-435e-bf7a-968bef24ad71", "afd1ae7c-adc0-47d9-9616-bfd492e5d304" ], "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-12-19T05:02:28.378Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:530da3c2-987d-437d-bdad-a1d5e4ad092a VfModuleModelInvariantUUID:dd8a72ab-9b97-4c52-9718-d531fa8dacb8 VfModuleModelDescription:NULL Artifacts UUID List:{ 48b7a441-ea26-435e-bf7a-968bef24ad71 , afd1ae7c-adc0-47d9-9616-bfd492e5d304 } 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-12-19T05:02:28.381Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dd8a72ab-9b97-4c52-9718-d531fa8dacb8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "530da3c2-987d-437d-bdad-a1d5e4ad092a", "vfModuleModelCustomizationUUID": "ae7e5628-3c28-4dc7-87e5-bfab5786a322", "isBase": true, "artifacts": [ "48b7a441-ea26-435e-bf7a-968bef24ad71", "afd1ae7c-adc0-47d9-9616-bfd492e5d304" ], "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-12-19T05:02:28.381Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:530da3c2-987d-437d-bdad-a1d5e4ad092a VfModuleModelInvariantUUID:dd8a72ab-9b97-4c52-9718-d531fa8dacb8 VfModuleModelDescription:NULL Artifacts UUID List:{ 48b7a441-ea26-435e-bf7a-968bef24ad71 , afd1ae7c-adc0-47d9-9616-bfd492e5d304 } 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-12-19T05:02:28.381Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 48b7a441-ea26-435e-bf7a-968bef24ad71 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-19T05:02:28.381Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:02:28.381Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-19T05:02:28.448Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:02:28.449Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 48b7a441-ea26-435e-bf7a-968bef24ad71 5033 2022-12-19T05:02:28.449Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-19T05:02:28.449Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-19T05:02:28.449Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:02:28.450Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:28.452Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:28.452Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426148449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T05:02:28.552Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:28.553Z||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-12-19T05:02:28.553Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:28.564Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:28.565Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:29.456Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: afd1ae7c-adc0-47d9-9616-bfd492e5d304 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-19T05:02:29.456Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:02:29.456Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-19T05:02:29.513Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:02:29.514Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env afd1ae7c-adc0-47d9-9616-bfd492e5d304 903 2022-12-19T05:02:29.514Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-19T05:02:29.514Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-19T05:02:29.514Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:02:29.515Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:29.519Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:29.519Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426149514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-19T05:02:29.618Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:02:29.620Z||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-12-19T05:02:29.620Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:29.631Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:29.632Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:30.520Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dedc9abf-e615-4d3a-a284-5595a9133c2a 2022-12-19T05:02:30.523Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cd542e31-02f9-4922-add7-147b496310be 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-12-19T05:02:30.539Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63effe44, org.onap.sdc.toscaparser.api.parameters.Input@6f43998d, org.onap.sdc.toscaparser.api.parameters.Input@4fe32335, org.onap.sdc.toscaparser.api.parameters.Input@24524349, org.onap.sdc.toscaparser.api.parameters.Input@38d38459] 2022-12-19T05:02:30.540Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.540Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:30.541Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-12-19T05:02:30.541Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9 2022-12-19T05:02:30.541Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9 matches Tosca VF Customization UUID: b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9 2022-12-19T05:02:30.541Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9 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-12-19T05:02:30.543Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.543Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:30.543Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9: {\"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-12-19T05:02:30.543Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b7dc506 2022-12-19T05:02:30.544Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.544Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-19T05:02:30.544Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae7e5628-3c28-4dc7-87e5-bfab5786a322 2022-12-19T05:02:30.544Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae7e5628-3c28-4dc7-87e5-bfab5786a322 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-12-19T05:02:30.547Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.547Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:30.547Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:02:30.547Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.548Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:30.548Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:02:30.548Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.549Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-19T05:02:30.549Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-19T05:02:30.549Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-19T05:02:30.549Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=337d544c-2ad1-450e-b216-792bf3a8d187 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-12-19T05:02:30.552Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.552Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:30.552Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-19T05:02:30.552Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.553Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-19T05:02:30.553Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b65640f0-eef5-4ed8-b0d8-ca9a3859f9b9 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-12-19T05:02:30.555Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.555Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:30.556Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dedc9abf-e615-4d3a-a284-5595a9133c2a: basic_vm_macro 2022-12-19T05:02:30.556Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.556Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:30.556Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.556Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:30.556Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.557Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:30.557Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.557Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:30.557Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:02:30.557Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:02:30.558Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-19T05:02:30.638Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cd542e31-02f9-4922-add7-147b496310be 1 ASDC deployResourceStructure 2022-12-19T05:02:30.638Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-19T05:02:30.638Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-19T05:02:30.638Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:02:30.638Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:30.641Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:30.641Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426150638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T05:02:30.741Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:30.742Z||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-12-19T05:02:30.742Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:30.753Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:30.754Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:02:31.642Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-19T05:02:31.645Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-19T05:02:31.645Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:02:31.645Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:31.647Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:31.647Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426151642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-19T05:02:31.748Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:31.748Z||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-12-19T05:02:31.748Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:31.763Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:31.763Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:32.648Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-19T05:02:32.649Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-19T05:02:32.649Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:02:32.649Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:32.652Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:32.652Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426152648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-19T05:02:32.752Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:32.753Z||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-12-19T05:02:32.753Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:32.765Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:32.765Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:02:33.653Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-19T05:02:33.654Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-19T05:02:33.654Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:02:33.654Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:02:33.656Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:02:33.656Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426153653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:02:33.756Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:02:33.757Z||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-12-19T05:02:33.757Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:02:33.769Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:02:33.769Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:02:34.658Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T05:02:34.669Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T05:02:34.671Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T05:02:34.671Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T05:02:34.671Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T05:03:04.672Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T05:03:04.684Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T05:03:04.690Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T05:03:04.690Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T05:03:04.690Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T05:03:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:03:20.250Z||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-12-19T05:03:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:03:20.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:03:20.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-19T05:03:20.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426081570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:03:20.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:03:34.691Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T05:03:34.702Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T05:03:34.704Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T05:03:34.704Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T05:03:34.704Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T05:04:04.704Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T05:04:04.715Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T05:04:04.717Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T05:04:04.717Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-19T05:04:04.718Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-19T05:04:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:04:20.250Z||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-12-19T05:04:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:04:20.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:04:20.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:04:20.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "multicloud-k8s-id", "timestamp": 1671426082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T05:04:20.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426082575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:04:20.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "aai-ml", "timestamp": 1671426082575, "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-12-19T05:04:20.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 2022-12-19T05:04:20.311Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 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-12-19T05:04:20.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-19T05:04:20.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-19T05:04:20.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:04:20.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426085519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:04:20.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-19T05:04:20.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426086524, "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-12-19T05:04:20.331Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 2022-12-19T05:04:20.332Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 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-12-19T05:04:20.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-19T05:04:20.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-19T05:04:20.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:04:20.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:04:20.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:04:20.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426091071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:04:20.359Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426093796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T05:04:20.359Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426094863, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T05:04:20.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426095939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-19T05:04:20.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426097038, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-19T05:04:20.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426098098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-19T05:04:20.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426099189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426100192, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426101197, "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-12-19T05:04:20.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426102204, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426103208, "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-12-19T05:04:20.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426104212, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "26603e36-e74a-4d22-a0d0-5d8e62ad4a82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426135429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:20.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:04:20.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:04:20.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:04:34.718Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T05:04:34.729Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T05:04:34.731Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T05:04:34.731Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T05:04:34.732Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T05:04:34.732Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T05:04:34.732Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:04:34.732Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:04:34.732Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:04:34.732Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:04:34.732Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:04:34.732Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T05:04:34.738Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T05:05:04.741Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be 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-12-19T05:05:04.749Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d7d4b2f-330a-461b-8aa4-ec4c81e174be and serviceModelVersionId: dedc9abf-e615-4d3a-a284-5595a9133c2a 2022-12-19T05:05:04.749Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dfaa1b34-a2e6-437b-8370-f414671c7b82 2022-12-19T05:05:04.750Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dfaa1b34-a2e6-437b-8370-f414671c7b82/model-vers/model-ver/dedc9abf-e615-4d3a-a284-5595a9133c2a?depth=0 2022-12-19T05:05:04.758Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T05:05:04.827Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfaa1b34-a2e6-437b-8370-f414671c7b82/model-vers/model-ver/dedc9abf-e615-4d3a-a284-5595a9133c2a?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-12-19T05:05:04.829Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfaa1b34-a2e6-437b-8370-f414671c7b82/model-vers/model-ver/dedc9abf-e615-4d3a-a284-5595a9133c2a?depth=0|INFO|500||Invoke 2022-12-19T05:05:04.870Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfaa1b34-a2e6-437b-8370-f414671c7b82/model-vers/model-ver/dedc9abf-e615-4d3a-a284-5595a9133c2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T05:05:05.073Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfaa1b34-a2e6-437b-8370-f414671c7b82/model-vers/model-ver/dedc9abf-e615-4d3a-a284-5595a9133c2a?depth=0|INFO|500||InvokeReturn 2022-12-19T05:05:05.073Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dfaa1b34-a2e6-437b-8370-f414671c7b82/model-vers/model-ver/dedc9abf-e615-4d3a-a284-5595a9133c2a?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 05:05:05 GMT], content-length=[0], vertex-id=[520432], x-aai-txid=[0-aai-resources-221219-05:05:05:898-31408], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T05:05:05.074Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-12-19T05:05:05.074Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T05:05:05.074Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T05:05:05.085Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T05:05:05.085Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d7d4b2f-330a-461b-8aa4-ec4c81e174be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T05:05:05.085Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T05:05:05.086Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:05.090Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:05.090Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426305085, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T05:05:05.189Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-19T05:05:05.191Z||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-12-19T05:05:05.191Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:05.209Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:05.214Z||pool-128-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-12-19T05:05:06.107Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:05:06.107Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|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-12-19T05:05:06.108Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:10.630Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:10.631Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-19T05:05:10.631Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"55835b9a-88b7-4790-b5d4-6bc90347383d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2d8c1275-a5f8-4cef-8441-cafd95e58bbd","serviceDescription":"service","serviceInvariantUUID":"41689519-7923-454d-84a9-aea3b97bc5a3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9cfbb262-ddd3-4bd9-8365-7b9999adf66a","resourceInvariantUUID":"58579589-8847-4605-bdb0-63b57504a22b","resourceCustomizationUUID":"fa3edf00-1cd3-4a7e-aa15-1f1bf7dc4457","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":"YjEzYWYwOGI5OWQwYWIwZTZiZmM3YzEwOGE2MzVhMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6be19cc0-c7f1-4835-a87e-aaf9425a0bc7","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":"751eba0d-1302-4a24-9f2f-f775b3acb39c","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":"ea9673ec-0a31-4483-a3da-a9f9b072cb8e","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":"OGFkNGE5YTY1ZmQ2YTRjMmNhZWI3NGZmYzYyNjBkOTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a12eace0-c097-402b-a8b8-9428e6ca26b1","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":"431bdccc-1cb0-49b2-94a7-f4f830cc7037","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":"e0c89665-19ea-4daf-b2b4-0f63f8336b11","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":"e3842d33-e762-42ec-8ed2-4b459135a1d9","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":"Yjc1OGQ2NzM4YjJkYmQwZmIwMWY4ZGNkOTc5ZmE5ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"623f5eb1-7a80-403b-ac51-6fb5de08142a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzFkYmIwMWQ5YTE0OWU4ZGMyZTBhNDg0OGM2MTM1MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4884a678-ee43-47f5-8a4a-2b8059e7c176","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-19T05:05:10.634Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:10.635Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:10.639Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:10.640Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:10.741Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:05:10.742Z||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-12-19T05:05:10.742Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:10.757Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:10.758Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:05:11.641Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:11.642Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:11.644Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:11.644Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:11.746Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T05:05:11.747Z||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-12-19T05:05:11.747Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:11.765Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:11.766Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:05:12.646Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:12.646Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:12.648Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:12.648Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:12.749Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T05:05:12.750Z||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-12-19T05:05:12.751Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:12.762Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:12.762Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:05:13.649Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:13.650Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:13.652Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:13.652Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:13.752Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:05:13.752Z||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-12-19T05:05:13.753Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:13.763Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:13.764Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:05:14.652Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:14.653Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:14.655Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:14.656Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:14.757Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T05:05:14.758Z||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-12-19T05:05:14.759Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:14.775Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:14.776Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:05:15.656Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:15.657Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:15.660Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:15.660Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:15.760Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:05:15.761Z||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-12-19T05:05:15.762Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:15.774Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:15.775Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:05:16.661Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:16.661Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:16.664Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:16.664Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:16.764Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:05:16.766Z||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-12-19T05:05:16.766Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:16.780Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:16.781Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:05:17.664Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:17.665Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:17.668Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:17.668Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:17.769Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-19T05:05:17.770Z||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-12-19T05:05:17.770Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:17.824Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:17.825Z||pool-136-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-12-19T05:05:18.668Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-19T05:05:18.669Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:18.673Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:18.674Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:05:18.774Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:05:18.774Z||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-12-19T05:05:18.775Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:18.791Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:18.792Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:05:19.675Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "2d8c1275-a5f8-4cef-8441-cafd95e58bbd", "serviceDescription": "service", "serviceInvariantUUID": "41689519-7923-454d-84a9-aea3b97bc5a3", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "fa3edf00-1cd3-4a7e-aa15-1f1bf7dc4457", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9cfbb262-ddd3-4bd9-8365-7b9999adf66a", "resourceInvariantUUID": "58579589-8847-4605-bdb0-63b57504a22b", "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": "MzFkYmIwMWQ5YTE0OWU4ZGMyZTBhNDg0OGM2MTM1MDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4884a678-ee43-47f5-8a4a-2b8059e7c176" } ], "workloadContext": "Production" } 2022-12-19T05:05:19.675Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-19T05:05:19.676Z|7d7d4b2f-330a-461b-8aa4-ec4c81e174be|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d8c1275-a5f8-4cef-8441-cafd95e58bbd ASDC 2022-12-19T05:05:19.676Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:55835b9a-88b7-4790-b5d4-6bc90347383d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:2d8c1275-a5f8-4cef-8441-cafd95e58bbd ServiceInvariantUUID:41689519-7923-454d-84a9-aea3b97bc5a3 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:4884a678-ee43-47f5-8a4a-2b8059e7c176 ArtifactChecksum:MzFkYmIwMWQ5YTE0OWU4ZGMyZTBhNDg0OGM2MTM1MDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:fa3edf00-1cd3-4a7e-aa15-1f1bf7dc4457 ResourceInvariantUUID:58579589-8847-4605-bdb0-63b57504a22b ResourceName:test-pnf ResourceType:PNF ResourceUUID:9cfbb262-ddd3-4bd9-8365-7b9999adf66a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-19T05:05:19.677Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d8c1275-a5f8-4cef-8441-cafd95e58bbd 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-12-19T05:05:19.706Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T05:05:19.708Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:05:19.708Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:05:19.708Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4884a678-ee43-47f5-8a4a-2b8059e7c176 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-19T05:05:19.708Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-19T05:05:19.709Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-19T05:05:19.836Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-19T05:05:19.843Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4884a678-ee43-47f5-8a4a-2b8059e7c176 110876 2022-12-19T05:05:19.856Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-19T05:05:19.857Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-19T05:05:19.857Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-19T05:05:19.858Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:19.861Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:19.863Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426319856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:19.963Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-19T05:05:19.964Z||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-12-19T05:05:19.964Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:19.981Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:19.982Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:05:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:05:20.249Z||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-12-19T05:05:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:20.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:20.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-19T05:05:20.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:05:20.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426144745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:20.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426147366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:20.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-19T05:05:20.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426148449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:20.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426149514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:20.312Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426136842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426140508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:05:20.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426150638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-19T05:05:20.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426151157, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:20.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426151049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:20.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426151642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-19T05:05:20.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426152191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-19T05:05:20.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "cds", "timestamp": 1671426152320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T05:05:20.329Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55835b9a-88b7-4790-b5d4-6bc90347383d 2022-12-19T05:05:20.330Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55835b9a-88b7-4790-b5d4-6bc90347383d 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-12-19T05:05:20.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426152648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-19T05:05:20.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "ves-openapi-manager", "timestamp": 1671426153199, "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-12-19T05:05:20.346Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 55835b9a-88b7-4790-b5d4-6bc90347383d 2022-12-19T05:05:20.346Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55835b9a-88b7-4790-b5d4-6bc90347383d 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-12-19T05:05:20.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426153653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:05:20.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426148743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "multicloud-k8s-id", "timestamp": 1671426149249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:05:20.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426158527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:20.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426160688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:05:20.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671426161692, "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-12-19T05:05:20.377Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55835b9a-88b7-4790-b5d4-6bc90347383d 2022-12-19T05:05:20.377Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55835b9a-88b7-4790-b5d4-6bc90347383d 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-12-19T05:05:20.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:05:20.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426155949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:05:20.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:05:20.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426165712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:05:20.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426170847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:05:20.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:05:20.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:05:20.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "aai-ml", "timestamp": 1671426171851, "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-12-19T05:05:20.398Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55835b9a-88b7-4790-b5d4-6bc90347383d 2022-12-19T05:05:20.398Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55835b9a-88b7-4790-b5d4-6bc90347383d 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-12-19T05:05:20.865Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-19T05:05:20.866Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-19T05:05:20.866Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4884a678-ee43-47f5-8a4a-2b8059e7c176, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:20.867Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-19T05:05:20.867Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:20.868Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:21.058Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2265062180497095165/Definitions/service-TestPnfMacro-template.yml 2022-12-19T05:05:22.255Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-19T05:05:22.256Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T05:05:22.256Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.256Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-19T05:05:22.257Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.257Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.257Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.257Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.257Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.257Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.258Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.258Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-19T05:05:22.258Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.258Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.259Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-19T05:05:22.259Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T05:05:22.259Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T05:05:22.259Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.259Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.260Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-19T05:05:22.260Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-19T05:05:22.260Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-19T05:05:22.260Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.260Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.260Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.261Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.261Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.261Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.261Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.261Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.262Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.262Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.262Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:2d8c1275-a5f8-4cef-8441-cafd95e58bbd Model Version:NULL Model InvariantUuid:41689519-7923-454d-84a9-aea3b97bc5a3 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-12-19T05:05:22.267Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9cfbb262-ddd3-4bd9-8365-7b9999adf66a 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-12-19T05:05:22.272Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-12-19T05:05:22.272Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9cfbb262-ddd3-4bd9-8365-7b9999adf66a 2022-12-19T05:05:22.272Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2d8c1275-a5f8-4cef-8441-cafd95e58bbd 2022-12-19T05:05:22.272Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2d8c1275-a5f8-4cef-8441-cafd95e58bbd 2022-12-19T05:05:22.272Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9cfbb262-ddd3-4bd9-8365-7b9999adf66a 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-12-19T05:05:22.278Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d02cf2f, org.onap.sdc.toscaparser.api.parameters.Input@29cf61d0, org.onap.sdc.toscaparser.api.parameters.Input@207702b7, org.onap.sdc.toscaparser.api.parameters.Input@106696fb, org.onap.sdc.toscaparser.api.parameters.Input@4b46586f] 2022-12-19T05:05:22.279Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.279Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.279Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2d8c1275-a5f8-4cef-8441-cafd95e58bbd: test-pnf 2022-12-19T05:05:22.280Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||Processing PNF resource: 9cfbb262-ddd3-4bd9-8365-7b9999adf66a 2022-12-19T05:05:22.280Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-19T05:05:22.280Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-19T05:05:22.281Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||Resource customization UUID: fa3edf00-1cd3-4a7e-aa15-1f1bf7dc4457 is the same as notified resource customizationUUID: fa3edf00-1cd3-4a7e-aa15-1f1bf7dc4457 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-12-19T05:05:22.314Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9cfbb262-ddd3-4bd9-8365-7b9999adf66a 0 ASDC deployResourceStructure 2022-12-19T05:05:22.314Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-19T05:05:22.315Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-19T05:05:22.315Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-19T05:05:22.315Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:22.317Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:22.317Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426322314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:05:22.417Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:05:22.418Z||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-12-19T05:05:22.418Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:22.447Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:22.448Z||pool-139-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-19T05:05:23.317Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55835b9a-88b7-4790-b5d4-6bc90347383d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-19T05:05:23.332Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55835b9a-88b7-4790-b5d4-6bc90347383d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-19T05:05:23.336Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-19T05:05:23.337Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-19T05:05:23.337Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-19T05:05:23.337Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-19T05:05:23.337Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:05:23.338Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:05:23.338Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:05:23.338Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:05:23.338Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-19T05:05:23.338Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-19T05:05:23.344Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-19T05:05:53.345Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55835b9a-88b7-4790-b5d4-6bc90347383d 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-12-19T05:05:53.355Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55835b9a-88b7-4790-b5d4-6bc90347383d and serviceModelVersionId: 2d8c1275-a5f8-4cef-8441-cafd95e58bbd 2022-12-19T05:05:53.355Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41689519-7923-454d-84a9-aea3b97bc5a3 2022-12-19T05:05:53.356Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41689519-7923-454d-84a9-aea3b97bc5a3/model-vers/model-ver/2d8c1275-a5f8-4cef-8441-cafd95e58bbd?depth=0 2022-12-19T05:05:53.360Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-19T05:05:53.440Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41689519-7923-454d-84a9-aea3b97bc5a3/model-vers/model-ver/2d8c1275-a5f8-4cef-8441-cafd95e58bbd?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-12-19T05:05:53.443Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41689519-7923-454d-84a9-aea3b97bc5a3/model-vers/model-ver/2d8c1275-a5f8-4cef-8441-cafd95e58bbd?depth=0|INFO|500||Invoke 2022-12-19T05:05:53.483Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41689519-7923-454d-84a9-aea3b97bc5a3/model-vers/model-ver/2d8c1275-a5f8-4cef-8441-cafd95e58bbd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-19T05:05:53.623Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41689519-7923-454d-84a9-aea3b97bc5a3/model-vers/model-ver/2d8c1275-a5f8-4cef-8441-cafd95e58bbd?depth=0|INFO|500||InvokeReturn 2022-12-19T05:05:53.624Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41689519-7923-454d-84a9-aea3b97bc5a3/model-vers/model-ver/2d8c1275-a5f8-4cef-8441-cafd95e58bbd?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 05:05:54 GMT], content-length=[0], vertex-id=[217096], x-aai-txid=[1-aai-resources-221219-05:05:54:520-19768], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-19T05:05:53.624Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-12-19T05:05:53.625Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-19T05:05:53.625Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-19T05:05:53.630Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-19T05:05:53.631Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55835b9a-88b7-4790-b5d4-6bc90347383d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-19T05:05:53.632Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-19T05:05:53.632Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-19T05:05:53.635Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-19T05:05:53.635Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426353631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T05:05:53.735Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-19T05:05:53.736Z||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-12-19T05:05:53.736Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ... 2022-12-19T05:05:53.756Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:05:53.757Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-19T05:05:54.648Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:05:54.649Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:05:54.649Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:06:04.232Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:06:04.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:06:04.234Z||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-12-19T05:06:04.234Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:06:13.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:06:13.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:06:13.799Z||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-12-19T05:06:13.799Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:06:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:06:20.251Z||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-12-19T05:06:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:06:20.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:06:20.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d7d4b2f-330a-461b-8aa4-ec4c81e174be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426305085, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T05:06:20.359Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:06:20.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:06:20.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-19T05:06:20.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-19T05:06:20.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426306106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-19T05:06:20.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-19T05:06:20.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-19T05:06:20.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426319856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-19T05:06:20.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:06:23.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:06:23.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:06:23.351Z||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-12-19T05:06:23.352Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:06:32.919Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:07:20.246Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:07:20.247Z||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-12-19T05:07:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:07:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:07:20.249Z||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-12-19T05:07:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:07:20.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:07:20.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T05:07:20.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426322314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-19T05:07:20.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:07:20.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-19T05:07:20.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "55835b9a-88b7-4790-b5d4-6bc90347383d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671426353631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-19T05:07:20.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-19T05:07:29.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:08:20.246Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:08:20.248Z||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-12-19T05:08:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:08:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:08:20.249Z||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-12-19T05:08:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:08:29.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:08:29.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:09:20.246Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:09:20.247Z||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-12-19T05:09:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:09:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:09:20.249Z||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-12-19T05:09:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:09:29.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:09:29.797Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:10:20.246Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:10:20.248Z||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-12-19T05:10:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:10:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:10:20.249Z||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-12-19T05:10:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:10:29.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:10:29.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:11:20.247Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:11:20.248Z||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-12-19T05:11:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:11:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:11:20.251Z||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-12-19T05:11:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:11:29.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:11:29.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:12:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:12:20.249Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:12:20.250Z||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-12-19T05:12:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:12:20.251Z||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-12-19T05:12:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:12:29.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:12:29.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:13:20.246Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:13:20.248Z||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-12-19T05:13:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:13:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:13:20.249Z||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-12-19T05:13:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:13:29.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:13:29.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:14:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:14:20.248Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:14:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:14:20.249Z||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-12-19T05:14:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:14:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:14:29.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:14:29.801Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:15:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:15:20.248Z||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-12-19T05:15:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:15:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:15:20.249Z||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-12-19T05:15:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:15:29.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:15:29.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:16:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:16:20.250Z||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-12-19T05:16:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:16:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:16:20.268Z||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-12-19T05:16:20.269Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:16:29.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:16:29.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:17:20.246Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:17:20.247Z||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-12-19T05:17:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:17:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:17:20.249Z||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-12-19T05:17:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:17:29.794Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:17:29.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:18:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:18:20.250Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:18:20.250Z||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-12-19T05:18:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:18:20.250Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:18:20.250Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:18:29.798Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:18:29.798Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:19:20.246Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:19:20.247Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:19:20.247Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:19:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:19:20.249Z||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-12-19T05:19:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:19:29.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:19:29.857Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:20:20.247Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:20:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:20:20.249Z||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-12-19T05:20:20.248Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:20:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:20:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:20:29.785Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:20:29.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:21:20.247Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:21:20.248Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:21:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:21:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:21:20.249Z||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-12-19T05:21:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:21:29.793Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:21:29.800Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:22:20.246Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:22:20.247Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:22:20.247Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:22:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:22:20.250Z||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-12-19T05:22:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:22:29.797Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:22:29.798Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:23:20.247Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:23:20.248Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:23:20.248Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:23:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:23:20.249Z||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-12-19T05:23:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:23:29.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:23:29.847Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:24:20.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:24:20.251Z||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-12-19T05:24:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:24:20.253Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:24:20.254Z||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-12-19T05:24:20.254Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:24:29.808Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:24:29.810Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:25:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:25:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:25:20.248Z||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-12-19T05:25:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:25:20.249Z||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-12-19T05:25:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:25:29.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:25:29.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:26:20.250Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:26:20.251Z||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-12-19T05:26:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:26:20.256Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:26:20.257Z||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-12-19T05:26:20.257Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:26:29.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:26:29.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:27:20.247Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:27:20.248Z||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-12-19T05:27:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:27:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:27:20.249Z||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-12-19T05:27:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:27:29.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:27:29.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:28:20.246Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:28:20.247Z||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-12-19T05:28:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:28:20.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:28:20.250Z||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-12-19T05:28:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:28:29.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:28:29.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:29:20.246Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:29:20.247Z||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-12-19T05:29:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:29:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:29:20.249Z||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-12-19T05:29:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:29:29.791Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:29:29.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:30:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:30:20.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:30:20.249Z||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-12-19T05:30:20.249Z||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-12-19T05:30:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:30:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:30:29.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:30:29.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:31:20.246Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:31:20.247Z||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-12-19T05:31:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:31:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:31:20.249Z||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-12-19T05:31:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:31:29.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:31:29.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:32:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:32:20.247Z||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-12-19T05:32:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:32:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:32:20.248Z||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-12-19T05:32:20.252Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:32:29.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:32:29.826Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:33:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:33:20.247Z||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-12-19T05:33:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:33:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:33:20.249Z||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-12-19T05:33:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:33:29.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:33:29.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:34:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:34:20.248Z||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-12-19T05:34:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:34:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:34:20.249Z||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-12-19T05:34:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:34:29.793Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:34:29.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:35:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:35:20.247Z||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-12-19T05:35:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:35:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:35:20.249Z||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-12-19T05:35:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:35:29.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:35:29.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:36:20.247Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:36:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:36:20.249Z||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-12-19T05:36:20.249Z||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-12-19T05:36:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:36:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:36:29.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:36:29.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:37:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:37:20.248Z||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-12-19T05:37:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:37:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:37:20.249Z||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-12-19T05:37:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:37:29.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:37:29.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:38:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:38:20.247Z||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-12-19T05:38:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:38:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:38:20.249Z||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-12-19T05:38:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:38:29.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:38:29.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:39:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:39:20.247Z||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-12-19T05:39:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:39:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:39:20.249Z||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-12-19T05:39:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:39:29.789Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:39:29.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:40:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:40:20.248Z||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-12-19T05:40:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:40:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:40:20.249Z||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-12-19T05:40:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:40:29.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:40:29.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:41:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:41:20.248Z||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-12-19T05:41:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:41:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:41:20.249Z||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-12-19T05:41:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:41:29.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:41:29.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:42:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:42:20.247Z||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-12-19T05:42:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:42:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:42:20.249Z||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-12-19T05:42:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:42:29.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:42:29.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:43:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:43:20.248Z||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-12-19T05:43:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:43:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:43:20.249Z||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-12-19T05:43:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:43:29.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:43:29.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:44:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:44:20.247Z||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-12-19T05:44:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:44:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:44:20.249Z||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-12-19T05:44:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:44:29.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:44:29.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:45:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:45:20.247Z||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-12-19T05:45:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:45:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:45:20.249Z||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-12-19T05:45:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:45:29.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:45:29.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:46:20.246Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:46:20.248Z||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-12-19T05:46:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:46:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:46:20.249Z||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-12-19T05:46:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:46:29.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:46:29.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:47:20.246Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:47:20.247Z||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-12-19T05:47:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:47:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:47:20.249Z||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-12-19T05:47:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:47:29.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:47:29.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:48:20.246Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:48:20.248Z||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-12-19T05:48:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:48:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:48:20.249Z||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-12-19T05:48:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:48:29.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:48:29.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:49:20.246Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:49:20.247Z||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-12-19T05:49:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:49:20.248Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:49:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:49:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:49:29.816Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:49:29.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:50:20.249Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:50:20.250Z||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-12-19T05:50:20.250Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:50:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:50:20.265Z||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-12-19T05:50:20.265Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:50:29.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:50:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:51:20.246Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:51:20.247Z||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-12-19T05:51:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:51:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:51:20.249Z||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-12-19T05:51:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:51:29.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:51:29.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:52:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:52:20.247Z||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-12-19T05:52:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:52:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:52:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T05:52:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:52:29.807Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:52:29.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:53:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:53:20.247Z||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-12-19T05:53:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:53:20.248Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:53:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:53:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:53:29.811Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:53:29.845Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:54:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:54:20.247Z||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-12-19T05:54:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:54:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:54:20.248Z||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-12-19T05:54:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:54:29.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:54:29.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:55:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:55:20.248Z||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-12-19T05:55:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:55:20.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:55:20.255Z||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-12-19T05:55:20.255Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:55:29.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:55:29.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:56:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:56:20.248Z||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-12-19T05:56:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:56:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:56:20.249Z||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-12-19T05:56:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:56:29.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:56:29.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:57:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:57:20.248Z||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-12-19T05:57:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:57:20.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:57:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T05:57:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:57:29.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:57:29.828Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:58:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:58:20.248Z||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-12-19T05:58:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:58:20.248Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:58:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T05:58:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ... 2022-12-19T05:58:29.804Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:58:29.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:59:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:59:20.247Z||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-12-19T05:59:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:59:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T05:59:20.249Z||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-12-19T05:59:20.249Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T05:59:29.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T05:59:29.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T06:00:20.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T06:00:20.250Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T06:00:20.250Z||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-12-19T06:00:20.251Z||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-12-19T06:00:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T06:00:20.251Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T06:00:29.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T06:00:29.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T06:01:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T06:01:20.247Z||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-12-19T06:01:20.247Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T06:01:20.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T06:01:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T06:01:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ... 2022-12-19T06:01:29.810Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T06:01:29.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-19T06:02:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T06:02:20.247Z||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-12-19T06:02:20.248Z||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 8SztrWVmdciNSKB4) ... 2022-12-19T06:02:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-19T06:02:20.249Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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-12-19T06:02:20.261Z|55835b9a-88b7-4790-b5d4-6bc90347383d|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 8SztrWVmdciNSKB4) ...