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-03-23T00:41:00.353Z||main|||||INFO|500||The following profiles are active: basic 2022-03-23T00:41:08.489Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-23T00:41:08.490Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-23T00:41:08.570Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-23T00:41:10.737Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-23T00:41:10.895Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-23T00:41:11.266Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-23T00:41:11.275Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-23T00:41:11.454Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-23T00:41:11.580Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-23T00:41:11.886Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-23T00:41:12.707Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-23T00:41:14.385Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-23T00:41:14.426Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-23T00:41:14.839Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-23T00:41:15.049Z||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-03-23T00:41:15.936Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-23T00:41:16.758Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-23T00:41:16.773Z||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$$7fa680a9.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-03-23T00:41:16.774Z||main|||||WARN|500||The sdc end point is not alive 2022-03-23T00:41:18.969Z||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-03-23T00:41:21.285Z||main|||||WARN|500||--- 2022-03-23T00:41:21.286Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-23T00:41:21.286Z||main|||||WARN|500||--- 2022-03-23T00:41:21.743Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-23T00:41:25.493Z||main|||||INFO|500||Started Application in 29.032 seconds (JVM running for 30.007) 2022-03-23T00:41:25.535Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-23T00:41:25.537Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-23T00:41:25.545Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-23T00:41:25.572Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-23T00:41:25.645Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9579312-ba62-4b54-b529-a1088a4a5c63 url= /sdc/v1/artifactTypes 2022-03-23T00:41:25.646Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-23T00:41:25.894Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-23T00:41:25.912Z||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-03-23T00:41:25.938Z||scheduling-1|||||DEBUG|500||create keys 2022-03-23T00:41:25.943Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-23T00:41:26.208Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:41:26.227Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 691bf5cb-4fe7-40b8-8c53-46c78298ec1e url= /sdc/v1/registerForDistribution 2022-03-23T00:41:26.717Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 691bf5cb-4fe7-40b8-8c53-46c78298ec1e url= /sdc/v1/registerForDistribution 2022-03-23T00:41:26.718Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-23T00:41:26.731Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:41:26.731Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:41:26.734Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-23T00:41:26.735Z||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-03-23T00:41:26.736Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:41:26.736Z||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-03-23T00:41:26.736Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:41:37.822Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:41:37.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:42:26.728Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:42:26.729Z||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-03-23T00:42:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:42:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:42:26.731Z||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-03-23T00:42:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:42:36.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:42:36.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:43:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:43:26.730Z||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-03-23T00:43:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:43:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:43:26.731Z||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-03-23T00:43:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:43:36.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:43:36.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:44:26.728Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:44:26.729Z||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-03-23T00:44:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:44:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:44:26.732Z||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-03-23T00:44:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:44:36.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:44:36.279Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:45:26.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:45:26.729Z||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-03-23T00:45:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:45:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:45:26.732Z||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-03-23T00:45:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:45:36.281Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:45:36.283Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:46:26.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:46:26.729Z||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-03-23T00:46:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:46:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:46:26.731Z||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-03-23T00:46:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:46:36.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:46:36.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:47:26.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:47:26.729Z||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-03-23T00:47:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:47:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:47:26.731Z||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-03-23T00:47:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:47:36.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:47:36.289Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:48:26.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:48:26.729Z||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-03-23T00:48:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:48:26.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:48:26.732Z||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-03-23T00:48:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:48:36.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:48:36.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:49:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:49:26.730Z||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-03-23T00:49:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:49:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:49:26.731Z||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-03-23T00:49:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:49:36.280Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:49:36.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:50:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:50:26.729Z||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-03-23T00:50:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:50:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:50:26.731Z||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-03-23T00:50:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:50:36.284Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:50:36.286Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:51:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:51:26.729Z||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-03-23T00:51:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:51:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:51:26.731Z||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-03-23T00:51:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:51:36.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:51:36.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:51:45.975Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-23T00:52:26.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:52:26.729Z||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-03-23T00:52:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:52:26.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:52:26.735Z||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-03-23T00:52:26.736Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:52:36.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:52:36.283Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:53:26.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:53:26.729Z||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-03-23T00:53:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:53:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:53:26.731Z||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-03-23T00:53:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:53:36.280Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:53:36.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:54:26.728Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:54:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:54:26.730Z||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-03-23T00:54:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:54:26.731Z||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-03-23T00:54:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:54:36.276Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:54:36.277Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:55:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:55:26.729Z||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-03-23T00:55:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:55:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:55:26.731Z||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-03-23T00:55:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:55:36.281Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:55:36.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:56:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:56:26.729Z||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-03-23T00:56:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:56:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:56:26.731Z||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-03-23T00:56:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:56:36.272Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:56:36.274Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:57:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:57:26.730Z||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-03-23T00:57:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:57:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:57:26.731Z||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-03-23T00:57:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:57:36.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:57:36.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:58:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:58:26.729Z||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-03-23T00:58:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:58:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:58:26.731Z||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-03-23T00:58:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:58:36.288Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:58:36.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:59:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:59:26.729Z||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-03-23T00:59:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:59:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T00:59:26.730Z||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-03-23T00:59:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T00:59:36.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T00:59:36.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:00:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:00:26.729Z||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-03-23T01:00:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:00:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:00:26.730Z||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-03-23T01:00:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:00:36.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:00:36.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:01:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:01:26.729Z||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-03-23T01:01:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:01:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:01:26.730Z||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-03-23T01:01:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:01:36.272Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:01:36.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:02:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:02:26.729Z||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-03-23T01:02:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:02:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:02:26.730Z||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-03-23T01:02:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:02:36.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:02:36.309Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:03:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:03:26.729Z||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-03-23T01:03:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:03:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:03:26.730Z||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-03-23T01:03:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:03:36.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:03:36.283Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:04:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:04:26.729Z||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-03-23T01:04:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:04:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:04:26.731Z||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-03-23T01:04:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:04:36.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:04:36.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:05:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:05:26.728Z||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-03-23T01:05:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:05:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:05:26.730Z||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-03-23T01:05:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:05:36.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:05:36.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:06:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:06:26.729Z||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-03-23T01:06:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:06:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:06:26.730Z||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-03-23T01:06:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:06:36.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:06:36.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:07:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:07:26.729Z||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-03-23T01:07:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:07:26.730Z||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-03-23T01:07:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:07:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:07:36.283Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:07:36.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:08:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:08:26.729Z||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-03-23T01:08:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:08:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:08:26.730Z||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-03-23T01:08:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:08:36.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:08:36.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:09:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:09:26.729Z||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-03-23T01:09:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:09:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:09:26.730Z||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-03-23T01:09:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:09:36.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:09:36.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:10:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:10:26.729Z||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-03-23T01:10:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:10:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:10:26.730Z||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-03-23T01:10:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:10:36.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:10:36.281Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:11:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:11:26.729Z||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-03-23T01:11:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:11:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:11:26.731Z||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-03-23T01:11:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:11:36.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:11:36.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:12:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:12:26.729Z||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-03-23T01:12:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:12:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:12:26.731Z||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-03-23T01:12:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:12:36.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:12:36.282Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:13:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:13:26.729Z||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-03-23T01:13:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:13:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:13:26.731Z||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-03-23T01:13:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:13:36.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:13:36.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:14:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:14:26.730Z||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-03-23T01:14:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:14:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:14:26.731Z||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-03-23T01:14:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:14:36.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:14:36.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:15:26.729Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:15:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:15:26.733Z||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-03-23T01:15:26.733Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:15:26.733Z||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-03-23T01:15:26.733Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:15:36.288Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:15:36.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:16:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:16:26.729Z||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-03-23T01:16:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:16:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:16:26.731Z||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-03-23T01:16:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:16:36.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:16:36.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:17:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:17:26.728Z||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-03-23T01:17:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:17:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:17:26.731Z||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-03-23T01:17:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:17:36.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:17:36.279Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:18:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:18:26.729Z||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-03-23T01:18:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:18:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:18:26.731Z||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-03-23T01:18:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:18:36.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:18:36.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:19:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:19:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:19:26.730Z||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-03-23T01:19:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:19:26.733Z||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-03-23T01:19:26.733Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:19:36.281Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:19:36.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:20:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:20:26.729Z||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-03-23T01:20:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:20:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:20:26.731Z||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-03-23T01:20:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:20:36.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:20:36.278Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:21:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:21:26.729Z||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-03-23T01:21:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:21:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:21:26.730Z||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-03-23T01:21:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:21:36.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:21:36.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:22:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:22:26.729Z||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-03-23T01:22:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:22:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:22:26.730Z||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-03-23T01:22:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:22:36.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:22:36.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:23:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:23:26.729Z||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-03-23T01:23:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:23:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:23:26.731Z||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-03-23T01:23:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:23:36.279Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:23:36.284Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:24:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:24:26.728Z||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-03-23T01:24:26.728Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:24:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:24:26.730Z||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-03-23T01:24:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:24:36.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:24:36.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:25:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:25:26.729Z||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-03-23T01:25:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:25:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:25:26.730Z||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-03-23T01:25:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:25:36.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:25:36.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:26:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:26:26.729Z||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-03-23T01:26:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:26:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:26:26.730Z||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-03-23T01:26:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:26:36.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:26:36.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:27:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:27:26.729Z||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-03-23T01:27:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:27:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:27:26.730Z||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-03-23T01:27:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:27:36.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:27:36.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:28:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:28:26.729Z||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-03-23T01:28:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:28:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:28:26.731Z||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-03-23T01:28:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:28:36.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:28:36.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:29:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:29:26.729Z||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-03-23T01:29:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:29:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:29:26.731Z||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-03-23T01:29:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:29:36.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:29:36.283Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:30:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:30:26.729Z||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-03-23T01:30:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:30:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:30:26.730Z||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-03-23T01:30:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:30:36.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:30:36.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:31:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:31:26.729Z||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-03-23T01:31:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:31:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:31:26.730Z||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-03-23T01:31:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:31:36.278Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:31:36.278Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:32:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:32:26.728Z||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-03-23T01:32:26.728Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:32:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:32:26.730Z||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-03-23T01:32:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:32:36.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:32:36.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:33:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:33:26.729Z||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-03-23T01:33:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:33:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:33:26.730Z||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-03-23T01:33:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:33:36.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:33:36.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:34:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:34:26.729Z||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-03-23T01:34:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:34:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:34:26.730Z||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-03-23T01:34:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:34:36.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:34:36.278Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:35:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:35:26.729Z||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-03-23T01:35:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:35:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:35:26.730Z||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-03-23T01:35:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:35:36.272Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:35:36.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:36:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:36:26.730Z||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-03-23T01:36:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:36:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:36:26.730Z||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-03-23T01:36:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:36:36.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:36:36.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:37:26.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:37:26.730Z||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-03-23T01:37:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:37:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:37:26.730Z||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-03-23T01:37:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:37:36.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:37:36.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:38:26.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:38:26.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:38:26.731Z||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-03-23T01:38:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:38:26.731Z||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-03-23T01:38:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:38:36.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:38:36.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:39:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:39:26.729Z||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-03-23T01:39:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:39:26.731Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:39:26.732Z||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-03-23T01:39:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:39:36.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:39:36.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:40:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:40:26.729Z||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-03-23T01:40:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:40:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:40:26.731Z||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-03-23T01:40:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:40:36.271Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:40:36.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:41:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:41:26.729Z||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-03-23T01:41:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:41:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:41:26.730Z||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-03-23T01:41:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:41:36.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:41:36.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:42:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:42:26.729Z||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-03-23T01:42:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:42:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:42:26.730Z||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-03-23T01:42:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:42:36.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:42:36.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:43:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:43:26.728Z||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-03-23T01:43:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:43:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:43:26.731Z||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-03-23T01:43:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:43:36.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:43:36.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:44:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:44:26.729Z||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-03-23T01:44:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:44:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:44:26.731Z||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-03-23T01:44:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:44:36.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:44:36.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:45:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:45:26.729Z||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-03-23T01:45:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:45:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:45:26.730Z||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-03-23T01:45:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:45:36.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:45:36.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:46:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:46:26.728Z||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-03-23T01:46:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:46:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:46:26.730Z||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-03-23T01:46:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:46:36.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:46:36.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:47:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:47:26.729Z||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-03-23T01:47:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:47:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:47:26.730Z||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-03-23T01:47:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:47:36.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:47:36.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:48:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:48:26.729Z||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-03-23T01:48:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:48:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:48:26.730Z||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-03-23T01:48:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:48:36.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:48:36.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:49:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:49:26.729Z||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-03-23T01:49:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:49:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:49:26.730Z||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-03-23T01:49:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:49:36.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:49:36.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:50:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:50:26.729Z||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-03-23T01:50:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:50:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:50:26.730Z||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-03-23T01:50:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:50:36.274Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:50:36.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:51:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:51:26.729Z||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-03-23T01:51:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:51:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:51:26.730Z||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-03-23T01:51:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:51:36.278Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:51:36.279Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:52:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:52:26.729Z||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-03-23T01:52:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:52:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:52:26.730Z||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-03-23T01:52:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:52:36.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:52:36.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:53:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:53:26.728Z||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-03-23T01:53:26.728Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:53:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:53:26.731Z||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-03-23T01:53:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:53:36.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:53:36.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:54:26.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:54:26.729Z||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-03-23T01:54:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:54:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:54:26.732Z||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-03-23T01:54:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:54:36.277Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:54:36.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:55:26.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:55:26.728Z||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-03-23T01:55:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:55:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:55:26.731Z||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-03-23T01:55:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:55:36.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:55:36.284Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:56:26.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:56:26.729Z||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-03-23T01:56:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:56:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:56:26.730Z||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-03-23T01:56:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:56:36.275Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:56:36.277Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:26.728Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:57:26.729Z||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-03-23T01:57:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:57:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:57:26.732Z||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-03-23T01:57:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:57:34.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:34.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T01:57:34.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"18f06e0a-ab41-4ddf-8098-a872e7b39e84","serviceName":"basic_onboard_wYeLdj","serviceVersion":"1.0","serviceUUID":"b9a418d3-1aba-48a9-bb9c-840a89002409","serviceDescription":"service","serviceInvariantUUID":"0b37d96f-a6f4-41d6-a9b4-69de26652c9b","resources":[{"resourceInstanceName":"basic_onboard_wYeLdj 0","resourceName":"basic_onboard_wYeLdj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1752d885-23a1-484f-b149-61466412a297","resourceInvariantUUID":"a39738b8-2680-49bc-99db-af23a9299e13","resourceCustomizationUUID":"b43d2d23-51bc-45f3-aa86-d1a2ca282256","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vf-license-model.xml","artifactChecksum":"Y2ZjNWFlZThhZjdjODM1NTM2MzkxNTNlYzg0MzkwNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6905f60-1252-4118-a134-6e9a52953901","artifactVersion":"1"},{"artifactName":"basic_onboard_wyeldj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json","artifactChecksum":"YWU3YjE3NTkxM2E2ZTk4MjU4ODc2MTMwMTUyYzJkYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c325d3ba-630d-4ffb-94d5-5127643919ab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d79811bf-9cd5-4b65-9d31-153fbe4d138a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c492212-02ac-4421-850b-bbe29d065ba5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"782696ed-09d0-4212-a939-d3e1f0abb958","artifactVersion":"2","generatedFromUUID":"d79811bf-9cd5-4b65-9d31-153fbe4d138a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWyeldj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-template.yml","artifactChecksum":"YzQzZWM2ZmQ3OTU5NDFkNDVmOWFhZTBlYmY0ZTM3ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4f47736-667e-47b9-97c6-0be4e2a361c7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWyeldj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar","artifactChecksum":"NDgwNDAzMTNjYTZmYjIwNTdjYmRmODZjYmNmMjhmNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb0aeca0-9476-4666-80e5-631ae64e64ba","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T01:57:34.415Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T01:57:34.419Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:34.429Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:34.429Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:57:34.529Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-23T01:57:34.535Z||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-03-23T01:57:34.535Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:34.551Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:34.552Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-23T01:57:35.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:35.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T01:57:35.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000652177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:57:35.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T01:57:35.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T01:57:35.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000653299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:57:35.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T01:57:35.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T01:57:35.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:57:35.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T01:57:35.435Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T01:57:35.435Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:35.436Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:35.436Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "NOTIFIED" } 2022-03-23T01:57:35.538Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T01:57:35.539Z||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-03-23T01:57:35.539Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:35.550Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:35.550Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T01:57:36.437Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T01:57:36.438Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:36.440Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:36.441Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T01:57:36.541Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T01:57:36.542Z||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-03-23T01:57:36.542Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:36.556Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:36.556Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T01:57:37.441Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T01:57:37.442Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:37.444Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:37.444Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:57:37.545Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T01:57:37.545Z||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-03-23T01:57:37.545Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:37.555Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:37.555Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-23T01:57:38.445Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T01:57:38.446Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:38.449Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:38.449Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T01:57:38.549Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T01:57:38.550Z||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-03-23T01:57:38.550Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:38.564Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:38.564Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T01:57:39.450Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T01:57:39.451Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:39.454Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:39.454Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T01:57:39.555Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T01:57:39.556Z||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-03-23T01:57:39.556Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:39.568Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:39.568Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T01:57:40.455Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T01:57:40.457Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:40.459Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:40.460Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "NOTIFIED" } 2022-03-23T01:57:40.560Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T01:57:40.561Z||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-03-23T01:57:40.561Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:40.573Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:40.574Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T01:57:41.463Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "serviceName": "basic_onboard_wYeLdj", "serviceVersion": "1.0", "serviceUUID": "b9a418d3-1aba-48a9-bb9c-840a89002409", "serviceDescription": "service", "serviceInvariantUUID": "0b37d96f-a6f4-41d6-a9b4-69de26652c9b", "resources": [ { "resourceInstanceName": "basic_onboard_wYeLdj 0", "resourceCustomizationUUID": "b43d2d23-51bc-45f3-aa86-d1a2ca282256", "resourceName": "basic_onboard_wYeLdj", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1752d885-23a1-484f-b149-61466412a297", "resourceInvariantUUID": "a39738b8-2680-49bc-99db-af23a9299e13", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_wyeldj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "artifactChecksum": "YWU3YjE3NTkxM2E2ZTk4MjU4ODc2MTMwMTUyYzJkYzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c325d3ba-630d-4ffb-94d5-5127643919ab", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d79811bf-9cd5-4b65-9d31-153fbe4d138a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "782696ed-09d0-4212-a939-d3e1f0abb958", "generatedFromUUID": "d79811bf-9cd5-4b65-9d31-153fbe4d138a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "782696ed-09d0-4212-a939-d3e1f0abb958", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardWyeldj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "artifactChecksum": "NDgwNDAzMTNjYTZmYjIwNTdjYmRmODZjYmNmMjhmNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb0aeca0-9476-4666-80e5-631ae64e64ba" } ], "workloadContext": "Production" } 2022-03-23T01:57:41.464Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T01:57:41.464Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9a418d3-1aba-48a9-bb9c-840a89002409 ASDC 2022-03-23T01:57:41.527Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:18f06e0a-ab41-4ddf-8098-a872e7b39e84 ServiceName:basic_onboard_wYeLdj ServiceVersion:1.0 ServiceUUID:b9a418d3-1aba-48a9-bb9c-840a89002409 ServiceInvariantUUID:0b37d96f-a6f4-41d6-a9b4-69de26652c9b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardWyeldj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar ArtifactUUID:eb0aeca0-9476-4666-80e5-631ae64e64ba ArtifactChecksum:NDgwNDAzMTNjYTZmYjIwNTdjYmRmODZjYmNmMjhmNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_wYeLdj 0 ResourceCustomizationUUID:b43d2d23-51bc-45f3-aa86-d1a2ca282256 ResourceInvariantUUID:a39738b8-2680-49bc-99db-af23a9299e13 ResourceName:basic_onboard_wYeLdj ResourceType:VF ResourceUUID:1752d885-23a1-484f-b149-61466412a297 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_wyeldj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json ArtifactUUID:c325d3ba-630d-4ffb-94d5-5127643919ab ArtifactChecksum:YWU3YjE3NTkxM2E2ZTk4MjU4ODc2MTMwMTUyYzJkYzg= 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/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml ArtifactUUID:d79811bf-9cd5-4b65-9d31-153fbe4d138a 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/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env ArtifactUUID:782696ed-09d0-4212-a939-d3e1f0abb958 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/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env ArtifactUUID:782696ed-09d0-4212-a939-d3e1f0abb958 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T01:57:41.527Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9a418d3-1aba-48a9-bb9c-840a89002409 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-03-23T01:57:41.664Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T01:57:41.665Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T01:57:41.665Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T01:57:41.665Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eb0aeca0-9476-4666-80e5-631ae64e64ba from URL: /sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:41.666Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T01:57:41.666Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:42.472Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T01:57:42.491Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar eb0aeca0-9476-4666-80e5-631ae64e64ba 71585 2022-03-23T01:57:42.492Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar ASDC sendASDCNotification 2022-03-23T01:57:42.493Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:42.493Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T01:57:42.494Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:42.496Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:42.496Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000662491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T01:57:42.597Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T01:57:42.598Z||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-03-23T01:57:42.598Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:42.610Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:42.610Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T01:57:43.497Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T01:57:43.498Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T01:57:43.499Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: eb0aeca0-9476-4666-80e5-631ae64e64ba, URL: /sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar to file: /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:43.500Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:43.564Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:43.564Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:44.513Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2519473246079006444/Definitions/service-BasicOnboardWyeldj-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-23T01:57:45.864Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wYeLdj 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-BasicOnboardWyeldj-csar.csar 2022-03-23T01:57:45.868Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T01:57:45.874Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.875Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wYeLdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T01:57:45.877Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wYeLdj 0 is matching search criteria 2022-03-23T01:57:45.878Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T01:57:45.879Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wYeLdj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T01:57:45.880Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.880Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wYeLdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T01:57:45.880Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wYeLdj 0 is matching search criteria 2022-03-23T01:57:45.881Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T01:57:45.881Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wYeLdj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T01:57:45.881Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.881Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wYeLdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T01:57:45.884Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.885Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wYeLdj 0 is not matching search criteria 2022-03-23T01:57:45.885Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-23T01:57:45.885Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-23T01:57:45.885Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-23T01:57:45.885Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T01:57:45.885Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T01:57:45.885Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.885Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wYeLdj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T01:57:45.886Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.886Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wYeLdj 0 is matching search criteria 2022-03-23T01:57:45.886Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wYeLdj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T01:57:45.886Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.886Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wYeLdj 0 is matching search criteria 2022-03-23T01:57:45.886Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wYeLdj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wYeLdj 0 is matching search criteria 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wYeLdj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wYeLdj 0 is not matching search criteria 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=75325ee9-8e17-4330-bd7f-82a4ebcb19cb 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wYeLdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wYeLdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.887Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wYeLdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T01:57:45.888Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T01:57:45.888Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wYeLdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T01:57:45.888Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_wYeLdj Description:service Model UUID:b9a418d3-1aba-48a9-bb9c-840a89002409 Model Version:NULL Model InvariantUuid:0b37d96f-a6f4-41d6-a9b4-69de26652c9b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_wYeLdj Model UUID:0bcabb2e-0527-4740-832b-6dc364e7ed40 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a39738b8-2680-49bc-99db-af23a9299e13 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b43d2d23-51bc-45f3-aa86-d1a2ca282256 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4eb416ae-dea9-4fc3-b511-1b22379bfd3f ModelName:BasicOnboardWyeldj..base_ubuntu18..module-0 ModelUuid:2b2edf0c-f489-43d6-acaa-3782ac333231 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:75325ee9-8e17-4330-bd7f-82a4ebcb19cb ModelInvariantUuid:3d6d6aea-5f30-4fc8-9418-d58e063a2322 ModelName:basic_onboard_wYeLdj-nodes.ubuntu18Cvfc ModelUuid:6a0b4f5e-2628-4e2e-b1ed-459dc46817c3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b63a290f-1813-43a2-b8d4-82f016771811 ModelInvariantUuid:74dddbec-18b2-426c-bb10-21e3b7f4bfef ModelName:BasicOnboardWyeldj.compute.nodes.heat.ubuntu18 ModelUuid:262e8f38-5c62-4953-b070-d1a2b9422c74 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-03-23T01:57:45.898Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@682c082a marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=2441) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$e1aa40ae.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-23T01:57:45.900Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-23T01:57:45.900Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||ERROR|500||(conn=2441) WSREP has not yet prepared node for application use 2022-03-23T01:57:45.901Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$e1aa40ae.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=2441) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-23T01:57:45.927Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$e1aa40ae.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=2441) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-23T01:57:45.937Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$e1aa40ae.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 30 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 33 common frames omitted 2022-03-23T01:57:45.939Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18f06e0a-ab41-4ddf-8098-a872e7b39e84 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-03-23T01:57:46.001Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18f06e0a-ab41-4ddf-8098-a872e7b39e84 and serviceModelVersionId: b9a418d3-1aba-48a9-bb9c-840a89002409 2022-03-23T01:57:46.001Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b37d96f-a6f4-41d6-a9b4-69de26652c9b 2022-03-23T01:57:56.938Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409?depth=0 2022-03-23T01:57:57.039Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T01:57:57.433Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409?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-03-23T01:57:57.436Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409?depth=0|INFO|500||Invoke 2022-03-23T01:57:57.570Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-23T01:57:57.639Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409?depth=0|INFO|404|Not Found|InvokeReturn 2022-03-23T01:57:57.640Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-01:57:57:578-61794], Content-Length=[495], Date=[Wed, 23 Mar 2022 01:57:57 GMT], Content-Type=[application/json]} 2022-03-23T01:57:57.642Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409","ERR.5.4.6114"]}}} 2022-03-23T01:57:57.663Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=18f06e0a-ab41-4ddf-8098-a872e7b39e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409) (ec=ERR.5.4.6114) 2022-03-23T01:57:57.663Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=18f06e0a-ab41-4ddf-8098-a872e7b39e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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-03-23T01:57:57.664Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=18f06e0a-ab41-4ddf-8098-a872e7b39e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409) (ec=ERR.5.4.6114) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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) Caused by: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=18f06e0a-ab41-4ddf-8098-a872e7b39e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) ... 9 common frames omitted 2022-03-23T01:57:57.664Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=18f06e0a-ab41-4ddf-8098-a872e7b39e84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0b37d96f-a6f4-41d6-a9b4-69de26652c9b/model-vers/model-ver/b9a418d3-1aba-48a9-bb9c-840a89002409) (ec=ERR.5.4.6114) 2022-03-23T01:57:57.667Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18f06e0a-ab41-4ddf-8098-a872e7b39e84 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-23T01:57:57.667Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-23T01:57:57.668Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T01:57:57.670Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T01:57:57.670Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000677667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-23T01:57:57.770Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T01:57:57.771Z||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-03-23T01:57:57.771Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T01:57:57.784Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:57:57.784Z||pool-11-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-03-23T01:58:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:58:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T01:58:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T01:58:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:58:26.730Z||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-03-23T01:58:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:58:26.855Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:58:26.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T01:58:26.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000652177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T01:58:26.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T01:58:36.268Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:59:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:59:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T01:59:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T01:59:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T01:59:26.731Z||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-03-23T01:59:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T01:59:27.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T01:59:27.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "NOTIFIED" } 2022-03-23T01:59:27.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000653299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "NOTIFIED" } 2022-03-23T01:59:27.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000652177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000653299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000653299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000652177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000652177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000653299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000653299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000652177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000653299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "NOTIFIED" } 2022-03-23T01:59:27.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000652177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "NOTIFIED" } 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000646728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "NOTIFIED" } 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "ves-openapi-manager", "timestamp": 1648000660609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "ves-openapi-manager", "timestamp": 1648000660609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000662376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000662491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000662498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000662185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "ves-openapi-manager", "timestamp": 1648000660609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "cds", "timestamp": 1648000663518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-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-03-23T01:59:27.291Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18f06e0a-ab41-4ddf-8098-a872e7b39e84 2022-03-23T01:59:27.291Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18f06e0a-ab41-4ddf-8098-a872e7b39e84 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-03-23T01:59:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000663564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000662185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "ves-openapi-manager", "timestamp": 1648000660609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000664775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000662185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "ves-openapi-manager", "timestamp": 1648000660609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000662185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "ves-openapi-manager", "timestamp": 1648000660609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000666484, "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-03-23T01:59:27.323Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18f06e0a-ab41-4ddf-8098-a872e7b39e84 2022-03-23T01:59:27.323Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18f06e0a-ab41-4ddf-8098-a872e7b39e84 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-03-23T01:59:27.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000662185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "ves-openapi-manager", "timestamp": 1648000660609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "multicloud-k8s-id", "timestamp": 1648000667488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000662185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000667799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000662185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "NOTIFIED" } 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000667799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/basic_onboard_wyeldj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000669972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000667799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000667799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000667799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/resourceInstances/basic_onboard_wyeldj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000667799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000673791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000667799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "NOTIFIED" } 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648000674796, "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-03-23T01:59:27.341Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18f06e0a-ab41-4ddf-8098-a872e7b39e84 2022-03-23T01:59:27.342Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18f06e0a-ab41-4ddf-8098-a872e7b39e84 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-03-23T01:59:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000675603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T01:59:27.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648000677667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-23T01:59:27.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000685645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWyeldj/1.0/artifacts/service-BasicOnboardWyeldj-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T01:59:27.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T01:59:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T01:59:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "18f06e0a-ab41-4ddf-8098-a872e7b39e84", "consumerID": "aai-ml", "timestamp": 1648000686650, "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-03-23T01:59:27.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18f06e0a-ab41-4ddf-8098-a872e7b39e84 2022-03-23T01:59:27.359Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18f06e0a-ab41-4ddf-8098-a872e7b39e84 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-03-23T01:59:36.278Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:00:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:00:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:00:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:00:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:00:26.730Z||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-03-23T02:00:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:00:36.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:00:36.277Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:01:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:01:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:01:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:01:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:01:26.730Z||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-03-23T02:01:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:01:36.276Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:01:36.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:02:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:02:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:02:26.730Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:02:26.730Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:02:26.730Z||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-03-23T02:02:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:02:36.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:02:36.301Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:03:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:03:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:03:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:03:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:03:26.730Z||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-03-23T02:03:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:03:36.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:03:36.273Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:04:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:04:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:04:26.730Z||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-03-23T02:04:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:04:26.730Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:04:26.730Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:04:36.270Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:04:36.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:05:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:05:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:05:26.731Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:05:26.731Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:05:26.732Z||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-03-23T02:05:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:05:36.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:05:36.282Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:06:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:06:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:06:26.730Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:06:26.730Z||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-03-23T02:06:26.730Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:06:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:06:36.278Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:06:36.279Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:07:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:07:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:07:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:07:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:07:26.731Z||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-03-23T02:07:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:07:36.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:07:36.277Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:08:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:08:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:08:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:08:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:08:26.731Z||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-03-23T02:08:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:08:36.273Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:08:36.277Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:09:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:09:26.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:09:26.730Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:09:26.730Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:09:26.730Z||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-03-23T02:09:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:09:36.275Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:09:36.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:10:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:10:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:10:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:10:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:10:26.731Z||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-03-23T02:10:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:10:36.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:10:36.276Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:11:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:11:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:11:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:11:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:11:26.730Z||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-03-23T02:11:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:11:36.279Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:11:36.279Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:12:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:12:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:12:26.729Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:12:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:12:26.730Z||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-03-23T02:12:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:12:36.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:12:36.272Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:13:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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-03-23T02:13:26.728Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:13:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:13:26.730Z||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-03-23T02:13:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:13:27.355Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:27.357Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.357Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"20a886c8-2431-479e-90c8-45334f065396","serviceName":"Demo_pNF_iDzhQNx9f3DxxJs69uaI","serviceVersion":"1.0","serviceUUID":"595c73da-af29-4c1c-b441-692a1ff56eb2","serviceDescription":"catalog service description","serviceInvariantUUID":"ba55b9fa-da36-46dd-9f5e-ce09360e5459","resources":[{"resourceInstanceName":"pNF 71c8ad51-57f8 0","resourceName":"pNF 71c8ad51-57f8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"140e3ccc-3312-484d-8b28-e54650d563f3","resourceInvariantUUID":"5448ae82-ef9f-46ce-952a-c97474cb23b2","resourceCustomizationUUID":"82c2b5ad-38b0-4d33-9157-e9e8c7e52758","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vf-license-model.xml","artifactChecksum":"NWM0YTkyYmI4MmQwN2RiOTFhOGNiYWMzMmEwNTFhM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db24c84f-0eec-4315-8439-37034d4e5ebe","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55383f97-004b-4eb9-b356-4696e15f5fcc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8af086f0-e5bf-4b73-9459-f2ccddb14259","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vendor-license-model.xml","artifactChecksum":"MWEzMjU2Njc5N2YyZTUyOTJmNmQ0ODU0NDg2NmQyY2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"11a1a14e-2bf2-4e46-8440-1b015e71f3d4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adbff76d-a8cb-46a6-992d-1a359117ba0c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8464ff28-a2bc-4c92-aaf2-2b9df11ae204","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIdzhqnx9f3dxxjs69uai-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-template.yml","artifactChecksum":"MTQzMGMzZjhkNWU4OGU0YWZkNDA4ZmZjZjdmNTA5MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73e76fe6-7730-437b-adbe-76ecda365c80","artifactVersion":"1"},{"artifactName":"service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar","artifactChecksum":"OGFlM2U5Nzk5OGVlNmM0YjdmYWU3ZTc2ZjJjM2FhNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7549d7b1-c0bf-4833-b228-07e00c3f9de0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T02:13:27.363Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:27.365Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:13:27.366Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:27.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001567177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001567800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "multicloud-k8s-id", "timestamp": 1648001573299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001567177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.370Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001567800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.370Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "multicloud-k8s-id", "timestamp": 1648001573299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001567177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001567800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "multicloud-k8s-id", "timestamp": 1648001573299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001567177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001567800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "multicloud-k8s-id", "timestamp": 1648001573299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001567177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001567800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "multicloud-k8s-id", "timestamp": 1648001573299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001567177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001567800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "multicloud-k8s-id", "timestamp": 1648001573299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001567177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001567800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "multicloud-k8s-id", "timestamp": 1648001573299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001567177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001567800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "multicloud-k8s-id", "timestamp": 1648001573299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "ves-openapi-manager", "timestamp": 1648001580609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "aai-ml", "timestamp": 1648001581443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001581445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "ves-openapi-manager", "timestamp": 1648001580609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T02:13:27.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "cds", "timestamp": 1648001582449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-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-03-23T02:13:27.380Z||pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3c501f4f marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3210) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-23T02:13:27.381Z||pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-23T02:13:27.381Z||pool-2-thread-1|||||ERROR|500||(conn=3210) WSREP has not yet prepared node for application use 2022-03-23T02:13:27.382Z||pool-2-thread-1|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=3210) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-23T02:13:27.383Z||pool-2-thread-1|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 41 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3210) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-23T02:13:27.384Z||pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-23T02:13:27.385Z||pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 22 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 25 common frames omitted 2022-03-23T02:13:27.470Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:13:27.470Z||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-03-23T02:13:27.471Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:27.483Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:27.483Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:13:28.370Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:13:28.371Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:28.375Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:28.375Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:28.475Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:13:28.476Z||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-03-23T02:13:28.476Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:28.489Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:28.489Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:13:29.375Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:13:29.376Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:29.378Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:29.379Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:29.479Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:13:29.479Z||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-03-23T02:13:29.479Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:29.491Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:29.492Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:13:30.379Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:13:30.380Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:30.381Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:30.381Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:30.482Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:13:30.483Z||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-03-23T02:13:30.483Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:30.496Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:30.497Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:13:31.383Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:13:31.383Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:31.385Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:31.385Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:31.485Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:13:31.486Z||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-03-23T02:13:31.486Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:31.498Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:31.498Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:13:32.386Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:13:32.387Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:32.388Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:32.388Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:32.489Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:13:32.490Z||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-03-23T02:13:32.490Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:32.503Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:32.503Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:13:33.389Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:13:33.390Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:33.392Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:33.392Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:13:33.493Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:13:33.493Z||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-03-23T02:13:33.494Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:33.507Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:33.507Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:13:34.393Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:13:34.393Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:34.395Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:34.395Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:13:34.496Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:13:34.497Z||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-03-23T02:13:34.497Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:34.508Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:34.509Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:13:35.397Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "serviceName": "Demo_pNF_iDzhQNx9f3DxxJs69uaI", "serviceVersion": "1.0", "serviceUUID": "595c73da-af29-4c1c-b441-692a1ff56eb2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ba55b9fa-da36-46dd-9f5e-ce09360e5459", "resources": [ { "resourceInstanceName": "pNF 71c8ad51-57f8 0", "resourceCustomizationUUID": "82c2b5ad-38b0-4d33-9157-e9e8c7e52758", "resourceName": "pNF 71c8ad51-57f8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "140e3ccc-3312-484d-8b28-e54650d563f3", "resourceInvariantUUID": "5448ae82-ef9f-46ce-952a-c97474cb23b2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "artifactChecksum": "OGFlM2U5Nzk5OGVlNmM0YjdmYWU3ZTc2ZjJjM2FhNTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7549d7b1-c0bf-4833-b228-07e00c3f9de0" } ], "workloadContext": "Production" } 2022-03-23T02:13:35.397Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T02:13:35.397Z|18f06e0a-ab41-4ddf-8098-a872e7b39e84|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 595c73da-af29-4c1c-b441-692a1ff56eb2 ASDC 2022-03-23T02:13:35.398Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:20a886c8-2431-479e-90c8-45334f065396 ServiceName:Demo_pNF_iDzhQNx9f3DxxJs69uaI ServiceVersion:1.0 ServiceUUID:595c73da-af29-4c1c-b441-692a1ff56eb2 ServiceInvariantUUID:ba55b9fa-da36-46dd-9f5e-ce09360e5459 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar ArtifactUUID:7549d7b1-c0bf-4833-b228-07e00c3f9de0 ArtifactChecksum:OGFlM2U5Nzk5OGVlNmM0YjdmYWU3ZTc2ZjJjM2FhNTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 71c8ad51-57f8 0 ResourceCustomizationUUID:82c2b5ad-38b0-4d33-9157-e9e8c7e52758 ResourceInvariantUUID:5448ae82-ef9f-46ce-952a-c97474cb23b2 ResourceName:pNF 71c8ad51-57f8 ResourceType:PNF ResourceUUID:140e3ccc-3312-484d-8b28-e54650d563f3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-23T02:13:35.398Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 595c73da-af29-4c1c-b441-692a1ff56eb2 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=? 2022-03-23T02:13:35.414Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7004b9e3 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=3237) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$e1aa40ae.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-03-23T02:13:35.414Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-23T02:13:35.415Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||ERROR|500||(conn=3237) WSREP has not yet prepared node for application use 2022-03-23T02:13:35.416Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$e1aa40ae.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=3237) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 79 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-03-23T02:13:35.417Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$e1aa40ae.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) ... 48 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=3237) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 79 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-03-23T02:13:35.418Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$e1aa40ae.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 28 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy144.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 31 common frames omitted 2022-03-23T02:13:35.419Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20a886c8-2431-479e-90c8-45334f065396 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-03-23T02:13:35.426Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20a886c8-2431-479e-90c8-45334f065396 and serviceModelVersionId: 2022-03-23T02:13:35.426Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba55b9fa-da36-46dd-9f5e-ce09360e5459 2022-03-23T02:13:35.426Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||No Service found with serviceModelInvariantUUID: ba55b9fa-da36-46dd-9f5e-ce09360e5459 2022-03-23T02:13:35.427Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: ba55b9fa-da36-46dd-9f5e-ce09360e5459 2022-03-23T02:13:35.427Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||ERROR|500||Exception occurred java.lang.Exception: No Service found with serviceModelInvariantUUID: ba55b9fa-da36-46dd-9f5e-ce09360e5459 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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-03-23T02:13:35.427Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: ba55b9fa-da36-46dd-9f5e-ce09360e5459 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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) Caused by: java.lang.Exception: No Service found with serviceModelInvariantUUID: ba55b9fa-da36-46dd-9f5e-ce09360e5459 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) ... 9 common frames omitted 2022-03-23T02:13:35.427Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: ba55b9fa-da36-46dd-9f5e-ce09360e5459 2022-03-23T02:13:35.427Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20a886c8-2431-479e-90c8-45334f065396 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-23T02:13:35.427Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-23T02:13:35.427Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:13:35.429Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:13:35.429Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001615427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-23T02:13:35.529Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:13:35.530Z||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-03-23T02:13:35.530Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:13:35.542Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:13:35.543Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-23T02:14:26.728Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:14:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:14:26.730Z|20a886c8-2431-479e-90c8-45334f065396|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-03-23T02:14:26.731Z|20a886c8-2431-479e-90c8-45334f065396|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:14:26.730Z||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-03-23T02:14:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:14:26.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:14:26.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T02:14:26.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:14:26.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T02:14:36.291Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:26.728Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:15:26.728Z|20a886c8-2431-479e-90c8-45334f065396|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-03-23T02:15:26.729Z|20a886c8-2431-479e-90c8-45334f065396|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:15:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:15:26.730Z||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-03-23T02:15:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:15:26.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:26.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:15:26.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:26.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:15:26.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:15:26.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:26.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:15:26.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:15:26.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:26.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:15:26.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:15:26.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:26.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:15:26.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:15:26.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/resourceInstances/pnf71c8ad5157f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001606728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdzhqnx9f3dxxjs69uai/1.0/artifacts/service-DemoPnfIdzhqnx9f3dxxjs69uai-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:15:26.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "20a886c8-2431-479e-90c8-45334f065396", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001615427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-23T02:15:26.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:15:27.357Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:27.358Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T02:15:27.358Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bfe2c54-4f3c-4752-b862-b2e88ef7bed9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8682e2e1-2d45-444a-bc3c-a99a120faf8d","serviceDescription":"service","serviceInvariantUUID":"678c6a28-3d1f-4d2b-8bd5-696674fc4a65","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ff7042d-3a5d-40c7-a005-94e5e47bd73c","resourceInvariantUUID":"6ea1a88b-5a0e-4a9c-bb3b-31d989031d67","resourceCustomizationUUID":"1c1a67bb-f805-497f-b906-d70b7007009e","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":"MjA1YWRiOWMzZjdkNzhlNTc3YjZhOThhN2U5MDY4YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6526e2be-2e88-4371-81a8-27ad7829c098","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":"ZDc1MTMyY2U4NzA1YTk1ODExMTVhZGI2NmQ0MzM0NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5099be75-21ec-4fa9-a902-9d65f1a82083","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":"2a258384-3430-4ce5-bf8c-acef09d1cef5","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":"50876f3f-dd43-4060-8fcf-45ea2834fd8f","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":"c7b77926-0e49-4e7b-bb05-3a095eef2d0b","artifactVersion":"2","generatedFromUUID":"2a258384-3430-4ce5-bf8c-acef09d1cef5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZThiNjk0NjM1M2FiNGVjNzJhZDY0ZGE4MTFjMjI3NWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6fcbe3ca-2676-4128-ae70-5dd46a418eca","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzhkNmE2MjFhZjMyZWQyNmJhODIyZWFiMjU4MzQyMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab0e31f6-d04a-4034-bc01-6bb8dbeb2d92","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T02:15:27.359Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:15:27.360Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:27.361Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:27.361Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:27.461Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:27.462Z||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-03-23T02:15:27.462Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:27.471Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:27.471Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:28.361Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:15:28.363Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:28.364Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:28.364Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:15:28.465Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:15:28.466Z||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-03-23T02:15:28.466Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:28.479Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:28.479Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:29.365Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:15:29.366Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:29.368Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:29.368Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T02:15:29.468Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:15:29.469Z||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-03-23T02:15:29.469Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:29.479Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:29.479Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:30.369Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:15:30.370Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:30.372Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:30.372Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:30.472Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:30.473Z||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-03-23T02:15:30.474Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:30.486Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:30.486Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:15:31.373Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:15:31.374Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:31.376Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:31.376Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T02:15:31.476Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:31.477Z||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-03-23T02:15:31.477Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:31.488Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:31.488Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:32.377Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:15:32.377Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:32.379Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:32.379Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:15:32.480Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:32.480Z||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-03-23T02:15:32.481Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:32.496Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:32.496Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:15:33.380Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:15:33.381Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:33.384Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:33.384Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:15:33.484Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:15:33.485Z||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-03-23T02:15:33.485Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:33.499Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:33.499Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:34.386Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "8682e2e1-2d45-444a-bc3c-a99a120faf8d", "serviceDescription": "service", "serviceInvariantUUID": "678c6a28-3d1f-4d2b-8bd5-696674fc4a65", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "1c1a67bb-f805-497f-b906-d70b7007009e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8ff7042d-3a5d-40c7-a005-94e5e47bd73c", "resourceInvariantUUID": "6ea1a88b-5a0e-4a9c-bb3b-31d989031d67", "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": "ZDc1MTMyY2U4NzA1YTk1ODExMTVhZGI2NmQ0MzM0NDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5099be75-21ec-4fa9-a902-9d65f1a82083", "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": "2a258384-3430-4ce5-bf8c-acef09d1cef5", "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": "c7b77926-0e49-4e7b-bb05-3a095eef2d0b", "generatedFromUUID": "2a258384-3430-4ce5-bf8c-acef09d1cef5" }, "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": "c7b77926-0e49-4e7b-bb05-3a095eef2d0b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzhkNmE2MjFhZjMyZWQyNmJhODIyZWFiMjU4MzQyMjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ab0e31f6-d04a-4034-bc01-6bb8dbeb2d92" } ], "workloadContext": "Production" } 2022-03-23T02:15:34.387Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T02:15:34.387Z|20a886c8-2431-479e-90c8-45334f065396|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8682e2e1-2d45-444a-bc3c-a99a120faf8d ASDC 2022-03-23T02:15:34.387Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:8682e2e1-2d45-444a-bc3c-a99a120faf8d ServiceInvariantUUID:678c6a28-3d1f-4d2b-8bd5-696674fc4a65 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:ab0e31f6-d04a-4034-bc01-6bb8dbeb2d92 ArtifactChecksum:NzhkNmE2MjFhZjMyZWQyNmJhODIyZWFiMjU4MzQyMjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:1c1a67bb-f805-497f-b906-d70b7007009e ResourceInvariantUUID:6ea1a88b-5a0e-4a9c-bb3b-31d989031d67 ResourceName:basic_vm ResourceType:VF ResourceUUID:8ff7042d-3a5d-40c7-a005-94e5e47bd73c 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:5099be75-21ec-4fa9-a902-9d65f1a82083 ArtifactChecksum:ZDc1MTMyY2U4NzA1YTk1ODExMTVhZGI2NmQ0MzM0NDE= 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:2a258384-3430-4ce5-bf8c-acef09d1cef5 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:c7b77926-0e49-4e7b-bb05-3a095eef2d0b 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:c7b77926-0e49-4e7b-bb05-3a095eef2d0b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T02:15:34.387Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8682e2e1-2d45-444a-bc3c-a99a120faf8d 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-03-23T02:15:34.420Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:15:34.421Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:15:34.421Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:15:34.421Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ab0e31f6-d04a-4034-bc01-6bb8dbeb2d92 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T02:15:34.421Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:15:34.421Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:34.750Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:15:34.755Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ab0e31f6-d04a-4034-bc01-6bb8dbeb2d92 71065 2022-03-23T02:15:34.755Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:34.755Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:34.755Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:15:34.755Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:34.757Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:34.757Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001734755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:15:34.857Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:34.858Z||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-03-23T02:15:34.858Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:34.867Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:34.868Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:15:35.758Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:15:35.759Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:15:35.759Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ab0e31f6-d04a-4034-bc01-6bb8dbeb2d92, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T02:15:35.782Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-23T02:15:35.783Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T02:15:35.784Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T02:15:36.366Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10220416564634251154/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-23T02:15:37.654Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T02:15:37.655Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:15:37.655Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T02:15:37.655Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T02:15:37.655Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.656Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:37.657Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T02:15:37.658Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf2f0fb6-1d48-4001-976b-f79aba2e2af5 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:37.659Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:8682e2e1-2d45-444a-bc3c-a99a120faf8d Model Version:NULL Model InvariantUuid:678c6a28-3d1f-4d2b-8bd5-696674fc4a65 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f46e2719-8d50-4217-9f31-6ca72cad8efa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6ea1a88b-5a0e-4a9c-bb3b-31d989031d67 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1c1a67bb-f805-497f-b906-d70b7007009e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:af0ec89d-c8f3-40ec-9b64-c907498efed9 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:17138fe2-7184-4fca-ba70-46ed253fc35a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf2f0fb6-1d48-4001-976b-f79aba2e2af5 ModelInvariantUuid:190c5eac-7bff-409d-af9c-58078785932f ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:7e42d7a3-0342-48eb-aeb0-555bb49ce3aa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:232a507d-3ca1-4190-966b-1b51a91b3231 ModelInvariantUuid:7e3115c4-9050-49fe-84a6-74f921fc4174 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1f1e34de-8454-4a56-9ab0-c9ad1ba1de59 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-03-23T02:15:37.672Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ff7042d-3a5d-40c7-a005-94e5e47bd73c 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-03-23T02:15:37.684Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-03-23T02:15:37.726Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ff7042d-3a5d-40c7-a005-94e5e47bd73c 2022-03-23T02:15:37.727Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5099be75-21ec-4fa9-a902-9d65f1a82083 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T02:15:37.727Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:15:37.727Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:38.135Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:15:38.135Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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 5099be75-21ec-4fa9-a902-9d65f1a82083 787 2022-03-23T02:15:38.136Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:38.136Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:38.136Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:15:38.137Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:38.139Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:38.139Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001738136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:15:38.239Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:38.242Z||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-03-23T02:15:38.242Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:38.251Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:38.252Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:15:39.144Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "af0ec89d-c8f3-40ec-9b64-c907498efed9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "17138fe2-7184-4fca-ba70-46ed253fc35a", "vfModuleModelCustomizationUUID": "76581168-aa3d-43fc-92e1-d3184ae24b53", "isBase": true, "artifacts": [ "2a258384-3430-4ce5-bf8c-acef09d1cef5", "c7b77926-0e49-4e7b-bb05-3a095eef2d0b" ], "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-03-23T02:15:39.157Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:17138fe2-7184-4fca-ba70-46ed253fc35a VfModuleModelInvariantUUID:af0ec89d-c8f3-40ec-9b64-c907498efed9 VfModuleModelDescription:NULL Artifacts UUID List:{ 2a258384-3430-4ce5-bf8c-acef09d1cef5 , c7b77926-0e49-4e7b-bb05-3a095eef2d0b } 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-03-23T02:15:39.158Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "af0ec89d-c8f3-40ec-9b64-c907498efed9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "17138fe2-7184-4fca-ba70-46ed253fc35a", "vfModuleModelCustomizationUUID": "76581168-aa3d-43fc-92e1-d3184ae24b53", "isBase": true, "artifacts": [ "2a258384-3430-4ce5-bf8c-acef09d1cef5", "c7b77926-0e49-4e7b-bb05-3a095eef2d0b" ], "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-03-23T02:15:39.158Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:17138fe2-7184-4fca-ba70-46ed253fc35a VfModuleModelInvariantUUID:af0ec89d-c8f3-40ec-9b64-c907498efed9 VfModuleModelDescription:NULL Artifacts UUID List:{ 2a258384-3430-4ce5-bf8c-acef09d1cef5 , c7b77926-0e49-4e7b-bb05-3a095eef2d0b } 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-03-23T02:15:39.159Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2a258384-3430-4ce5-bf8c-acef09d1cef5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T02:15:39.159Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:15:39.159Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:39.578Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:15:39.578Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2a258384-3430-4ce5-bf8c-acef09d1cef5 5033 2022-03-23T02:15:39.579Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:39.579Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:39.579Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:15:39.579Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:39.581Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:39.581Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001739579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:15:39.682Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:39.683Z||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-03-23T02:15:39.683Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:39.695Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:39.695Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:40.583Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c7b77926-0e49-4e7b-bb05-3a095eef2d0b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T02:15:40.583Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:15:40.584Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:41.456Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:15:41.456Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c7b77926-0e49-4e7b-bb05-3a095eef2d0b 903 2022-03-23T02:15:41.457Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:41.457Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:41.457Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:15:41.457Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:41.460Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:41.460Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001741457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:15:41.560Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:41.561Z||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-03-23T02:15:41.561Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:41.574Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:41.574Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:15:42.461Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8682e2e1-2d45-444a-bc3c-a99a120faf8d 2022-03-23T02:15:42.461Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8ff7042d-3a5d-40c7-a005-94e5e47bd73c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T02:15:42.497Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32205875, org.onap.sdc.toscaparser.api.parameters.Input@2684de28, org.onap.sdc.toscaparser.api.parameters.Input@77585e35, org.onap.sdc.toscaparser.api.parameters.Input@6d5634d2, org.onap.sdc.toscaparser.api.parameters.Input@5d852afd] 2022-03-23T02:15:42.500Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.500Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:42.500Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-23T02:15:42.500Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1c1a67bb-f805-497f-b906-d70b7007009e 2022-03-23T02:15:42.500Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c1a67bb-f805-497f-b906-d70b7007009e matches Tosca VF Customization UUID: 1c1a67bb-f805-497f-b906-d70b7007009e 2022-03-23T02:15:42.500Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1c1a67bb-f805-497f-b906-d70b7007009e 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-03-23T02:15:42.506Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.507Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:42.508Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1c1a67bb-f805-497f-b906-d70b7007009e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-23T02:15:42.508Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d7af37e 2022-03-23T02:15:42.508Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.508Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:42.508Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76581168-aa3d-43fc-92e1-d3184ae24b53 2022-03-23T02:15:42.509Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76581168-aa3d-43fc-92e1-d3184ae24b53 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-03-23T02:15:42.516Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.516Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:42.516Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:15:42.517Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.518Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:42.518Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:15:42.518Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.518Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T02:15:42.518Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T02:15:42.518Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T02:15:42.518Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf2f0fb6-1d48-4001-976b-f79aba2e2af5 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-03-23T02:15:42.526Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.526Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:42.526Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:15:42.526Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.526Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T02:15:42.526Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1c1a67bb-f805-497f-b906-d70b7007009e 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-03-23T02:15:42.529Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.529Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:42.529Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8682e2e1-2d45-444a-bc3c-a99a120faf8d: basic_vm 2022-03-23T02:15:42.529Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.529Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:42.529Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.529Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:42.529Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.530Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:42.530Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.530Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:42.530Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:15:42.530Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:15:42.530Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:42.737Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8ff7042d-3a5d-40c7-a005-94e5e47bd73c 1 ASDC deployResourceStructure 2022-03-23T02:15:42.738Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:42.738Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:42.738Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:15:42.738Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:42.740Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:42.740Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001742738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:15:42.840Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:42.841Z||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-03-23T02:15:42.841Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:42.853Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:42.853Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:43.741Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:43.741Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:43.741Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:15:43.741Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:43.744Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:43.744Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001743741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:15:43.844Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:43.845Z||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-03-23T02:15:43.845Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:43.859Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:43.860Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:44.745Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:44.745Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:44.745Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:15:44.745Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:44.747Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:44.747Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001744744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T02:15:44.847Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:44.848Z||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-03-23T02:15:44.849Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:44.862Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:44.862Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:15:45.747Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:45.748Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:15:45.748Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:15:45.748Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:15:45.751Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:15:45.751Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001745747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:15:45.851Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:15:45.852Z||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-03-23T02:15:45.852Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:15:45.864Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:15:45.865Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:15:46.752Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:15:46.763Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:15:46.765Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:15:46.766Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:15:46.766Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:16:16.766Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:16:16.775Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:16:16.777Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:16:16.778Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:16:16.778Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:16:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:16:26.732Z||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-03-23T02:16:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:16:26.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:16:26.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001713299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "ves-openapi-manager", "timestamp": 1648001720609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001717799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001717177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001713299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:16:26.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "ves-openapi-manager", "timestamp": 1648001720609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001717177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001717799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001713299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T02:16:26.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "ves-openapi-manager", "timestamp": 1648001720609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001717177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001717799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001713299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001717177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "ves-openapi-manager", "timestamp": 1648001720609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:26.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:16:26.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001717799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:16:26.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:16:46.778Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:16:46.790Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:16:46.793Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:16:46.793Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:16:46.793Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:17:16.794Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:17:16.805Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:17:16.808Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:17:16.808Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:17:16.808Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:17:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:17:26.731Z||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-03-23T02:17:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:17:27.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:17:27.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001713299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T02:17:27.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "ves-openapi-manager", "timestamp": 1648001720609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001717799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001717177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001713299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "ves-openapi-manager", "timestamp": 1648001720609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001717177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001717799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001713299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001717177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "ves-openapi-manager", "timestamp": 1648001720609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001717799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001730543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001730550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001730630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T02:17:27.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "cds", "timestamp": 1648001731546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T02:17:27.282Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 2022-03-23T02:17:27.282Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 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-03-23T02:17:27.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001731842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001733038, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001726728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001734063, "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-03-23T02:17:27.300Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 2022-03-23T02:17:27.300Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 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-03-23T02:17:27.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001734755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "multicloud-k8s-id", "timestamp": 1648001735065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001738136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001738836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001739579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "aai-ml", "timestamp": 1648001739840, "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-03-23T02:17:27.314Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 2022-03-23T02:17:27.314Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 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-03-23T02:17:27.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001741457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001742738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001742184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001743741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001742184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001744744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001742184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001745747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001742184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001742184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001742184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001742184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001749984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001752402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001753405, "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-03-23T02:17:27.328Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 2022-03-23T02:17:27.329Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 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-03-23T02:17:27.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "ves-openapi-manager", "timestamp": 1648001760609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "cds", "timestamp": 1648001762177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "ves-openapi-manager", "timestamp": 1648001760609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "cds", "timestamp": 1648001762177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "cds", "timestamp": 1648001768034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "cds", "timestamp": 1648001769038, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-23T02:17:27.348Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6cee99be-ef25-4f91-8254-f7d0071ff978 2022-03-23T02:17:27.348Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cee99be-ef25-4f91-8254-f7d0071ff978 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-03-23T02:17:27.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001772184, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001772184, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "multicloud-k8s-id", "timestamp": 1648001773299, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "multicloud-k8s-id", "timestamp": 1648001773299, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001774982, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001776407, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001777411, "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-03-23T02:17:27.363Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cee99be-ef25-4f91-8254-f7d0071ff978 2022-03-23T02:17:27.364Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cee99be-ef25-4f91-8254-f7d0071ff978 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-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "aai-ml", "timestamp": 1648001777799, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "aai-ml", "timestamp": 1648001777799, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "aai-ml", "timestamp": 1648001780500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "aai-ml", "timestamp": 1648001783200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:17:27.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "aai-ml", "timestamp": 1648001784203, "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-03-23T02:17:27.375Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6cee99be-ef25-4f91-8254-f7d0071ff978 2022-03-23T02:17:27.376Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cee99be-ef25-4f91-8254-f7d0071ff978 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-03-23T02:17:46.808Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:17:46.818Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:17:46.820Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:17:46.821Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:17:46.825Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T02:18:16.825Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 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-03-23T02:18:16.832Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 and serviceModelVersionId: 8682e2e1-2d45-444a-bc3c-a99a120faf8d 2022-03-23T02:18:16.832Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 678c6a28-3d1f-4d2b-8bd5-696674fc4a65 2022-03-23T02:18:16.833Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?depth=0 2022-03-23T02:18:16.852Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T02:18:16.880Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?depth=0|INFO|500||Invoke 2022-03-23T02:18:16.880Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bfe2c54-4f3c-4752-b862-b2e88ef7bed9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f3ca73e-786a-4eff-a43d-15b20c06e549], X-ECOMP-RequestID=[5bfe2c54-4f3c-4752-b862-b2e88ef7bed9], X-TransactionId=[], X-ONAP-RequestID=[5bfe2c54-4f3c-4752-b862-b2e88ef7bed9], Content-Type=[application/merge-patch+json]} 2022-03-23T02:18:16.929Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T02:18:17.188Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?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/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-02:18:16:936-57065], vertex-id=[196824], Content-Length=[0], Date=[Wed, 23 Mar 2022 02:18:16 GMT], Content-Type=[application/json]} 2022-03-23T02:18:17.189Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T02:18:17.189Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/678c6a28-3d1f-4d2b-8bd5-696674fc4a65/model-vers/model-ver/8682e2e1-2d45-444a-bc3c-a99a120faf8d?depth=0|INFO|500||InvokeReturn 2022-03-23T02:18:17.190Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T02:18:17.190Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:18:17.195Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:18:17.195Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bfe2c54-4f3c-4752-b862-b2e88ef7bed9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T02:18:17.196Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T02:18:17.196Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:18:17.197Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:18:17.197Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001897195, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:18:17.297Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:18:17.298Z||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-03-23T02:18:17.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:18:17.312Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:17.312Z||pool-36-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-03-23T02:18:18.212Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:18:18.213Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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-03-23T02:18:18.213Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:18:22.839Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:22.840Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T02:18:22.840Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6cee99be-ef25-4f91-8254-f7d0071ff978","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"701dd387-5cb1-4b76-a3e1-c91496b37de8","serviceDescription":"service","serviceInvariantUUID":"4a53a73a-b9f0-47df-95c1-0ccbd0bf9292","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1260f8f8-130c-4bbe-94e9-afa16ab03c4e","resourceInvariantUUID":"523362b6-96e7-4ffa-b93a-b46b63744246","resourceCustomizationUUID":"fb25ad7c-b3d2-4127-a7b2-f63b3805e047","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":"MzMyMmExMGNmODU1YzNhY2UzMWUwMjRkN2VhYjYxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c4433fe-46b6-4613-ba82-5cc09b7f52ba","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGZkZGU0M2QwOWY4MWI1YmEwOGNjNDllY2EyMzk2MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56c46cc0-554a-4625-8def-f020bffc47e1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T02:18:22.842Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:18:22.842Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:18:22.844Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:18:22.844Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:22.945Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:18:22.946Z||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-03-23T02:18:22.946Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:18:22.961Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:22.962Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:18:23.845Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:18:23.846Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:18:23.848Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:18:23.849Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:18:23.949Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:18:23.950Z||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-03-23T02:18:23.950Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:18:23.963Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:23.964Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:18:24.850Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "701dd387-5cb1-4b76-a3e1-c91496b37de8", "serviceDescription": "service", "serviceInvariantUUID": "4a53a73a-b9f0-47df-95c1-0ccbd0bf9292", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "fb25ad7c-b3d2-4127-a7b2-f63b3805e047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "1260f8f8-130c-4bbe-94e9-afa16ab03c4e", "resourceInvariantUUID": "523362b6-96e7-4ffa-b93a-b46b63744246", "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": "MGZkZGU0M2QwOWY4MWI1YmEwOGNjNDllY2EyMzk2MzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "56c46cc0-554a-4625-8def-f020bffc47e1" } ], "workloadContext": "Production" } 2022-03-23T02:18:24.851Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T02:18:24.851Z|5bfe2c54-4f3c-4752-b862-b2e88ef7bed9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 701dd387-5cb1-4b76-a3e1-c91496b37de8 ASDC 2022-03-23T02:18:24.851Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:6cee99be-ef25-4f91-8254-f7d0071ff978 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:701dd387-5cb1-4b76-a3e1-c91496b37de8 ServiceInvariantUUID:4a53a73a-b9f0-47df-95c1-0ccbd0bf9292 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:56c46cc0-554a-4625-8def-f020bffc47e1 ArtifactChecksum:MGZkZGU0M2QwOWY4MWI1YmEwOGNjNDllY2EyMzk2MzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:fb25ad7c-b3d2-4127-a7b2-f63b3805e047 ResourceInvariantUUID:523362b6-96e7-4ffa-b93a-b46b63744246 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:1260f8f8-130c-4bbe-94e9-afa16ab03c4e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-23T02:18:24.851Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 701dd387-5cb1-4b76-a3e1-c91496b37de8 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-03-23T02:18:24.885Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:18:24.887Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:18:24.887Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:18:24.887Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 56c46cc0-554a-4625-8def-f020bffc47e1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-23T02:18:24.887Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:18:24.887Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:24.943Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:18:24.946Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 56c46cc0-554a-4625-8def-f020bffc47e1 52510 2022-03-23T02:18:24.947Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:24.947Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:24.947Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:18:24.947Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:18:24.949Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:18:24.949Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001904947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:18:25.050Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:18:25.051Z||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-03-23T02:18:25.051Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:18:25.064Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:25.065Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:18:25.950Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:18:25.951Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:18:25.951Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 56c46cc0-554a-4625-8def-f020bffc47e1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T02:18:25.952Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-23T02:18:25.952Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T02:18:25.952Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T02:18:26.068Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6792833586370166790/Definitions/service-BasicNetwork-template.yml 2022-03-23T02:18:26.440Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T02:18:26.440Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.441Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.442Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.443Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.443Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.443Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.443Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.443Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:701dd387-5cb1-4b76-a3e1-c91496b37de8 Model Version:NULL Model InvariantUuid:4a53a73a-b9f0-47df-95c1-0ccbd0bf9292 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:523362b6-96e7-4ffa-b93a-b46b63744246 Model UUID:5fd8bea4-5dc1-4c2b-a073-abc949c92716 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:fb25ad7c-b3d2-4127-a7b2-f63b3805e047 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-03-23T02:18:26.450Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 1260f8f8-130c-4bbe-94e9-afa16ab03c4e 2022-03-23T02:18:26.451Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||No resources found for Service: 701dd387-5cb1-4b76-a3e1-c91496b37de8 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-03-23T02:18:26.454Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500|| 2022-03-23T02:18:26.454Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-23T02:18:26.455Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 701dd387-5cb1-4b76-a3e1-c91496b37de8 2022-03-23T02:18:26.455Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 701dd387-5cb1-4b76-a3e1-c91496b37de8 2022-03-23T02:18:26.455Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-23T02:18:26.455Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.459Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64a98a07, org.onap.sdc.toscaparser.api.parameters.Input@4649c1d2, org.onap.sdc.toscaparser.api.parameters.Input@359bae7f, org.onap.sdc.toscaparser.api.parameters.Input@2f8239f8, org.onap.sdc.toscaparser.api.parameters.Input@7d367bd] 2022-03-23T02:18:26.460Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.460Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.460Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.461Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.461Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 701dd387-5cb1-4b76-a3e1-c91496b37de8: Generic NeutronNet 2022-03-23T02:18:26.461Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.461Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.461Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.461Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.483Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.483Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.484Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.484Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.484Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:18:26.484Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:18:26.484Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.527Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-23T02:18:26.527Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.527Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:26.527Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:18:26.528Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:18:26.529Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:18:26.529Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001906527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:18:26.629Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:18:26.630Z||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-03-23T02:18:26.630Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:18:26.645Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:26.646Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:18:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:18:26.731Z||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-03-23T02:18:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:18:27.356Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:27.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001852177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "multicloud-k8s-id", "timestamp": 1648001853299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001852177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "multicloud-k8s-id", "timestamp": 1648001853299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001852177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "multicloud-k8s-id", "timestamp": 1648001853299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001852177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "multicloud-k8s-id", "timestamp": 1648001853299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001860609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "multicloud-k8s-id", "timestamp": 1648001853299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001852177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001860609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "multicloud-k8s-id", "timestamp": 1648001853299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001852177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001862184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001860609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001852177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "multicloud-k8s-id", "timestamp": 1648001853299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001862184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001860609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "multicloud-k8s-id", "timestamp": 1648001853299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001852177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001862184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001860609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001862184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001866062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001860609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001862184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "cds", "timestamp": 1648001867066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-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-03-23T02:18:27.380Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e289f15-2db7-4283-b3de-9c0ef83aa088 2022-03-23T02:18:27.380Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e289f15-2db7-4283-b3de-9c0ef83aa088 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-03-23T02:18:27.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001860609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001862184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001860609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001867799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001862184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001867799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001869483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001862184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001867799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001870503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001870951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001867799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "ves-openapi-manager", "timestamp": 1648001871505, "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-03-23T02:18:27.394Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7e289f15-2db7-4283-b3de-9c0ef83aa088 2022-03-23T02:18:27.395Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e289f15-2db7-4283-b3de-9c0ef83aa088 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-03-23T02:18:27.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001867799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001872656, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001867799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648001873660, "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-03-23T02:18:27.407Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e289f15-2db7-4283-b3de-9c0ef83aa088 2022-03-23T02:18:27.408Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e289f15-2db7-4283-b3de-9c0ef83aa088 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-03-23T02:18:27.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001867799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001867799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001876537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001880235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "aai-ml", "timestamp": 1648001881239, "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-03-23T02:18:27.422Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e289f15-2db7-4283-b3de-9c0ef83aa088 2022-03-23T02:18:27.423Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e289f15-2db7-4283-b3de-9c0ef83aa088 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-03-23T02:18:27.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bfe2c54-4f3c-4752-b862-b2e88ef7bed9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001897195, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:18:27.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001904947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001906527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:18:27.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:18:27.530Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cee99be-ef25-4f91-8254-f7d0071ff978 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:18:27.541Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cee99be-ef25-4f91-8254-f7d0071ff978 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:18:27.545Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:27.550Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T02:18:57.551Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cee99be-ef25-4f91-8254-f7d0071ff978 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-03-23T02:18:57.556Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cee99be-ef25-4f91-8254-f7d0071ff978 and serviceModelVersionId: 701dd387-5cb1-4b76-a3e1-c91496b37de8 2022-03-23T02:18:57.557Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a53a73a-b9f0-47df-95c1-0ccbd0bf9292 2022-03-23T02:18:57.557Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?depth=0 2022-03-23T02:18:57.561Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T02:18:57.589Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?depth=0|INFO|500||Invoke 2022-03-23T02:18:57.589Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6cee99be-ef25-4f91-8254-f7d0071ff978], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5384fcdc-a094-4864-a1b8-474d9e4b647c], X-ECOMP-RequestID=[6cee99be-ef25-4f91-8254-f7d0071ff978], X-TransactionId=[], X-ONAP-RequestID=[6cee99be-ef25-4f91-8254-f7d0071ff978], Content-Type=[application/merge-patch+json]} 2022-03-23T02:18:57.609Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T02:18:57.704Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?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/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-02:18:57:615-63336], vertex-id=[163912], Content-Length=[0], Date=[Wed, 23 Mar 2022 02:18:57 GMT], Content-Type=[application/json]} 2022-03-23T02:18:57.704Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T02:18:57.704Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a53a73a-b9f0-47df-95c1-0ccbd0bf9292/model-vers/model-ver/701dd387-5cb1-4b76-a3e1-c91496b37de8?depth=0|INFO|500||InvokeReturn 2022-03-23T02:18:57.705Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T02:18:57.705Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:57.711Z|6cee99be-ef25-4f91-8254-f7d0071ff978|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-03-23T02:18:57.712Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cee99be-ef25-4f91-8254-f7d0071ff978 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T02:18:57.712Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T02:18:57.712Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:18:57.714Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:18:57.714Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001937712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:18:57.814Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:18:57.815Z||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-03-23T02:18:57.815Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:18:57.831Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:57.832Z||pool-41-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-03-23T02:18:58.725Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T02:18:58.725Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e289f15-2db7-4283-b3de-9c0ef83aa088","serviceName":"Demo_pNF_VRI19cBY4YExWZ4zrkVZ","serviceVersion":"1.0","serviceUUID":"6060d65c-3e24-4bea-9cfc-e098f165e4c2","serviceDescription":"catalog service description","serviceInvariantUUID":"1aa07e7c-6737-43e8-98d1-bf61bb30f1e8","resources":[{"resourceInstanceName":"pNF 8e22a070-544c 0","resourceName":"pNF 8e22a070-544c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d9ec4a-13d5-4057-9575-7724d79491d3","resourceInvariantUUID":"34037bed-cae3-4f56-9145-c6dcfdb510d2","resourceCustomizationUUID":"0caa6dd2-fce4-4a3e-b146-75235229657f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vf-license-model.xml","artifactChecksum":"NWViOGI0ZWE0ZmEwYzVkMDdkMWFiODMzOGUyZGE4NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe6cb5ed-ec05-4eab-85bb-9edf90bd1f7e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a9a537c-f100-4004-a5e8-56c3f6b52cad","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3b084e9-dbef-4074-bb1b-9229b2310122","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vendor-license-model.xml","artifactChecksum":"MTc4N2JlMjg1ODgyYWVhN2VjNjdhZmZhY2QwODFhMjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b30c7266-966c-461f-ae41-16f3fb03e6f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1587e8c-1e66-4b81-8246-c5d2283f0ebe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef70111f-5214-4141-807a-1b8500af92cc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVri19cby4yexwz4zrkvz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml","artifactChecksum":"Yjk1N2M1ODM0ZDBhNTE0MzRlZTdkZWMzZDIzYmIwMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa794771-3598-497a-a30b-fd07984bae04","artifactVersion":"1"},{"artifactName":"service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar","artifactChecksum":"OGFjYjE4ZjUyNTBiY2MzMjc0OWQ3YTQwY2ZhNTg0ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"185c4d25-6ae7-4fe4-9ce8-7814e182b71e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T02:18:58.725Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:18:58.725Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:18:58.727Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:18:58.727Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:58.827Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:18:58.828Z||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-03-23T02:18:58.828Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:18:58.840Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:58.841Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:18:59.728Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:18:59.728Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:18:59.731Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:18:59.731Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:18:59.831Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:18:59.832Z||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-03-23T02:18:59.832Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:18:59.843Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:18:59.844Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:19:00.731Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:00.739Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:00.741Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:00.742Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:00.842Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:00.842Z||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-03-23T02:19:00.842Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:00.855Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:00.855Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:19:01.742Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:01.743Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:01.744Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:01.745Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:01.845Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:01.845Z||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-03-23T02:19:01.845Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:01.855Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:01.856Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:19:02.745Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:02.746Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:02.748Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:02.749Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:02.849Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:02.849Z||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-03-23T02:19:02.850Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:02.862Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:02.862Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:19:03.749Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:03.751Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:03.753Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:03.753Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:03.853Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:19:03.854Z||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-03-23T02:19:03.854Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:03.867Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:03.868Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:19:04.754Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:04.755Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:04.756Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:04.756Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:04.856Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:04.857Z||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-03-23T02:19:04.857Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:04.869Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:04.870Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:19:05.757Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:05.757Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:05.759Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:05.759Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:19:05.859Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:05.860Z||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-03-23T02:19:05.860Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:05.872Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:05.872Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:19:06.760Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "serviceName": "Demo_pNF_VRI19cBY4YExWZ4zrkVZ", "serviceVersion": "1.0", "serviceUUID": "6060d65c-3e24-4bea-9cfc-e098f165e4c2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1aa07e7c-6737-43e8-98d1-bf61bb30f1e8", "resources": [ { "resourceInstanceName": "pNF 8e22a070-544c 0", "resourceCustomizationUUID": "0caa6dd2-fce4-4a3e-b146-75235229657f", "resourceName": "pNF 8e22a070-544c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d9ec4a-13d5-4057-9575-7724d79491d3", "resourceInvariantUUID": "34037bed-cae3-4f56-9145-c6dcfdb510d2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "artifactChecksum": "OGFjYjE4ZjUyNTBiY2MzMjc0OWQ3YTQwY2ZhNTg0ZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "185c4d25-6ae7-4fe4-9ce8-7814e182b71e" } ], "workloadContext": "Production" } 2022-03-23T02:19:06.760Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T02:19:06.760Z|6cee99be-ef25-4f91-8254-f7d0071ff978|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6060d65c-3e24-4bea-9cfc-e098f165e4c2 ASDC 2022-03-23T02:19:06.760Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:7e289f15-2db7-4283-b3de-9c0ef83aa088 ServiceName:Demo_pNF_VRI19cBY4YExWZ4zrkVZ ServiceVersion:1.0 ServiceUUID:6060d65c-3e24-4bea-9cfc-e098f165e4c2 ServiceInvariantUUID:1aa07e7c-6737-43e8-98d1-bf61bb30f1e8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar ArtifactUUID:185c4d25-6ae7-4fe4-9ce8-7814e182b71e ArtifactChecksum:OGFjYjE4ZjUyNTBiY2MzMjc0OWQ3YTQwY2ZhNTg0ZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8e22a070-544c 0 ResourceCustomizationUUID:0caa6dd2-fce4-4a3e-b146-75235229657f ResourceInvariantUUID:34037bed-cae3-4f56-9145-c6dcfdb510d2 ResourceName:pNF 8e22a070-544c ResourceType:PNF ResourceUUID:73d9ec4a-13d5-4057-9575-7724d79491d3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-23T02:19:06.760Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6060d65c-3e24-4bea-9cfc-e098f165e4c2 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-03-23T02:19:06.782Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:19:06.782Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:19:06.782Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:19:06.782Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 185c4d25-6ae7-4fe4-9ce8-7814e182b71e from URL: /sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:06.782Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:19:06.782Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:07.136Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:19:07.139Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 185c4d25-6ae7-4fe4-9ce8-7814e182b71e 82643 2022-03-23T02:19:07.139Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar ASDC sendASDCNotification 2022-03-23T02:19:07.139Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:07.139Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:19:07.139Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:07.140Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:07.140Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001947139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:19:07.241Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:19:07.241Z||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-03-23T02:19:07.241Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:07.253Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:07.253Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:19:08.141Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:19:08.141Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:19:08.142Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 185c4d25-6ae7-4fe4-9ce8-7814e182b71e, URL: /sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar to file: /app/ASDC/1/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.142Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.142Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.142Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.210Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13041375981487007015/Definitions/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.805Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e22a070-544c 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-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Node template pNF 8e22a070-544c 0 is matching search criteria 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8e22a070-544c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.806Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Node template pNF 8e22a070-544c 0 is matching search criteria 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8e22a070-544c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.807Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.808Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.808Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.808Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_VRI19cBY4YExWZ4zrkVZ Description:catalog service description Model UUID:6060d65c-3e24-4bea-9cfc-e098f165e4c2 Model Version:NULL Model InvariantUuid:1aa07e7c-6737-43e8-98d1-bf61bb30f1e8 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-03-23T02:19:08.813Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 73d9ec4a-13d5-4057-9575-7724d79491d3 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-03-23T02:19:08.816Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||pNF 8e22a070-544c 0 2022-03-23T02:19:08.816Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 73d9ec4a-13d5-4057-9575-7724d79491d3 2022-03-23T02:19:08.816Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 6060d65c-3e24-4bea-9cfc-e098f165e4c2 2022-03-23T02:19:08.816Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6060d65c-3e24-4bea-9cfc-e098f165e4c2 2022-03-23T02:19:08.816Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8e22a070-544c 0 73d9ec4a-13d5-4057-9575-7724d79491d3 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-03-23T02:19:08.820Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49a66141, org.onap.sdc.toscaparser.api.parameters.Input@3e7c45dd, org.onap.sdc.toscaparser.api.parameters.Input@5f59cafb, org.onap.sdc.toscaparser.api.parameters.Input@24d67224, org.onap.sdc.toscaparser.api.parameters.Input@5e80a396] 2022-03-23T02:19:08.820Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.820Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.821Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6060d65c-3e24-4bea-9cfc-e098f165e4c2: pNF 8e22a070-544c 2022-03-23T02:19:08.821Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||Processing PNF resource: 73d9ec4a-13d5-4057-9575-7724d79491d3 2022-03-23T02:19:08.821Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:19:08.821Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VRI19cBY4YExWZ4zrkVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:19:08.821Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||Resource customization UUID: 0caa6dd2-fce4-4a3e-b146-75235229657f is the same as notified resource customizationUUID: 0caa6dd2-fce4-4a3e-b146-75235229657f 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-03-23T02:19:08.870Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8e22a070-544c 73d9ec4a-13d5-4057-9575-7724d79491d3 0 ASDC deployResourceStructure 2022-03-23T02:19:08.870Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar ASDC sendASDCNotification 2022-03-23T02:19:08.871Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar 2022-03-23T02:19:08.871Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:19:08.871Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:08.872Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:08.873Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001948870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:19:08.973Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:08.974Z||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-03-23T02:19:08.974Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:08.986Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:08.987Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:19:09.874Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e289f15-2db7-4283-b3de-9c0ef83aa088 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:19:09.883Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e289f15-2db7-4283-b3de-9c0ef83aa088 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:19:09.885Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:19:09.886Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-03-23T02:19:09.889Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T02:19:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:19:26.731Z||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-03-23T02:19:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:19:27.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:27.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cee99be-ef25-4f91-8254-f7d0071ff978", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001937712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:19:27.372Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:19:27.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:19:27.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:27.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:19:27.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:27.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:19:27.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/resourceInstances/pnf8e22a070544c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:27.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:19:27.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:27.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:19:27.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001898212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:19:27.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T02:19:27.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001947139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:19:27.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:19:27.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T02:19:27.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001948870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVri19cby4yexwz4zrkvz/1.0/artifacts/service-DemoPnfVri19cby4yexwz4zrkvz-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:19:27.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:19:39.890Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e289f15-2db7-4283-b3de-9c0ef83aa088 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-03-23T02:19:39.898Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e289f15-2db7-4283-b3de-9c0ef83aa088 and serviceModelVersionId: 6060d65c-3e24-4bea-9cfc-e098f165e4c2 2022-03-23T02:19:39.899Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1aa07e7c-6737-43e8-98d1-bf61bb30f1e8 2022-03-23T02:19:39.899Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1aa07e7c-6737-43e8-98d1-bf61bb30f1e8/model-vers/model-ver/6060d65c-3e24-4bea-9cfc-e098f165e4c2?depth=0 2022-03-23T02:19:39.903Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T02:19:39.931Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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/1aa07e7c-6737-43e8-98d1-bf61bb30f1e8/model-vers/model-ver/6060d65c-3e24-4bea-9cfc-e098f165e4c2?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-03-23T02:19:39.932Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa07e7c-6737-43e8-98d1-bf61bb30f1e8/model-vers/model-ver/6060d65c-3e24-4bea-9cfc-e098f165e4c2?depth=0|INFO|500||Invoke 2022-03-23T02:19:39.952Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa07e7c-6737-43e8-98d1-bf61bb30f1e8/model-vers/model-ver/6060d65c-3e24-4bea-9cfc-e098f165e4c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T02:19:41.273Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa07e7c-6737-43e8-98d1-bf61bb30f1e8/model-vers/model-ver/6060d65c-3e24-4bea-9cfc-e098f165e4c2?depth=0|INFO|500||InvokeReturn 2022-03-23T02:19:41.273Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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/1aa07e7c-6737-43e8-98d1-bf61bb30f1e8/model-vers/model-ver/6060d65c-3e24-4bea-9cfc-e098f165e4c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-02:19:39:959-74823], vertex-id=[205016], Content-Length=[0], Date=[Wed, 23 Mar 2022 02:19:39 GMT], Content-Type=[application/json]} 2022-03-23T02:19:41.273Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T02:19:41.273Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T02:19:41.273Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-03-23T02:19:41.280Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-03-23T02:19:41.280Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e289f15-2db7-4283-b3de-9c0ef83aa088 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T02:19:41.280Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T02:19:41.281Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:41.283Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:41.284Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001981280, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:19:41.383Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:19:41.384Z||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-03-23T02:19:41.384Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:41.399Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:41.399Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 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-03-23T02:19:42.296Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:19:42.297Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-03-23T02:19:42.297Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:19:51.837Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:51.837Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:19:51.838Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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-03-23T02:19:51.838Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:19:57.274Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:57.275Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T02:19:57.275Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d613cd7d-9a21-45d6-8693-8976b7c444b8","serviceName":"Demo_pNF_bn9yJQNnkskV8vXzxSUf","serviceVersion":"1.0","serviceUUID":"00197e99-6527-4774-90d6-e76cea17f341","serviceDescription":"catalog service description","serviceInvariantUUID":"7bed8811-d162-4b56-a844-72a310c625d9","resources":[{"resourceInstanceName":"pNF 29363cf9-aa05 0","resourceName":"pNF 29363cf9-aa05","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fdd201b2-f8d0-44be-981b-fe6b7d2981bc","resourceInvariantUUID":"360a4809-939a-411b-ae42-7db08956f370","resourceCustomizationUUID":"3ed3c294-cd28-496f-8205-5befd67aa17a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vf-license-model.xml","artifactChecksum":"NmI1Y2M1NGNjMDgwZjc0MTc1YWU1OGQ0MmI2MjhhYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8581949-ea8b-4a00-a932-0417822c881f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/pNF.csar","artifactChecksum":"MjAxZjNlMTZjM2UxOTFjMjI4MmE0MjVjYjczOWUxM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a564143-e760-4fc2-a6ce-3cac23e917bd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f10e78fb-49da-4edf-8c9f-234e7e54ba90","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vendor-license-model.xml","artifactChecksum":"MTRiYWViNDY2MjJlMjc5NjY0MjJmMDIxNzRjMjhlNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d59a2330-37f3-4e4a-a246-9be488bbc731","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39a7e527-63e6-4d13-b025-491ef5eead46","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7d9ad59-3567-40f8-b62b-3743e50f3671","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml","artifactChecksum":"YmQ1Yjg2OWZmODU0Y2JlZGM5M2E0YjI5ZTVjNzI3MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f1a6469-da7b-403b-a1b3-36d55d901295","artifactVersion":"1"},{"artifactName":"service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar","artifactChecksum":"MWJkMDk3NTJjNThmMDVmNWY3M2JhZTJlNjY1OThlMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"730be0d6-d8f8-40f9-a873-4d97f7a02129","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T02:19:57.277Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:57.277Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:57.279Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:57.279Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:57.379Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:57.380Z||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-03-23T02:19:57.380Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:57.389Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:57.390Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:19:58.280Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:58.280Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:58.282Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:58.282Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:58.382Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:58.383Z||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-03-23T02:19:58.383Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:58.394Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:58.394Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:19:59.282Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:19:59.283Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:19:59.285Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:19:59.285Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:19:59.385Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:19:59.386Z||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-03-23T02:19:59.387Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:19:59.398Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:19:59.399Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:20:00.286Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:20:00.287Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:20:00.289Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:20:00.289Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:00.389Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:20:00.390Z||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-03-23T02:20:00.391Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:20:00.401Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:20:00.402Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:20:01.289Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:20:01.291Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:20:01.293Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:20:01.293Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:01.394Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:20:01.394Z||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-03-23T02:20:01.395Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:20:01.408Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:20:01.408Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:20:02.294Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:20:02.295Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:20:02.298Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:20:02.298Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:02.398Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:20:02.398Z||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-03-23T02:20:02.398Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:20:02.408Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:20:02.408Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:20:03.298Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:20:03.299Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:20:03.301Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:20:03.301Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:03.401Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:20:03.402Z||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-03-23T02:20:03.403Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:20:03.415Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:20:03.415Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:20:04.302Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:20:04.303Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:20:04.304Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:20:04.305Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:20:04.405Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:20:04.406Z||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-03-23T02:20:04.407Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:20:04.419Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:20:04.420Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:20:05.306Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "serviceName": "Demo_pNF_bn9yJQNnkskV8vXzxSUf", "serviceVersion": "1.0", "serviceUUID": "00197e99-6527-4774-90d6-e76cea17f341", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7bed8811-d162-4b56-a844-72a310c625d9", "resources": [ { "resourceInstanceName": "pNF 29363cf9-aa05 0", "resourceCustomizationUUID": "3ed3c294-cd28-496f-8205-5befd67aa17a", "resourceName": "pNF 29363cf9-aa05", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fdd201b2-f8d0-44be-981b-fe6b7d2981bc", "resourceInvariantUUID": "360a4809-939a-411b-ae42-7db08956f370", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "artifactChecksum": "MWJkMDk3NTJjNThmMDVmNWY3M2JhZTJlNjY1OThlMGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "730be0d6-d8f8-40f9-a873-4d97f7a02129" } ], "workloadContext": "Production" } 2022-03-23T02:20:05.306Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T02:20:05.306Z|7e289f15-2db7-4283-b3de-9c0ef83aa088|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 00197e99-6527-4774-90d6-e76cea17f341 ASDC 2022-03-23T02:20:05.307Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d613cd7d-9a21-45d6-8693-8976b7c444b8 ServiceName:Demo_pNF_bn9yJQNnkskV8vXzxSUf ServiceVersion:1.0 ServiceUUID:00197e99-6527-4774-90d6-e76cea17f341 ServiceInvariantUUID:7bed8811-d162-4b56-a844-72a310c625d9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar ArtifactUUID:730be0d6-d8f8-40f9-a873-4d97f7a02129 ArtifactChecksum:MWJkMDk3NTJjNThmMDVmNWY3M2JhZTJlNjY1OThlMGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 29363cf9-aa05 0 ResourceCustomizationUUID:3ed3c294-cd28-496f-8205-5befd67aa17a ResourceInvariantUUID:360a4809-939a-411b-ae42-7db08956f370 ResourceName:pNF 29363cf9-aa05 ResourceType:PNF ResourceUUID:fdd201b2-f8d0-44be-981b-fe6b7d2981bc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-23T02:20:05.307Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00197e99-6527-4774-90d6-e76cea17f341 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-03-23T02:20:05.339Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:20:05.340Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:20:05.340Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:20:05.340Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 730be0d6-d8f8-40f9-a873-4d97f7a02129 from URL: /sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:05.340Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:20:05.340Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:05.537Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:20:05.541Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 730be0d6-d8f8-40f9-a873-4d97f7a02129 82661 2022-03-23T02:20:05.541Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar ASDC sendASDCNotification 2022-03-23T02:20:05.541Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:05.541Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:20:05.541Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:20:05.543Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:20:05.543Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002005541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:20:05.643Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:20:05.644Z||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-03-23T02:20:05.645Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:20:05.654Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:20:05.655Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:20:06.543Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:20:06.544Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:20:06.544Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 730be0d6-d8f8-40f9-a873-4d97f7a02129, URL: /sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar to file: /app/ASDC/1/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:06.545Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:06.545Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:06.545Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:06.612Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1947358894685851552/Definitions/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 29363cf9-aa05 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-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.177Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Node template pNF 29363cf9-aa05 0 is matching search criteria 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 29363cf9-aa05 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Node template pNF 29363cf9-aa05 0 is matching search criteria 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 29363cf9-aa05 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.178Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.179Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.179Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.179Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.179Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.179Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_bn9yJQNnkskV8vXzxSUf Description:catalog service description Model UUID:00197e99-6527-4774-90d6-e76cea17f341 Model Version:NULL Model InvariantUuid:7bed8811-d162-4b56-a844-72a310c625d9 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-03-23T02:20:07.184Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: fdd201b2-f8d0-44be-981b-fe6b7d2981bc 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-03-23T02:20:07.186Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||pNF 29363cf9-aa05 0 2022-03-23T02:20:07.187Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fdd201b2-f8d0-44be-981b-fe6b7d2981bc 2022-03-23T02:20:07.187Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 00197e99-6527-4774-90d6-e76cea17f341 2022-03-23T02:20:07.187Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 00197e99-6527-4774-90d6-e76cea17f341 2022-03-23T02:20:07.187Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 29363cf9-aa05 0 fdd201b2-f8d0-44be-981b-fe6b7d2981bc 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-03-23T02:20:07.191Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fb10a6a, org.onap.sdc.toscaparser.api.parameters.Input@3468eeb5, org.onap.sdc.toscaparser.api.parameters.Input@5157144a, org.onap.sdc.toscaparser.api.parameters.Input@65ec4cee, org.onap.sdc.toscaparser.api.parameters.Input@7219e863] 2022-03-23T02:20:07.191Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.191Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.192Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 00197e99-6527-4774-90d6-e76cea17f341: pNF 29363cf9-aa05 2022-03-23T02:20:07.192Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||Processing PNF resource: fdd201b2-f8d0-44be-981b-fe6b7d2981bc 2022-03-23T02:20:07.192Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:20:07.192Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bn9yJQNnkskV8vXzxSUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:20:07.192Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||Resource customization UUID: 3ed3c294-cd28-496f-8205-5befd67aa17a is the same as notified resource customizationUUID: 3ed3c294-cd28-496f-8205-5befd67aa17a 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-03-23T02:20:07.227Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 29363cf9-aa05 fdd201b2-f8d0-44be-981b-fe6b7d2981bc 0 ASDC deployResourceStructure 2022-03-23T02:20:07.228Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar ASDC sendASDCNotification 2022-03-23T02:20:07.228Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar 2022-03-23T02:20:07.228Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:20:07.228Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:20:07.230Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:20:07.230Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002007228, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:20:07.331Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:20:07.332Z||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-03-23T02:20:07.332Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:20:07.345Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:20:07.345Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:20:08.231Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d613cd7d-9a21-45d6-8693-8976b7c444b8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:20:08.243Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d613cd7d-9a21-45d6-8693-8976b7c444b8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:20:08.247Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:20:08.247Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:20:08.247Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:20:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:20:26.732Z||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-03-23T02:20:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:20:27.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:20:27.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e289f15-2db7-4283-b3de-9c0ef83aa088", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001981280, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:20:27.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "multicloud-k8s-id", "timestamp": 1648001993299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648001987177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648001987799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "multicloud-k8s-id", "timestamp": 1648001993299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648001987177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648001987799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "multicloud-k8s-id", "timestamp": 1648001993299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648001987177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648001987799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "multicloud-k8s-id", "timestamp": 1648001993299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648001987177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648001987799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "multicloud-k8s-id", "timestamp": 1648001993299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648001987177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648001987799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002000609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "multicloud-k8s-id", "timestamp": 1648001993299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648001987177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648001987799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002000609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "multicloud-k8s-id", "timestamp": 1648001993299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648001987177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648001987799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002000609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "multicloud-k8s-id", "timestamp": 1648001993299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648001987177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648001987799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002000609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648001991837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002000609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648002005452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002005541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648002005539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002000609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "cds", "timestamp": 1648002006546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-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-03-23T02:20:27.386Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d613cd7d-9a21-45d6-8693-8976b7c444b8 2022-03-23T02:20:27.387Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d613cd7d-9a21-45d6-8693-8976b7c444b8 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-03-23T02:20:27.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002007228, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002000609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002000609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002009631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002010653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:20:27.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "ves-openapi-manager", "timestamp": 1648002011654, "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-03-23T02:20:27.399Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d613cd7d-9a21-45d6-8693-8976b7c444b8 2022-03-23T02:20:27.400Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d613cd7d-9a21-45d6-8693-8976b7c444b8 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-03-23T02:20:27.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648002011662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:20:27.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "aai-ml", "timestamp": 1648002012667, "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-03-23T02:20:27.412Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d613cd7d-9a21-45d6-8693-8976b7c444b8 2022-03-23T02:20:27.412Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d613cd7d-9a21-45d6-8693-8976b7c444b8 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-03-23T02:20:27.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002012185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002012185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002012185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002012185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002012185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002012185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/resourceInstances/pnf29363cf9aa050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002012185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002012185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002020914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002022632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBn9yjqnnkskv8vxzxsuf/1.0/artifacts/service-DemoPnfBn9yjqnnkskv8vxzxsuf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:20:27.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002023635, "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-03-23T02:20:27.426Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d613cd7d-9a21-45d6-8693-8976b7c444b8 2022-03-23T02:20:27.426Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d613cd7d-9a21-45d6-8693-8976b7c444b8 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-03-23T02:20:38.247Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d613cd7d-9a21-45d6-8693-8976b7c444b8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:20:38.256Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d613cd7d-9a21-45d6-8693-8976b7c444b8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:20:38.258Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-03-23T02:20:38.263Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T02:21:08.263Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d613cd7d-9a21-45d6-8693-8976b7c444b8 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-03-23T02:21:08.269Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d613cd7d-9a21-45d6-8693-8976b7c444b8 and serviceModelVersionId: 00197e99-6527-4774-90d6-e76cea17f341 2022-03-23T02:21:08.269Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bed8811-d162-4b56-a844-72a310c625d9 2022-03-23T02:21:08.270Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bed8811-d162-4b56-a844-72a310c625d9/model-vers/model-ver/00197e99-6527-4774-90d6-e76cea17f341?depth=0 2022-03-23T02:21:08.274Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T02:21:08.298Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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/7bed8811-d162-4b56-a844-72a310c625d9/model-vers/model-ver/00197e99-6527-4774-90d6-e76cea17f341?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-03-23T02:21:08.299Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bed8811-d162-4b56-a844-72a310c625d9/model-vers/model-ver/00197e99-6527-4774-90d6-e76cea17f341?depth=0|INFO|500||Invoke 2022-03-23T02:21:08.318Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bed8811-d162-4b56-a844-72a310c625d9/model-vers/model-ver/00197e99-6527-4774-90d6-e76cea17f341?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T02:21:08.888Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bed8811-d162-4b56-a844-72a310c625d9/model-vers/model-ver/00197e99-6527-4774-90d6-e76cea17f341?depth=0|INFO|500||InvokeReturn 2022-03-23T02:21:08.889Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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/7bed8811-d162-4b56-a844-72a310c625d9/model-vers/model-ver/00197e99-6527-4774-90d6-e76cea17f341?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-02:21:08:325-55939], vertex-id=[168008], Content-Length=[0], Date=[Wed, 23 Mar 2022 02:21:08 GMT], Content-Type=[application/json]} 2022-03-23T02:21:08.889Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T02:21:08.889Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T02:21:08.889Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-03-23T02:21:08.894Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-03-23T02:21:08.895Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d613cd7d-9a21-45d6-8693-8976b7c444b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T02:21:08.895Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T02:21:08.895Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:21:08.897Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:21:08.898Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002068895, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:21:08.998Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:21:08.999Z||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-03-23T02:21:08.999Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:21:09.017Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:21:09.017Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 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-03-23T02:21:09.911Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:21:09.911Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-03-23T02:21:09.911Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:21:19.449Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:21:19.449Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:21:19.450Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-03-23T02:21:19.450Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:21:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:21:26.730Z||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-03-23T02:21:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:21:27.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:21:27.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T02:21:27.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d613cd7d-9a21-45d6-8693-8976b7c444b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002068895, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:21:27.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:21:28.994Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:21:28.995Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:21:28.995Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-03-23T02:21:28.995Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:21:38.547Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:26.728Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:22:26.728Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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-03-23T02:22:26.728Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:22:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:22:26.730Z||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-03-23T02:22:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:22:27.354Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:27.356Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.356Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b600b6a5-d993-4e51-b078-8cb35273dc68","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"94b75565-5ef0-405c-8cb9-dac92b11e4c8","serviceDescription":"service","serviceInvariantUUID":"3f98ce79-04a7-460b-8eb4-a177dd2b412d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6dc9466f-0b9c-4458-bc51-bb00b2c80161","resourceInvariantUUID":"ef5d4e58-aa3e-4ff5-bf94-4f9ec8ef87b0","resourceCustomizationUUID":"191d0f96-e343-44f1-9df0-067d5253ef00","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":"ZDc2Zjk4MzM4Nzk5NWZhODVmNTA0N2NlOGQ5ODJkODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6843f392-f270-4650-8c45-0561a01c7bec","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":"378a3c8a-17a7-41ee-80c7-5ce0d588f1c6","artifactVersion":"2","generatedFromUUID":"e650e93c-2b11-4b03-b0f8-5231f164d477"},{"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":"e650e93c-2b11-4b03-b0f8-5231f164d477","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":"ZDk5NGUwMjlhZWVhMDQ1OTM1M2ViN2IzMGYxNjNlNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"622ddd3d-0f9b-4526-a348-9352d508cb3a","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":"be8d5209-fd5e-437a-bcdf-4ca60343a0a1","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":"91c4db80-5d49-4f96-a7f4-0701a9a71437","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":"a8aeeee8-f846-427f-b6f7-499ae93dc9d2","artifactVersion":"2","generatedFromUUID":"be8d5209-fd5e-437a-bcdf-4ca60343a0a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTE3M2RlODNhZjlmOTg0Nzk5ZTM2OGRmOGRiNTA4Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"690904c1-af5f-4e79-afe6-edd20c41e30e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTQ1MjdlODQ0NmU4ZmNhY2YzNTk2Yjg2MmY4YjhlOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93a80b01-f56c-4c8b-9820-fa27e580244d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T02:22:27.359Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:27.359Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:27.360Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:27.361Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:27.361Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002093299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002092177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002109169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "ves-openapi-manager", "timestamp": 1648002100609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002109257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "cds", "timestamp": 1648002110175, "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-03-23T02:22:27.382Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b600b6a5-d993-4e51-b078-8cb35273dc68 2022-03-23T02:22:27.382Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b600b6a5-d993-4e51-b078-8cb35273dc68 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-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002110382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002102184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002111421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002111908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002112466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002113504, "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-03-23T02:22:27.393Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b600b6a5-d993-4e51-b078-8cb35273dc68 2022-03-23T02:22:27.393Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b600b6a5-d993-4e51-b078-8cb35273dc68 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-03-23T02:22:27.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002113880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:22:27.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "multicloud-k8s-id", "timestamp": 1648002114506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:22:27.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002114883, "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-03-23T02:22:27.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b600b6a5-d993-4e51-b078-8cb35273dc68 2022-03-23T02:22:27.404Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b600b6a5-d993-4e51-b078-8cb35273dc68 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-03-23T02:22:27.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002107799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002117547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002124234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:22:27.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "aai-ml", "timestamp": 1648002125237, "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-03-23T02:22:27.413Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b600b6a5-d993-4e51-b078-8cb35273dc68 2022-03-23T02:22:27.414Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b600b6a5-d993-4e51-b078-8cb35273dc68 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-03-23T02:22:27.462Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:22:27.462Z||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-03-23T02:22:27.462Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:27.475Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:27.475Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:22:28.362Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:28.363Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:28.364Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:28.364Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T02:22:28.465Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:28.466Z||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-03-23T02:22:28.466Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:28.479Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:28.480Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:29.365Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:29.366Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:29.368Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:29.368Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T02:22:29.468Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:29.469Z||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-03-23T02:22:29.469Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:29.481Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:29.481Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:30.368Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:30.369Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:30.371Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:30.371Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:22:30.471Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:30.472Z||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-03-23T02:22:30.472Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:30.485Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:30.485Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:22:31.371Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:31.372Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:31.374Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:31.375Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T02:22:31.475Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:31.476Z||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-03-23T02:22:31.476Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:31.487Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:31.487Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:32.375Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:32.376Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:32.378Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:32.378Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:32.478Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:32.479Z||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-03-23T02:22:32.479Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:32.491Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:32.492Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:33.379Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:33.380Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:33.381Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:33.381Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T02:22:33.482Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:22:33.483Z||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-03-23T02:22:33.483Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:33.495Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:33.496Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:34.382Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:34.382Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:34.384Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:34.384Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:22:34.484Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:34.485Z||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-03-23T02:22:34.485Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:34.498Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:34.499Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:35.384Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:22:35.385Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:35.386Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:35.387Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:22:35.487Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:35.488Z||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-03-23T02:22:35.488Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:35.499Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:35.500Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:36.388Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "94b75565-5ef0-405c-8cb9-dac92b11e4c8", "serviceDescription": "service", "serviceInvariantUUID": "3f98ce79-04a7-460b-8eb4-a177dd2b412d", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "191d0f96-e343-44f1-9df0-067d5253ef00", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6dc9466f-0b9c-4458-bc51-bb00b2c80161", "resourceInvariantUUID": "ef5d4e58-aa3e-4ff5-bf94-4f9ec8ef87b0", "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": "378a3c8a-17a7-41ee-80c7-5ce0d588f1c6", "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": "e650e93c-2b11-4b03-b0f8-5231f164d477", "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": "ZDk5NGUwMjlhZWVhMDQ1OTM1M2ViN2IzMGYxNjNlNGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "622ddd3d-0f9b-4526-a348-9352d508cb3a", "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": "be8d5209-fd5e-437a-bcdf-4ca60343a0a1", "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": "a8aeeee8-f846-427f-b6f7-499ae93dc9d2", "generatedFromUUID": "be8d5209-fd5e-437a-bcdf-4ca60343a0a1" }, "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": "a8aeeee8-f846-427f-b6f7-499ae93dc9d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTQ1MjdlODQ0NmU4ZmNhY2YzNTk2Yjg2MmY4YjhlOTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93a80b01-f56c-4c8b-9820-fa27e580244d" } ], "workloadContext": "Production" } 2022-03-23T02:22:36.389Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T02:22:36.389Z|d613cd7d-9a21-45d6-8693-8976b7c444b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 94b75565-5ef0-405c-8cb9-dac92b11e4c8 ASDC 2022-03-23T02:22:36.390Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:b600b6a5-d993-4e51-b078-8cb35273dc68 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:94b75565-5ef0-405c-8cb9-dac92b11e4c8 ServiceInvariantUUID:3f98ce79-04a7-460b-8eb4-a177dd2b412d 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:93a80b01-f56c-4c8b-9820-fa27e580244d ArtifactChecksum:OTQ1MjdlODQ0NmU4ZmNhY2YzNTk2Yjg2MmY4YjhlOTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:191d0f96-e343-44f1-9df0-067d5253ef00 ResourceInvariantUUID:ef5d4e58-aa3e-4ff5-bf94-4f9ec8ef87b0 ResourceName:basic_cnf ResourceType:VF ResourceUUID:6dc9466f-0b9c-4458-bc51-bb00b2c80161 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:378a3c8a-17a7-41ee-80c7-5ce0d588f1c6 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:e650e93c-2b11-4b03-b0f8-5231f164d477 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:622ddd3d-0f9b-4526-a348-9352d508cb3a ArtifactChecksum:ZDk5NGUwMjlhZWVhMDQ1OTM1M2ViN2IzMGYxNjNlNGU= 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:be8d5209-fd5e-437a-bcdf-4ca60343a0a1 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:a8aeeee8-f846-427f-b6f7-499ae93dc9d2 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:a8aeeee8-f846-427f-b6f7-499ae93dc9d2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T02:22:36.390Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94b75565-5ef0-405c-8cb9-dac92b11e4c8 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-03-23T02:22:36.422Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:22:36.422Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:22:36.422Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:22:36.423Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 93a80b01-f56c-4c8b-9820-fa27e580244d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T02:22:36.423Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:22:36.423Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:37.037Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:22:37.039Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 93a80b01-f56c-4c8b-9820-fa27e580244d 68952 2022-03-23T02:22:37.040Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:37.040Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:37.040Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:22:37.040Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:37.041Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:37.041Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002157039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:37.142Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:22:37.143Z||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-03-23T02:22:37.143Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:37.155Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:37.155Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:38.042Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:22:38.043Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-23T02:22:38.043Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 93a80b01-f56c-4c8b-9820-fa27e580244d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T02:22:38.043Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-23T02:22:38.043Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T02:22:38.044Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T02:22:38.125Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17202945450693854993/Definitions/service-BasicCnf-template.yml 2022-03-23T02:22:38.876Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T02:22:38.876Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:22:38.876Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-23T02:22:38.877Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:22:38.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7024c114-869d-4e71-aad6-b696861e7697 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.879Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:38.880Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.880Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:38.880Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:38.880Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:38.880Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:94b75565-5ef0-405c-8cb9-dac92b11e4c8 Model Version:NULL Model InvariantUuid:3f98ce79-04a7-460b-8eb4-a177dd2b412d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:c9772c91-2985-4cad-b0d6-3a254d6a54b3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ef5d4e58-aa3e-4ff5-bf94-4f9ec8ef87b0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:191d0f96-e343-44f1-9df0-067d5253ef00 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:946c3f9a-ee78-4cd3-92aa-e2214a62fcec ModelName:BasicCnf..base_dummy..module-0 ModelUuid:45d8b505-3770-4280-8259-7361da0acd29 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7024c114-869d-4e71-aad6-b696861e7697 ModelInvariantUuid:43f47d76-226e-4b8e-9caa-2b840026f39f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ad65baab-ac7c-4023-8e6c-5ac9f9fe2e33 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:7dbfb5b5-4367-440a-a062-979bb68b68e5 ModelInvariantUuid:78ec18d5-6785-4e58-87bd-70ea4e2a62ed ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d2301c0c-880c-40be-9de6-0f3851701354 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-03-23T02:22:38.887Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6dc9466f-0b9c-4458-bc51-bb00b2c80161 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-03-23T02:22:38.890Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-03-23T02:22:38.891Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6dc9466f-0b9c-4458-bc51-bb00b2c80161 2022-03-23T02:22:38.891Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 378a3c8a-17a7-41ee-80c7-5ce0d588f1c6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-23T02:22:38.891Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:22:38.891Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:39.177Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:22:39.177Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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 378a3c8a-17a7-41ee-80c7-5ce0d588f1c6 12 2022-03-23T02:22:39.177Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:39.178Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:39.178Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:22:39.178Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:39.180Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:39.180Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002159177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:39.280Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:39.281Z||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-03-23T02:22:39.281Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:39.295Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:39.295Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:40.181Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e650e93c-2b11-4b03-b0f8-5231f164d477 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-23T02:22:40.182Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:22:40.182Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:40.375Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:22:40.375Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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 e650e93c-2b11-4b03-b0f8-5231f164d477 2688 2022-03-23T02:22:40.375Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:40.375Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:40.375Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:22:40.376Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:40.378Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:40.378Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002160375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:40.478Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:40.478Z||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-03-23T02:22:40.479Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:40.491Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:40.491Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:41.379Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 622ddd3d-0f9b-4526-a348-9352d508cb3a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-23T02:22:41.379Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:22:41.379Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:41.871Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:22:41.871Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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 622ddd3d-0f9b-4526-a348-9352d508cb3a 828 2022-03-23T02:22:41.871Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:41.871Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:41.871Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:22:41.871Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:41.873Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:41.873Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002161871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:41.973Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:41.974Z||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-03-23T02:22:41.974Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:41.986Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:41.987Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:42.873Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "946c3f9a-ee78-4cd3-92aa-e2214a62fcec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "45d8b505-3770-4280-8259-7361da0acd29", "vfModuleModelCustomizationUUID": "383fe380-f530-4e8e-8230-85a03e7316d1", "isBase": true, "artifacts": [ "e650e93c-2b11-4b03-b0f8-5231f164d477", "be8d5209-fd5e-437a-bcdf-4ca60343a0a1", "a8aeeee8-f846-427f-b6f7-499ae93dc9d2" ], "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-03-23T02:22:42.878Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:45d8b505-3770-4280-8259-7361da0acd29 VfModuleModelInvariantUUID:946c3f9a-ee78-4cd3-92aa-e2214a62fcec VfModuleModelDescription:NULL Artifacts UUID List:{ e650e93c-2b11-4b03-b0f8-5231f164d477 , be8d5209-fd5e-437a-bcdf-4ca60343a0a1 , a8aeeee8-f846-427f-b6f7-499ae93dc9d2 } 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-03-23T02:22:42.880Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "946c3f9a-ee78-4cd3-92aa-e2214a62fcec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "45d8b505-3770-4280-8259-7361da0acd29", "vfModuleModelCustomizationUUID": "383fe380-f530-4e8e-8230-85a03e7316d1", "isBase": true, "artifacts": [ "e650e93c-2b11-4b03-b0f8-5231f164d477", "be8d5209-fd5e-437a-bcdf-4ca60343a0a1", "a8aeeee8-f846-427f-b6f7-499ae93dc9d2" ], "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-03-23T02:22:42.881Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:45d8b505-3770-4280-8259-7361da0acd29 VfModuleModelInvariantUUID:946c3f9a-ee78-4cd3-92aa-e2214a62fcec VfModuleModelDescription:NULL Artifacts UUID List:{ e650e93c-2b11-4b03-b0f8-5231f164d477 , be8d5209-fd5e-437a-bcdf-4ca60343a0a1 , a8aeeee8-f846-427f-b6f7-499ae93dc9d2 } 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-03-23T02:22:42.881Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: be8d5209-fd5e-437a-bcdf-4ca60343a0a1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-23T02:22:42.881Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:22:42.881Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:43.257Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:22:43.257Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml be8d5209-fd5e-437a-bcdf-4ca60343a0a1 1164 2022-03-23T02:22:43.258Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:43.258Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:43.258Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:22:43.258Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:43.261Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:43.261Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002163258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:43.361Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:22:43.362Z||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-03-23T02:22:43.362Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:43.879Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:43.880Z||pool-77-thread-1|||||INFO|500||cambria reply ok (519 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:44.262Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a8aeeee8-f846-427f-b6f7-499ae93dc9d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-23T02:22:44.263Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-23T02:22:44.264Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:44.556Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-23T02:22:44.556Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a8aeeee8-f846-427f-b6f7-499ae93dc9d2 200 2022-03-23T02:22:44.556Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:44.556Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:44.557Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:22:44.557Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:44.559Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:44.559Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002164556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:22:44.659Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:44.659Z||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-03-23T02:22:44.659Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:44.830Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:44.830Z||pool-78-thread-1|||||INFO|500||cambria reply ok (171 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:45.559Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 94b75565-5ef0-405c-8cb9-dac92b11e4c8 2022-03-23T02:22:45.561Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6dc9466f-0b9c-4458-bc51-bb00b2c80161 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=? 2022-03-23T02:22:45.573Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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 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-03-23T02:22:45.578Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ece8655, org.onap.sdc.toscaparser.api.parameters.Input@296fdff2, org.onap.sdc.toscaparser.api.parameters.Input@5ed4d2ac, org.onap.sdc.toscaparser.api.parameters.Input@4b91d3c0, org.onap.sdc.toscaparser.api.parameters.Input@1a718c9] 2022-03-23T02:22:45.579Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.579Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:45.580Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-23T02:22:45.580Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 191d0f96-e343-44f1-9df0-067d5253ef00 2022-03-23T02:22:45.580Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 191d0f96-e343-44f1-9df0-067d5253ef00 matches Tosca VF Customization UUID: 191d0f96-e343-44f1-9df0-067d5253ef00 2022-03-23T02:22:45.580Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 191d0f96-e343-44f1-9df0-067d5253ef00 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-03-23T02:22:45.581Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.581Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:45.582Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 191d0f96-e343-44f1-9df0-067d5253ef00: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-23T02:22:45.582Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b13e74a 2022-03-23T02:22:45.582Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.582Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:45.582Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 383fe380-f530-4e8e-8230-85a03e7316d1 2022-03-23T02:22:45.582Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 383fe380-f530-4e8e-8230-85a03e7316d1 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-03-23T02:22:45.584Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.584Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:45.584Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:22:45.584Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.584Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:45.585Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:22:45.585Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.585Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T02:22:45.585Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-23T02:22:45.585Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7024c114-869d-4e71-aad6-b696861e7697 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-03-23T02:22:45.586Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.587Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:45.587Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:22:45.587Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.587Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T02:22:45.587Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=191d0f96-e343-44f1-9df0-067d5253ef00 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-03-23T02:22:45.588Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.588Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 94b75565-5ef0-405c-8cb9-dac92b11e4c8: basic_cnf 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:22:45.589Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:45.650Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6dc9466f-0b9c-4458-bc51-bb00b2c80161 1 ASDC deployResourceStructure 2022-03-23T02:22:45.651Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:45.651Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:45.651Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-23T02:22:45.652Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:45.653Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:45.654Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002165651, "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-03-23T02:22:45.754Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:45.755Z||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-03-23T02:22:45.755Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:45.767Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:45.767Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:46.655Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:46.655Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:46.655Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-23T02:22:46.655Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:46.657Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:46.657Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002166654, "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-03-23T02:22:46.757Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:46.758Z||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-03-23T02:22:46.759Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:46.772Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:46.772Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:22:47.659Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:47.660Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:47.660Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:22:47.660Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:47.662Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:47.662Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002167659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:22:47.762Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:47.763Z||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-03-23T02:22:47.763Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:47.772Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:47.772Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:48.663Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:48.664Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:48.664Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:22:48.664Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:48.667Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:48.667Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002168663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:22:48.768Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:22:48.768Z||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-03-23T02:22:48.768Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:48.779Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:48.779Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:49.668Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:49.669Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:49.669Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:22:49.670Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:49.672Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:49.672Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002169668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-23T02:22:49.772Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:22:49.773Z||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-03-23T02:22:49.773Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:49.789Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:49.790Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:50.673Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:50.674Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:50.674Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:22:50.674Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:22:50.676Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:22:50.676Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002170673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:22:50.777Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:22:50.777Z||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-03-23T02:22:50.778Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:22:50.789Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:22:50.790Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:22:51.677Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b600b6a5-d993-4e51-b078-8cb35273dc68 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:22:51.689Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b600b6a5-d993-4e51-b078-8cb35273dc68 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:22:51.692Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:22:51.692Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T02:22:51.693Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T02:22:51.693Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T02:22:51.693Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:22:51.693Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:22:51.693Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:22:51.693Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:22:51.693Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:22:51.694Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:22:51.698Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T02:23:21.699Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b600b6a5-d993-4e51-b078-8cb35273dc68 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-03-23T02:23:21.711Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b600b6a5-d993-4e51-b078-8cb35273dc68 and serviceModelVersionId: 94b75565-5ef0-405c-8cb9-dac92b11e4c8 2022-03-23T02:23:21.711Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f98ce79-04a7-460b-8eb4-a177dd2b412d 2022-03-23T02:23:21.712Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?depth=0 2022-03-23T02:23:21.716Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T02:23:21.753Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?depth=0|INFO|500||Invoke 2022-03-23T02:23:21.754Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b600b6a5-d993-4e51-b078-8cb35273dc68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcdfd1c7-11f8-4869-bbbb-02fbd0d6d72a], X-ECOMP-RequestID=[b600b6a5-d993-4e51-b078-8cb35273dc68], X-TransactionId=[], X-ONAP-RequestID=[b600b6a5-d993-4e51-b078-8cb35273dc68], Content-Type=[application/merge-patch+json]} 2022-03-23T02:23:21.776Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T02:23:21.843Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?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/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-02:23:21:782-20046], vertex-id=[458920], Content-Length=[0], Date=[Wed, 23 Mar 2022 02:23:21 GMT], Content-Type=[application/json]} 2022-03-23T02:23:21.843Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T02:23:21.845Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f98ce79-04a7-460b-8eb4-a177dd2b412d/model-vers/model-ver/94b75565-5ef0-405c-8cb9-dac92b11e4c8?depth=0|INFO|500||InvokeReturn 2022-03-23T02:23:21.846Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T02:23:21.847Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:23:21.851Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:23:21.852Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b600b6a5-d993-4e51-b078-8cb35273dc68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T02:23:21.852Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T02:23:21.853Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:23:21.854Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:23:21.854Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002201852, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:23:21.955Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:23:21.956Z||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-03-23T02:23:21.956Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:23:21.971Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:23:21.972Z||pool-85-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-03-23T02:23:26.728Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:23:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:23:26.731Z||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-03-23T02:23:26.731Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:23:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:23:26.732Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:23:26.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:23:26.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:23:26.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:23:26.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:23:36.278Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:24:26.728Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:24:26.729Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:24:26.729Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:24:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:24:26.730Z||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-03-23T02:24:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:24:27.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:24:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T02:24:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:24:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002146728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002157039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002159177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002160375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002161871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002163258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002164556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002165651, "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-03-23T02:24:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002166654, "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-03-23T02:24:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002167659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:24:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002168663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002169668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002170673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b600b6a5-d993-4e51-b078-8cb35273dc68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002201852, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:24:27.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:24:36.275Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:25:26.728Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:25:26.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:25:26.730Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:25:26.730Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:25:26.730Z||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-03-23T02:25:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:25:36.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:25:36.279Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:26:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:26:26.729Z||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-03-23T02:26:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:26:26.732Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:26:26.732Z||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-03-23T02:26:26.732Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:26:36.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:26:36.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:27:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:27:26.729Z||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-03-23T02:27:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:27:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:27:26.730Z||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-03-23T02:27:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:27:36.271Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:27:36.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:28:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:28:26.729Z||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-03-23T02:28:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:28:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:28:26.730Z||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-03-23T02:28:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:28:36.271Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:28:36.281Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:29:26.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:29:26.729Z||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-03-23T02:29:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:29:26.730Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:29:26.730Z||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-03-23T02:29:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:29:36.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:29:36.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:30:26.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:30:26.729Z||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-03-23T02:30:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:30:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:30:26.731Z||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-03-23T02:30:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:30:36.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:30:36.294Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:31:26.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:31:26.728Z||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-03-23T02:31:26.728Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:31:26.730Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:31:26.730Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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-03-23T02:31:26.730Z|b600b6a5-d993-4e51-b078-8cb35273dc68|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:31:36.273Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:31:36.274Z|b600b6a5-d993-4e51-b078-8cb35273dc68|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:32:26.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:32:26.729Z||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-03-23T02:32:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:32:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:32:26.730Z||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-03-23T02:32:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:32:36.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:32:36.271Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:33:26.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:33:26.728Z||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-03-23T02:33:26.728Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:33:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:33:26.730Z||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-03-23T02:33:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:33:36.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:33:36.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:26.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:34:26.729Z||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-03-23T02:34:26.729Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:34:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:34:26.730Z||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-03-23T02:34:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:34:26.857Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3315fe5a-f934-49c0-bcb9-0a840b2d34a0","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"48474221-4040-4ee9-b97b-e056a7d0f72e","serviceDescription":"service","serviceInvariantUUID":"e6082551-9741-43cb-8545-0d8b58f18652","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"38103518-c358-437d-a1a9-bb4a74cba2d9","resourceInvariantUUID":"92351eb6-954d-4bb8-9d91-d9781815ba18","resourceCustomizationUUID":"ed6a8a31-72ff-4f34-b1ab-67d06f742dfc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"431a4740-914d-4341-86ff-77d26b547975","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZWFkMWQwMzU0MGM4MzdjZTJkMzczY2Y2YTRmNDY2MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13ece2d4-a15a-4490-8bbe-1b3c6537d5b9","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OTU5YjI5ZTFiZTgxMTQ2MTVlZWUxNmE0ZmQ3ZjcxMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23b292b6-43f0-4bab-b505-928ddb478737","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"afb96da9-007c-4170-9bff-2ef69d4126d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b687c82-3086-420f-b4e6-c84c53a21ac3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5ca12f5-c0cf-4f66-91c8-02333a9e9b85","artifactVersion":"2","generatedFromUUID":"afb96da9-007c-4170-9bff-2ef69d4126d1"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTFhMGQ0MjhjNDUyZTZiMzAxYjE0OGYxOWQ4ZTE5MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f00f65e0-ef04-49b0-b774-b69658f2d39d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZjVjMWEwMjhhZDZjMjRmZTViMGRhMWZhYmVjNWRhMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d2f559b-1edf-4336-86ea-a9ab64e64c92","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T02:34:26.859Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:34:26.860Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:26.861Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:26.862Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.962Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:26.963Z||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-03-23T02:34:26.963Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:26.975Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:26.976Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:26.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:26.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002852184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002853299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002852184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002853299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002852184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002853299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002852184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002853299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002852184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002857177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002853299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002857799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002852184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002857177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002853299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002857799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002852184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002857177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002853299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002857799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002852184, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002857177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002853299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:34:26.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "ves-openapi-manager", "timestamp": 1648002860609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002857799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002861726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002857177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002861996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "ves-openapi-manager", "timestamp": 1648002860609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002857799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002857177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002863046, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "ves-openapi-manager", "timestamp": 1648002860609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002857799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002863772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002857177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002864102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "ves-openapi-manager", "timestamp": 1648002860609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002857799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:26.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:26.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:26.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002864775, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:34:27.013Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 2022-03-23T02:34:27.013Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 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-03-23T02:34:27.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:27.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002857177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:34:27.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:27.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:27.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "ves-openapi-manager", "timestamp": 1648002860609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:27.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:27.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:27.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002865377, "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-03-23T02:34:27.028Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 2022-03-23T02:34:27.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 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-03-23T02:34:27.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002857799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002865894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "ves-openapi-manager", "timestamp": 1648002860609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:27.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648002866380, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:34:27.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:34:27.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:34:27.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002866538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:27.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:34:27.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:34:27.867Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:27.869Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:27.869Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:27.969Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:27.970Z||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-03-23T02:34:27.971Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:27.981Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:27.982Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:28.870Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:34:28.871Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:28.872Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:28.872Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:34:28.973Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:34:28.974Z||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-03-23T02:34:28.974Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:28.988Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:28.988Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:34:29.873Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:34:29.874Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:29.877Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:29.877Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T02:34:29.977Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:29.977Z||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-03-23T02:34:29.977Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:29.988Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:29.989Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:34:30.878Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:34:30.879Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:30.881Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:30.881Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:30.981Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:30.982Z||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-03-23T02:34:30.982Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:30.993Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:30.993Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:31.882Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:34:31.883Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:31.885Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:31.885Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T02:34:31.985Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:31.986Z||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-03-23T02:34:31.986Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:31.999Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:32.000Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:32.886Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:34:32.886Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:32.888Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:32.888Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:34:32.988Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:32.989Z||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-03-23T02:34:32.990Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:33.002Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:33.002Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:34:33.889Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:34:33.890Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:33.892Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:33.892Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:34:33.992Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:33.993Z||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-03-23T02:34:33.993Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:34.004Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:34.004Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:34.894Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "48474221-4040-4ee9-b97b-e056a7d0f72e", "serviceDescription": "service", "serviceInvariantUUID": "e6082551-9741-43cb-8545-0d8b58f18652", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "ed6a8a31-72ff-4f34-b1ab-67d06f742dfc", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "38103518-c358-437d-a1a9-bb4a74cba2d9", "resourceInvariantUUID": "92351eb6-954d-4bb8-9d91-d9781815ba18", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "OTU5YjI5ZTFiZTgxMTQ2MTVlZWUxNmE0ZmQ3ZjcxMzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23b292b6-43f0-4bab-b505-928ddb478737", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "afb96da9-007c-4170-9bff-2ef69d4126d1", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a5ca12f5-c0cf-4f66-91c8-02333a9e9b85", "generatedFromUUID": "afb96da9-007c-4170-9bff-2ef69d4126d1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a5ca12f5-c0cf-4f66-91c8-02333a9e9b85", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZjVjMWEwMjhhZDZjMjRmZTViMGRhMWZhYmVjNWRhMjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d2f559b-1edf-4336-86ea-a9ab64e64c92" } ], "workloadContext": "Production" } 2022-03-23T02:34:34.894Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T02:34:34.894Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 48474221-4040-4ee9-b97b-e056a7d0f72e ASDC 2022-03-23T02:34:34.895Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3315fe5a-f934-49c0-bcb9-0a840b2d34a0 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:48474221-4040-4ee9-b97b-e056a7d0f72e ServiceInvariantUUID:e6082551-9741-43cb-8545-0d8b58f18652 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:6d2f559b-1edf-4336-86ea-a9ab64e64c92 ArtifactChecksum:ZjVjMWEwMjhhZDZjMjRmZTViMGRhMWZhYmVjNWRhMjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:ed6a8a31-72ff-4f34-b1ab-67d06f742dfc ResourceInvariantUUID:92351eb6-954d-4bb8-9d91-d9781815ba18 ResourceName:basicclamp ResourceType:VF ResourceUUID:38103518-c358-437d-a1a9-bb4a74cba2d9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:23b292b6-43f0-4bab-b505-928ddb478737 ArtifactChecksum:OTU5YjI5ZTFiZTgxMTQ2MTVlZWUxNmE0ZmQ3ZjcxMzM= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:afb96da9-007c-4170-9bff-2ef69d4126d1 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:a5ca12f5-c0cf-4f66-91c8-02333a9e9b85 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:a5ca12f5-c0cf-4f66-91c8-02333a9e9b85 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T02:34:34.895Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48474221-4040-4ee9-b97b-e056a7d0f72e 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-03-23T02:34:34.932Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:34:34.933Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-23T02:34:34.933Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-23T02:34:34.933Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6d2f559b-1edf-4336-86ea-a9ab64e64c92 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-23T02:34:34.933Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:34:34.934Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-23T02:34:35.052Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:34:35.055Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6d2f559b-1edf-4336-86ea-a9ab64e64c92 73674 2022-03-23T02:34:35.055Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-23T02:34:35.056Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-23T02:34:35.056Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:34:35.056Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:35.057Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:35.057Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002875055, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:35.158Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:35.158Z||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-03-23T02:34:35.158Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:35.167Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:35.168Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:36.058Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:34:36.059Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-23T02:34:36.059Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6d2f559b-1edf-4336-86ea-a9ab64e64c92, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:36.059Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-23T02:34:36.060Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:36.060Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:36.496Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14792716654345632806/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-23T02:34:37.280Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T02:34:37.280Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||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-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||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-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||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-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||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-Basicclamp-csar.csar 2022-03-23T02:34:37.281Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-23T02:34:37.282Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.282Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:37.282Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:37.282Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-23T02:34:37.282Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:34:37.282Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.282Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:37.282Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T02:34:37.283Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.284Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27753f6f-0e11-4ace-b8b1-0098b9d185ed 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.285Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:37.286Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:37.286Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:37.286Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:48474221-4040-4ee9-b97b-e056a7d0f72e Model Version:NULL Model InvariantUuid:e6082551-9741-43cb-8545-0d8b58f18652 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:2a9aa6c7-d38d-472c-b8f7-1d6a3a620489 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:92351eb6-954d-4bb8-9d91-d9781815ba18 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ed6a8a31-72ff-4f34-b1ab-67d06f742dfc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0beee996-30fb-4cbf-b4e5-1b77305202bb ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:c4610c44-6966-4b70-b3a9-09624d59885d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:27753f6f-0e11-4ace-b8b1-0098b9d185ed ModelInvariantUuid:bffde10f-ddd6-4cf7-a467-e4cb3cd098bc ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:f4b106e8-954b-4b6a-aa90-99b41fe3ddc1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6efa2b5d-c136-49f7-901e-8e441b184087 ModelInvariantUuid:b2824578-39ad-49ea-9847-e1ead4a6b044 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:27b978e5-3577-4e93-a322-4856a410cec8 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-03-23T02:34:37.294Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 38103518-c358-437d-a1a9-bb4a74cba2d9 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-03-23T02:34:37.297Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||basicclamp 0 2022-03-23T02:34:37.297Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 38103518-c358-437d-a1a9-bb4a74cba2d9 2022-03-23T02:34:37.297Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 23b292b6-43f0-4bab-b505-928ddb478737 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-23T02:34:37.297Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:34:37.297Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-23T02:34:37.774Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:34:37.774Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 23b292b6-43f0-4bab-b505-928ddb478737 790 2022-03-23T02:34:37.775Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-23T02:34:37.775Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-23T02:34:37.775Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:34:37.775Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:37.778Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:37.778Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002877775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:37.878Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:37.879Z||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-03-23T02:34:37.879Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:37.891Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:37.891Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:38.778Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0beee996-30fb-4cbf-b4e5-1b77305202bb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c4610c44-6966-4b70-b3a9-09624d59885d", "vfModuleModelCustomizationUUID": "ba08dc2d-29b1-45cd-b1c9-519afff6c3fa", "isBase": true, "artifacts": [ "afb96da9-007c-4170-9bff-2ef69d4126d1", "a5ca12f5-c0cf-4f66-91c8-02333a9e9b85" ], "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-03-23T02:34:38.783Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c4610c44-6966-4b70-b3a9-09624d59885d VfModuleModelInvariantUUID:0beee996-30fb-4cbf-b4e5-1b77305202bb VfModuleModelDescription:NULL Artifacts UUID List:{ afb96da9-007c-4170-9bff-2ef69d4126d1 , a5ca12f5-c0cf-4f66-91c8-02333a9e9b85 } 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-03-23T02:34:38.785Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0beee996-30fb-4cbf-b4e5-1b77305202bb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c4610c44-6966-4b70-b3a9-09624d59885d", "vfModuleModelCustomizationUUID": "ba08dc2d-29b1-45cd-b1c9-519afff6c3fa", "isBase": true, "artifacts": [ "afb96da9-007c-4170-9bff-2ef69d4126d1", "a5ca12f5-c0cf-4f66-91c8-02333a9e9b85" ], "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-03-23T02:34:38.785Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c4610c44-6966-4b70-b3a9-09624d59885d VfModuleModelInvariantUUID:0beee996-30fb-4cbf-b4e5-1b77305202bb VfModuleModelDescription:NULL Artifacts UUID List:{ afb96da9-007c-4170-9bff-2ef69d4126d1 , a5ca12f5-c0cf-4f66-91c8-02333a9e9b85 } 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-03-23T02:34:38.786Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: afb96da9-007c-4170-9bff-2ef69d4126d1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-23T02:34:38.786Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:34:38.786Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-23T02:34:39.171Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:34:39.171Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml afb96da9-007c-4170-9bff-2ef69d4126d1 5033 2022-03-23T02:34:39.172Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-23T02:34:39.172Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-23T02:34:39.173Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:34:39.173Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:39.176Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:39.176Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002879172, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:39.276Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:39.277Z||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-03-23T02:34:39.277Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:39.288Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:39.288Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:40.177Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a5ca12f5-c0cf-4f66-91c8-02333a9e9b85 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-23T02:34:40.178Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:34:40.178Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-23T02:34:40.558Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:34:40.558Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env a5ca12f5-c0cf-4f66-91c8-02333a9e9b85 909 2022-03-23T02:34:40.558Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-23T02:34:40.558Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-23T02:34:40.558Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:34:40.559Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:40.561Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:40.561Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002880558, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:34:40.661Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:40.662Z||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-03-23T02:34:40.662Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:40.675Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:40.675Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:41.561Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 48474221-4040-4ee9-b97b-e056a7d0f72e 2022-03-23T02:34:41.562Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 38103518-c358-437d-a1a9-bb4a74cba2d9 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T02:34:41.577Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@381c764, org.onap.sdc.toscaparser.api.parameters.Input@7ea356fe, org.onap.sdc.toscaparser.api.parameters.Input@7efb671f, org.onap.sdc.toscaparser.api.parameters.Input@1dee56a5, org.onap.sdc.toscaparser.api.parameters.Input@1059089b] 2022-03-23T02:34:41.579Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.579Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:41.579Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-23T02:34:41.579Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ed6a8a31-72ff-4f34-b1ab-67d06f742dfc 2022-03-23T02:34:41.580Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed6a8a31-72ff-4f34-b1ab-67d06f742dfc matches Tosca VF Customization UUID: ed6a8a31-72ff-4f34-b1ab-67d06f742dfc 2022-03-23T02:34:41.580Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ed6a8a31-72ff-4f34-b1ab-67d06f742dfc 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-03-23T02:34:41.582Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.582Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:41.583Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ed6a8a31-72ff-4f34-b1ab-67d06f742dfc: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-23T02:34:41.583Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e7bc52f 2022-03-23T02:34:41.583Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.583Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T02:34:41.584Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba08dc2d-29b1-45cd-b1c9-519afff6c3fa 2022-03-23T02:34:41.584Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba08dc2d-29b1-45cd-b1c9-519afff6c3fa 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-03-23T02:34:41.586Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.586Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:41.587Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:34:41.587Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.587Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:41.587Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:34:41.587Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.587Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-23T02:34:41.588Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T02:34:41.588Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T02:34:41.588Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27753f6f-0e11-4ace-b8b1-0098b9d185ed 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-03-23T02:34:41.590Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.590Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:41.591Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:34:41.591Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.591Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T02:34:41.591Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ed6a8a31-72ff-4f34-b1ab-67d06f742dfc 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-03-23T02:34:41.593Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.593Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:41.594Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 48474221-4040-4ee9-b97b-e056a7d0f72e: basicclamp 2022-03-23T02:34:41.594Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.594Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:41.594Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.594Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:41.594Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.595Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:41.595Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.595Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:41.595Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:34:41.595Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:34:41.595Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp 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-03-23T02:34:41.672Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 38103518-c358-437d-a1a9-bb4a74cba2d9 1 ASDC deployResourceStructure 2022-03-23T02:34:41.673Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-23T02:34:41.673Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-23T02:34:41.673Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:34:41.674Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:41.675Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:41.676Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002881673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:34:41.776Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:41.777Z||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-03-23T02:34:41.777Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:41.791Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:41.791Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:34:42.676Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-23T02:34:42.677Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-23T02:34:42.677Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:34:42.677Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:42.679Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:42.679Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002882676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:34:42.779Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:34:42.780Z||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-03-23T02:34:42.780Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:42.795Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:42.795Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:34:43.680Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-23T02:34:43.681Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-23T02:34:43.681Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:34:43.681Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:43.682Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:43.682Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002883680, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-23T02:34:43.783Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:43.784Z||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-03-23T02:34:43.784Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:43.795Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:43.796Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:44.683Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-23T02:34:44.684Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-23T02:34:44.684Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:34:44.684Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:34:44.685Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:34:44.686Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002884683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:34:44.786Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:34:44.786Z||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-03-23T02:34:44.786Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:34:44.799Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:44.799Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:34:45.686Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:34:45.699Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:34:45.704Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:34:45.704Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:34:45.704Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:35:15.704Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:35:15.715Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:35:15.717Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:35:15.717Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:35:15.717Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:35:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:35:26.730Z||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-03-23T02:35:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:35:26.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:35:26.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:35:26.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:35:26.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:35:45.717Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:35:45.731Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:35:45.734Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:35:45.734Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:35:45.734Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:36:15.735Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:36:15.744Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:36:15.747Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:36:15.747Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:36:15.747Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:36:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:36:26.731Z||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-03-23T02:36:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:36:26.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:36:26.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:36:26.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "cds", "timestamp": 1648002866900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-03-23T02:36:26.766Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 2022-03-23T02:36:26.767Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 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-03-23T02:36:45.747Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:36:45.760Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:36:45.762Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:36:45.762Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:36:45.762Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:37:15.763Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:37:15.776Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:37:15.779Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:37:15.779Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T02:37:15.779Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T02:37:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:37:26.730Z||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-03-23T02:37:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:37:26.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:37:26.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "ves-openapi-manager", "timestamp": 1648002860609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "ves-openapi-manager", "timestamp": 1648002860609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002872177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002873537, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002872177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002866728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:37:26.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002873299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "aai-ml", "timestamp": 1648002874542, "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-03-23T02:37:26.794Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 2022-03-23T02:37:26.794Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 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-03-23T02:37:26.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002872177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002873299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002875055, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002872177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002873299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002872177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002873299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002877775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002872177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002873299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002872177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002873299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002879172, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002872177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002873299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002880558, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002873299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "ves-openapi-manager", "timestamp": 1648002880609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002881466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002881673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002882156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "ves-openapi-manager", "timestamp": 1648002880609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002882676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002882184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "ves-openapi-manager", "timestamp": 1648002880609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "cds", "timestamp": 1648002883442, "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-03-23T02:37:26.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0689a41a-4dea-43d3-aa0e-8d126e92d521 2022-03-23T02:37:26.814Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0689a41a-4dea-43d3-aa0e-8d126e92d521 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-03-23T02:37:26.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002883459, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002883680, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002882184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "ves-openapi-manager", "timestamp": 1648002880609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002884579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648002884683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002882184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "ves-openapi-manager", "timestamp": 1648002880609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002882184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002885878, "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-03-23T02:37:26.824Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0689a41a-4dea-43d3-aa0e-8d126e92d521 2022-03-23T02:37:26.824Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0689a41a-4dea-43d3-aa0e-8d126e92d521 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-03-23T02:37:26.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "ves-openapi-manager", "timestamp": 1648002880609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002882184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "multicloud-k8s-id", "timestamp": 1648002886881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "ves-openapi-manager", "timestamp": 1648002880609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002882184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "ves-openapi-manager", "timestamp": 1648002880609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002887799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002882184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002887799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002882184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002887799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002890895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002887799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002887799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002892939, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002887799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002893943, "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-03-23T02:37:26.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0689a41a-4dea-43d3-aa0e-8d126e92d521 2022-03-23T02:37:26.836Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0689a41a-4dea-43d3-aa0e-8d126e92d521 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-03-23T02:37:26.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002887799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002887799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002896505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002903035, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0689a41a-4dea-43d3-aa0e-8d126e92d521", "consumerID": "aai-ml", "timestamp": 1648002904038, "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-03-23T02:37:26.847Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0689a41a-4dea-43d3-aa0e-8d126e92d521 2022-03-23T02:37:26.847Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0689a41a-4dea-43d3-aa0e-8d126e92d521 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-03-23T02:37:26.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "ves-openapi-manager", "timestamp": 1648002900609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002902177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-23T02:37:26.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002918984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "cds", "timestamp": 1648002920244, "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-03-23T02:37:26.875Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd9445b4-54af-46f3-a1a4-70bcbd3452bf 2022-03-23T02:37:26.875Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd9445b4-54af-46f3-a1a4-70bcbd3452bf 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-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002912184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002922924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002913299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002924007, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002924913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002925075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:26.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648002925917, "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-03-23T02:37:26.886Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd9445b4-54af-46f3-a1a4-70bcbd3452bf 2022-03-23T02:37:26.886Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd9445b4-54af-46f3-a1a4-70bcbd3452bf 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-03-23T02:37:26.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002926120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:37:26.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:37:26.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T02:37:26.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:37:26.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T02:37:45.780Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:37:45.793Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:37:45.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||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-03-23T02:37:45.801Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T02:38:15.801Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 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-03-23T02:38:15.808Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 and serviceModelVersionId: 48474221-4040-4ee9-b97b-e056a7d0f72e 2022-03-23T02:38:15.809Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e6082551-9741-43cb-8545-0d8b58f18652 2022-03-23T02:38:15.810Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e6082551-9741-43cb-8545-0d8b58f18652/model-vers/model-ver/48474221-4040-4ee9-b97b-e056a7d0f72e?depth=0 2022-03-23T02:38:15.814Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T02:38:15.844Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6082551-9741-43cb-8545-0d8b58f18652/model-vers/model-ver/48474221-4040-4ee9-b97b-e056a7d0f72e?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-03-23T02:38:15.845Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6082551-9741-43cb-8545-0d8b58f18652/model-vers/model-ver/48474221-4040-4ee9-b97b-e056a7d0f72e?depth=0|INFO|500||Invoke 2022-03-23T02:38:15.861Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6082551-9741-43cb-8545-0d8b58f18652/model-vers/model-ver/48474221-4040-4ee9-b97b-e056a7d0f72e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T02:38:16.159Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6082551-9741-43cb-8545-0d8b58f18652/model-vers/model-ver/48474221-4040-4ee9-b97b-e056a7d0f72e?depth=0|INFO|500||InvokeReturn 2022-03-23T02:38:16.159Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6082551-9741-43cb-8545-0d8b58f18652/model-vers/model-ver/48474221-4040-4ee9-b97b-e056a7d0f72e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-02:38:15:868-54171], vertex-id=[495784], Content-Length=[0], Date=[Wed, 23 Mar 2022 02:38:15 GMT], Content-Type=[application/json]} 2022-03-23T02:38:16.159Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T02:38:16.159Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T02:38:16.159Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||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-03-23T02:38:16.163Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||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-03-23T02:38:16.164Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3315fe5a-f934-49c0-bcb9-0a840b2d34a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T02:38:16.164Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T02:38:16.164Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:16.165Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:16.165Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003096164, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:38:16.265Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:16.266Z||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-03-23T02:38:16.267Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:16.280Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:16.282Z||pool-102-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-03-23T02:38:17.179Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:38:17.180Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|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-03-23T02:38:17.180Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:38:21.783Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:21.784Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T02:38:21.784Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd9445b4-54af-46f3-a1a4-70bcbd3452bf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"376fbcc0-bfc5-483c-a9ce-f28fc028658d","serviceDescription":"service","serviceInvariantUUID":"3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35034c62-e89e-4974-8eab-61455597e698","resourceInvariantUUID":"d4addb73-8d4a-45be-9be7-bf9142a5b01b","resourceCustomizationUUID":"efc52f29-690e-478f-94e4-4e5086920b1b","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":"NDZjMmM0NzExOGEyZjk3MTM5NWEzNTFkOWUxMzMxNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c79133e2-8d22-4506-8f6f-14e8cb00a187","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":"ZDlkNzkxNzBmZmJkNzg4YTcwOGM3ODk0MGQ3YTdhNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee76944b-fbae-4a8e-aa82-6db512ac1df9","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":"f98510f2-339e-49b6-963a-0da3fdec6979","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":"6b78fad5-5b03-4a7c-9259-975a1887654a","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":"d988ba09-b9bc-460f-9e5b-931a17d310fe","artifactVersion":"2","generatedFromUUID":"e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840"},{"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":"c07addef-89c9-417e-a275-2ccfb53e55de","artifactVersion":"2","generatedFromUUID":"f98510f2-339e-49b6-963a-0da3fdec6979"},{"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":"e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840","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":"0d5f9885-c99a-44a8-be82-e7a3842fdb80","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":"NWQ1NDBmODE5YjgzNWY2ZDk3OWY3M2EzMjRkM2M1YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b78cae87-0ef6-4b37-8a91-7155dc3fee6f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzAyNTNjNzM0YzkwOGY5Y2Q5OWVkZmE3YmYzYzUxMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e85faa-ca8d-4461-8082-807f9e13b72a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T02:38:21.786Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:21.787Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:21.789Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:21.790Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:38:21.889Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:38:21.890Z||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-03-23T02:38:21.890Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:21.904Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:21.905Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:22.790Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:22.791Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:22.792Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:22.793Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:38:22.894Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:38:22.894Z||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-03-23T02:38:22.894Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:22.908Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:22.908Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:38:23.793Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:23.794Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:23.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:23.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-23T02:38:23.896Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:23.896Z||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-03-23T02:38:23.896Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:23.906Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:23.907Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:24.796Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:24.797Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:24.798Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:24.798Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:38:24.899Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:38:24.899Z||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-03-23T02:38:24.900Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:24.912Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:24.912Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:25.799Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:25.800Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:25.802Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:25.802Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-23T02:38:25.902Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:25.903Z||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-03-23T02:38:25.903Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:25.913Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:25.913Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:38:26.730Z||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-03-23T02:38:26.731Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:38:26.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:26.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T02:38:26.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002927171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T02:38:26.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:38:26.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T02:38:26.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002917800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:38:26.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-23T02:38:26.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T02:38:26.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002928292, "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-03-23T02:38:26.760Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd9445b4-54af-46f3-a1a4-70bcbd3452bf 2022-03-23T02:38:26.760Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd9445b4-54af-46f3-a1a4-70bcbd3452bf 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-03-23T02:38:26.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002928539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "multicloud-k8s-id", "timestamp": 1648002929294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002936376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T02:38:26.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "aai-ml", "timestamp": 1648002937380, "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-03-23T02:38:26.776Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd9445b4-54af-46f3-a1a4-70bcbd3452bf 2022-03-23T02:38:26.777Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd9445b4-54af-46f3-a1a4-70bcbd3452bf 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-03-23T02:38:26.803Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:26.804Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:26.806Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:26.806Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-23T02:38:26.906Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:26.907Z||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-03-23T02:38:26.907Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:26.920Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:26.920Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:27.806Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:27.808Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:27.809Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:27.810Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-23T02:38:27.910Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:27.911Z||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-03-23T02:38:27.911Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:27.926Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:27.927Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:38:28.810Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:28.811Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:28.813Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:28.813Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:38:28.914Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:38:28.914Z||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-03-23T02:38:28.914Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:28.930Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:28.931Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:38:29.814Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:29.815Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:29.817Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:29.818Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:38:29.918Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:29.919Z||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-03-23T02:38:29.919Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:29.931Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:29.932Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:30.818Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T02:38:30.819Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:30.822Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:30.822Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:38:30.922Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:30.923Z||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-03-23T02:38:30.923Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:30.939Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:30.939Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:31.823Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "376fbcc0-bfc5-483c-a9ce-f28fc028658d", "serviceDescription": "service", "serviceInvariantUUID": "3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "efc52f29-690e-478f-94e4-4e5086920b1b", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "35034c62-e89e-4974-8eab-61455597e698", "resourceInvariantUUID": "d4addb73-8d4a-45be-9be7-bf9142a5b01b", "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": "ZDlkNzkxNzBmZmJkNzg4YTcwOGM3ODk0MGQ3YTdhNWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee76944b-fbae-4a8e-aa82-6db512ac1df9", "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": "f98510f2-339e-49b6-963a-0da3fdec6979", "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": "c07addef-89c9-417e-a275-2ccfb53e55de", "generatedFromUUID": "f98510f2-339e-49b6-963a-0da3fdec6979" }, "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": "d988ba09-b9bc-460f-9e5b-931a17d310fe", "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": "c07addef-89c9-417e-a275-2ccfb53e55de", "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": "e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MzAyNTNjNzM0YzkwOGY5Y2Q5OWVkZmE3YmYzYzUxMDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72e85faa-ca8d-4461-8082-807f9e13b72a" } ], "workloadContext": "Production" } 2022-03-23T02:38:31.824Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T02:38:31.824Z|3315fe5a-f934-49c0-bcb9-0a840b2d34a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 376fbcc0-bfc5-483c-a9ce-f28fc028658d ASDC 2022-03-23T02:38:31.824Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:bd9445b4-54af-46f3-a1a4-70bcbd3452bf ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:376fbcc0-bfc5-483c-a9ce-f28fc028658d ServiceInvariantUUID:3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4 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:72e85faa-ca8d-4461-8082-807f9e13b72a ArtifactChecksum:MzAyNTNjNzM0YzkwOGY5Y2Q5OWVkZmE3YmYzYzUxMDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:efc52f29-690e-478f-94e4-4e5086920b1b ResourceInvariantUUID:d4addb73-8d4a-45be-9be7-bf9142a5b01b ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:35034c62-e89e-4974-8eab-61455597e698 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:ee76944b-fbae-4a8e-aa82-6db512ac1df9 ArtifactChecksum:ZDlkNzkxNzBmZmJkNzg4YTcwOGM3ODk0MGQ3YTdhNWI= 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:f98510f2-339e-49b6-963a-0da3fdec6979 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:c07addef-89c9-417e-a275-2ccfb53e55de 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:d988ba09-b9bc-460f-9e5b-931a17d310fe 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:c07addef-89c9-417e-a275-2ccfb53e55de 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:e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T02:38:31.825Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 376fbcc0-bfc5-483c-a9ce-f28fc028658d 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-03-23T02:38:31.856Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:38:31.856Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-23T02:38:31.856Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-23T02:38:31.856Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72e85faa-ca8d-4461-8082-807f9e13b72a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:31.856Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:38:31.857Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:32.540Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:38:32.549Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 72e85faa-ca8d-4461-8082-807f9e13b72a 158205 2022-03-23T02:38:32.549Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-23T02:38:32.549Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:32.550Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:38:32.550Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:32.551Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:32.551Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003112549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:38:32.652Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:38:32.652Z||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-03-23T02:38:32.653Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:32.664Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:32.664Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:33.552Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T02:38:33.553Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-23T02:38:33.553Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 72e85faa-ca8d-4461-8082-807f9e13b72a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:33.553Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-03-23T02:38:33.554Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:33.554Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:33.627Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10423980521995295711/Definitions/service-BasicCnfMacro-template.yml 2022-03-23T02:38:34.411Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T02:38:34.411Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-23T02:38:34.411Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:34.411Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-23T02:38:34.411Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:34.411Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:34.412Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.413Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=66e13c0b-0b31-4df3-9504-ae284b64d0c4 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:34.414Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:376fbcc0-bfc5-483c-a9ce-f28fc028658d Model Version:NULL Model InvariantUuid:3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ec1748b3-f8b5-42cc-a977-ae5293b32de6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d4addb73-8d4a-45be-9be7-bf9142a5b01b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:efc52f29-690e-478f-94e4-4e5086920b1b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:92efc6a4-b48c-4a84-b662-e84b3009ae7e ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b14ba000-8525-43cd-bcce-f273a4bea597 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:8905820f-ab37-43dc-93fb-45cc74378beb ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:2cd350ed-7d68-4f44-8c95-c8172fead20d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:66e13c0b-0b31-4df3-9504-ae284b64d0c4 ModelInvariantUuid:c023edc1-ebdc-4218-9fbb-cdd5cadc4098 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:9663238e-e997-4aa3-a9ea-e6ec86e1ab46 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:5a228cfb-0d91-4564-8cf3-5c8b178982f9 ModelInvariantUuid:79684918-487d-444b-8f23-ad502aff96d5 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4339d281-1a3e-4f38-b32e-568786469e15 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-03-23T02:38:34.420Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 35034c62-e89e-4974-8eab-61455597e698 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-03-23T02:38:34.423Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-03-23T02:38:34.423Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35034c62-e89e-4974-8eab-61455597e698 2022-03-23T02:38:34.423Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ee76944b-fbae-4a8e-aa82-6db512ac1df9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-23T02:38:34.423Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:38:34.423Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:34.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:38:34.730Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ee76944b-fbae-4a8e-aa82-6db512ac1df9 1565 2022-03-23T02:38:34.730Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:34.730Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:34.730Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:38:34.730Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:34.733Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:34.734Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003114730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:38:34.833Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:38:34.834Z||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-03-23T02:38:34.834Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:34.847Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:34.847Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:38:35.734Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8905820f-ab37-43dc-93fb-45cc74378beb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2cd350ed-7d68-4f44-8c95-c8172fead20d", "vfModuleModelCustomizationUUID": "8418d7d5-7a6a-4922-9061-1dc96fb2e34e", "isBase": true, "artifacts": [ "f98510f2-339e-49b6-963a-0da3fdec6979", "c07addef-89c9-417e-a275-2ccfb53e55de" ], "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": "92efc6a4-b48c-4a84-b662-e84b3009ae7e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b14ba000-8525-43cd-bcce-f273a4bea597", "vfModuleModelCustomizationUUID": "31db51a2-3fa6-4b01-a0e8-156e3b1fe5d4", "isBase": false, "artifacts": [ "e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840" ], "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-03-23T02:38:35.737Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2cd350ed-7d68-4f44-8c95-c8172fead20d VfModuleModelInvariantUUID:8905820f-ab37-43dc-93fb-45cc74378beb VfModuleModelDescription:NULL Artifacts UUID List:{ f98510f2-339e-49b6-963a-0da3fdec6979 , c07addef-89c9-417e-a275-2ccfb53e55de } 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:b14ba000-8525-43cd-bcce-f273a4bea597 VfModuleModelInvariantUUID:92efc6a4-b48c-4a84-b662-e84b3009ae7e VfModuleModelDescription:NULL Artifacts UUID List:{ e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840 } 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-03-23T02:38:35.739Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8905820f-ab37-43dc-93fb-45cc74378beb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2cd350ed-7d68-4f44-8c95-c8172fead20d", "vfModuleModelCustomizationUUID": "8418d7d5-7a6a-4922-9061-1dc96fb2e34e", "isBase": true, "artifacts": [ "f98510f2-339e-49b6-963a-0da3fdec6979", "c07addef-89c9-417e-a275-2ccfb53e55de" ], "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": "92efc6a4-b48c-4a84-b662-e84b3009ae7e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b14ba000-8525-43cd-bcce-f273a4bea597", "vfModuleModelCustomizationUUID": "31db51a2-3fa6-4b01-a0e8-156e3b1fe5d4", "isBase": false, "artifacts": [ "e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840" ], "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-03-23T02:38:35.739Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2cd350ed-7d68-4f44-8c95-c8172fead20d VfModuleModelInvariantUUID:8905820f-ab37-43dc-93fb-45cc74378beb VfModuleModelDescription:NULL Artifacts UUID List:{ f98510f2-339e-49b6-963a-0da3fdec6979 , c07addef-89c9-417e-a275-2ccfb53e55de } 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:b14ba000-8525-43cd-bcce-f273a4bea597 VfModuleModelInvariantUUID:92efc6a4-b48c-4a84-b662-e84b3009ae7e VfModuleModelDescription:NULL Artifacts UUID List:{ e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840 } 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-03-23T02:38:35.739Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f98510f2-339e-49b6-963a-0da3fdec6979 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-23T02:38:35.739Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:38:35.739Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:35.871Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:38:35.872Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f98510f2-339e-49b6-963a-0da3fdec6979 914 2022-03-23T02:38:35.872Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:35.872Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:35.872Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:38:35.872Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:35.873Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:35.873Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003115872, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:38:35.974Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:38:35.974Z||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-03-23T02:38:35.974Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:35.987Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:35.987Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:38:36.874Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d988ba09-b9bc-460f-9e5b-931a17d310fe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-23T02:38:36.874Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:38:36.875Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:37.329Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:38:37.330Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d988ba09-b9bc-460f-9e5b-931a17d310fe 12 2022-03-23T02:38:37.330Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:37.330Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:37.330Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:38:37.330Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:37.331Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:37.331Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003117330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:38:37.432Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T02:38:37.432Z||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-03-23T02:38:37.432Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:37.445Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:37.446Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:38:38.332Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c07addef-89c9-417e-a275-2ccfb53e55de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-23T02:38:38.332Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:38:38.332Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:38.634Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:38:38.635Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env c07addef-89c9-417e-a275-2ccfb53e55de 96 2022-03-23T02:38:38.635Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:38.635Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:38.635Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:38:38.635Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:38.638Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:38.638Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003118635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:38:38.738Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:38.739Z||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-03-23T02:38:38.739Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:38.751Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:38.751Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:39.639Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-23T02:38:39.640Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-23T02:38:39.640Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:39.775Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-23T02:38:39.776Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz e2a2f4a1-5510-4e12-a2a0-fdc3b2b74840 20206 2022-03-23T02:38:39.776Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:39.776Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:39.776Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T02:38:39.777Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:39.779Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:39.779Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003119776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T02:38:39.879Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:39.880Z||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-03-23T02:38:39.880Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:39.890Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:39.891Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:40.785Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 376fbcc0-bfc5-483c-a9ce-f28fc028658d 2022-03-23T02:38:40.786Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 35034c62-e89e-4974-8eab-61455597e698 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-03-23T02:38:40.797Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1295d32b, org.onap.sdc.toscaparser.api.parameters.Input@4b12b890, org.onap.sdc.toscaparser.api.parameters.Input@49fc85c1, org.onap.sdc.toscaparser.api.parameters.Input@60ca51ae, org.onap.sdc.toscaparser.api.parameters.Input@5c7aca17] 2022-03-23T02:38:40.799Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.799Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:40.799Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-23T02:38:40.799Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= efc52f29-690e-478f-94e4-4e5086920b1b 2022-03-23T02:38:40.799Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efc52f29-690e-478f-94e4-4e5086920b1b matches Tosca VF Customization UUID: efc52f29-690e-478f-94e4-4e5086920b1b 2022-03-23T02:38:40.799Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: efc52f29-690e-478f-94e4-4e5086920b1b 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-03-23T02:38:40.801Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.801Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:40.802Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id efc52f29-690e-478f-94e4-4e5086920b1b: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-03-23T02:38:40.802Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d78035c 2022-03-23T02:38:40.802Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.802Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T02:38:40.802Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 31db51a2-3fa6-4b01-a0e8-156e3b1fe5d4 2022-03-23T02:38:40.802Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 31db51a2-3fa6-4b01-a0e8-156e3b1fe5d4 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-03-23T02:38:40.804Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.805Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:40.805Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:38:40.805Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.805Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:40.805Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T02:38:40.805Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.805Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-23T02:38:40.805Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=efc52f29-690e-478f-94e4-4e5086920b1b 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-03-23T02:38:40.807Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.807Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:40.807Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 376fbcc0-bfc5-483c-a9ce-f28fc028658d: basic_cnf_macro 2022-03-23T02:38:40.807Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.807Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:40.807Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.808Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:40.808Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.808Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:40.808Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.808Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:40.808Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T02:38:40.808Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T02:38:40.808Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:40.840Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 35034c62-e89e-4974-8eab-61455597e698 2 ASDC deployResourceStructure 2022-03-23T02:38:40.840Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:40.840Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:40.840Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:38:40.841Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:40.842Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:40.842Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003120840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:38:40.942Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:40.943Z||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-03-23T02:38:40.943Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:40.956Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:40.956Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:38:41.843Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:41.844Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:41.844Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:38:41.845Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:41.847Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:41.848Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003121843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:38:41.948Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:41.949Z||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-03-23T02:38:41.949Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:41.963Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:41.964Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:42.849Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:42.850Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:42.850Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-23T02:38:42.850Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:42.852Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:42.853Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003122849, "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-03-23T02:38:42.953Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:42.953Z||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-03-23T02:38:42.954Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:42.965Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:42.965Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:43.853Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:43.854Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:43.854Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:38:43.855Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:43.857Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:43.857Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003123853, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-23T02:38:43.957Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:43.958Z||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-03-23T02:38:43.958Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:43.972Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:43.972Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T02:38:44.858Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:44.859Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:44.859Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-23T02:38:44.859Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:44.861Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:44.862Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003124858, "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-03-23T02:38:44.962Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T02:38:44.963Z||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-03-23T02:38:44.963Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:44.975Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:44.975Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:45.863Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-23T02:38:45.863Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-23T02:38:45.863Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T02:38:45.863Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:38:45.865Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:38:45.866Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003125862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:38:45.965Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:38:45.966Z||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-03-23T02:38:45.966Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:38:45.977Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:45.977Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T02:38:46.866Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd9445b4-54af-46f3-a1a4-70bcbd3452bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T02:38:46.878Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd9445b4-54af-46f3-a1a4-70bcbd3452bf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T02:38:46.881Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T02:38:46.881Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T02:38:46.882Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T02:38:46.882Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T02:38:46.882Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:38:46.882Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:38:46.882Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:38:46.882Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:38:46.882Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T02:38:46.882Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:38:46.887Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T02:39:16.888Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd9445b4-54af-46f3-a1a4-70bcbd3452bf 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-03-23T02:39:16.896Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd9445b4-54af-46f3-a1a4-70bcbd3452bf and serviceModelVersionId: 376fbcc0-bfc5-483c-a9ce-f28fc028658d 2022-03-23T02:39:16.896Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4 2022-03-23T02:39:16.897Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?depth=0 2022-03-23T02:39:16.902Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T02:39:16.925Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?depth=0|INFO|500||Invoke 2022-03-23T02:39:16.926Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd9445b4-54af-46f3-a1a4-70bcbd3452bf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6907908d-60c8-4872-93a7-4873c55e43c6], X-ECOMP-RequestID=[bd9445b4-54af-46f3-a1a4-70bcbd3452bf], X-TransactionId=[], X-ONAP-RequestID=[bd9445b4-54af-46f3-a1a4-70bcbd3452bf], Content-Type=[application/merge-patch+json]} 2022-03-23T02:39:16.943Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T02:39:17.259Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?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/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-02:39:16:950-34148], vertex-id=[262224], Content-Length=[0], Date=[Wed, 23 Mar 2022 02:39:16 GMT], Content-Type=[application/json]} 2022-03-23T02:39:17.260Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T02:39:17.261Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3baf88f0-a186-42b9-8b3e-c5e7d86d8ef4/model-vers/model-ver/376fbcc0-bfc5-483c-a9ce-f28fc028658d?depth=0|INFO|500||InvokeReturn 2022-03-23T02:39:17.261Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T02:39:17.261Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:39:17.267Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||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-03-23T02:39:17.267Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd9445b4-54af-46f3-a1a4-70bcbd3452bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T02:39:17.267Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T02:39:17.267Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-23T02:39:17.269Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T02:39:17.270Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003157267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:39:17.369Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T02:39:17.370Z||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-03-23T02:39:17.370Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SLbVYgkm6chKBogN) ... 2022-03-23T02:39:17.387Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:39:17.392Z||pool-125-thread-1|||||INFO|500||cambria reply ok (23 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-03-23T02:39:18.281Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:39:18.281Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:39:18.281Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:39:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:39:26.730Z||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-03-23T02:39:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:39:26.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:39:26.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:39:26.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3315fe5a-f934-49c0-bcb9-0a840b2d34a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003096164, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:39:26.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:39:26.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:39:26.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:39:26.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-23T02:39:26.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:39:27.827Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:39:27.827Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:39:27.828Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:39:27.828Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:39:37.371Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:39:37.371Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:39:37.372Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:39:37.372Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:39:46.916Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:39:46.917Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:39:46.917Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:39:46.917Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:39:56.466Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:40:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:40:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:40:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:40:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:40:26.730Z||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-03-23T02:40:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:40:26.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:40:26.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:40:26.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-23T02:40:26.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:40:36.271Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:41:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:41:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:41:26.730Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:41:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:41:26.730Z||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-03-23T02:41:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:41:27.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:41:27.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003097179, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003112549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003114730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003115872, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003117330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003118635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003119776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003120840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003121843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003122849, "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-03-23T02:41:27.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003123853, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003124858, "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-03-23T02:41:27.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003125862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd9445b4-54af-46f3-a1a4-70bcbd3452bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648003157267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T02:41:27.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T02:41:36.285Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:42:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:42:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:42:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:42:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:42:26.730Z||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-03-23T02:42:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:42:36.269Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:42:36.270Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:43:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:43:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:43:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:43:26.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:43:26.730Z||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-03-23T02:43:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:43:36.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:43:36.280Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:44:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:44:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:44:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:44:26.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:44:26.730Z||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-03-23T02:44:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:44:36.271Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:44:36.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:45:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:45:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:45:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:45:26.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:45:26.730Z||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-03-23T02:45:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:45:36.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:45:36.275Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:46:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:46:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:46:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:46:26.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:46:26.730Z||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-03-23T02:46:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:46:36.271Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:46:36.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:47:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:47:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:47:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:47:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:47:26.730Z||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-03-23T02:47:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:47:36.271Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:47:36.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:48:26.728Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:48:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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-03-23T02:48:26.729Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|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 SLbVYgkm6chKBogN) ... 2022-03-23T02:48:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:48:26.730Z||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-03-23T02:48:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:48:36.269Z|bd9445b4-54af-46f3-a1a4-70bcbd3452bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:48:36.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:49:26.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:49:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:49:26.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:49:26.730Z||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-03-23T02:49:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:49:26.730Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SLbVYgkm6chKBogN) ... 2022-03-23T02:49:36.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:49:36.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:50:26.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:50:26.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:50:26.729Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SLbVYgkm6chKBogN) ... 2022-03-23T02:50:26.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:50:26.730Z||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-03-23T02:50:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:50:36.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:50:36.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:51:26.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:51:26.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:51:26.730Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SLbVYgkm6chKBogN) ... 2022-03-23T02:51:26.733Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:51:26.734Z||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-03-23T02:51:26.734Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:51:36.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:51:36.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:52:26.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:52:26.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:52:26.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:52:26.730Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SLbVYgkm6chKBogN) ... 2022-03-23T02:52:26.730Z||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-03-23T02:52:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:52:36.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:52:36.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:53:26.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:53:26.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:53:26.729Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SLbVYgkm6chKBogN) ... 2022-03-23T02:53:26.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:53:26.730Z||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-03-23T02:53:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:53:36.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:53:36.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:54:26.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:54:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:54:26.730Z||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-03-23T02:54:26.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:54:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:54:26.730Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SLbVYgkm6chKBogN) ... 2022-03-23T02:54:36.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:54:36.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:55:26.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:55:26.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:55:26.729Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SLbVYgkm6chKBogN) ... 2022-03-23T02:55:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:55:26.730Z||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-03-23T02:55:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:55:36.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:55:36.279Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:56:26.728Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:56:26.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:56:26.729Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SLbVYgkm6chKBogN) ... 2022-03-23T02:56:26.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:56:26.730Z||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-03-23T02:56:26.730Z||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 SLbVYgkm6chKBogN) ... 2022-03-23T02:56:36.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:56:36.282Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK