JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-12-28T11:41:20.072Z||main|||||INFO|500||The following profiles are active: basic 2022-12-28T11:42:20.206Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-28T11:42:20.214Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-28T11:42:20.887Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-28T11:42:41.992Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-28T11:42:43.940Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-28T11:42:46.055Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-28T11:42:46.092Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-28T11:42:47.217Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-28T11:42:48.819Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-28T11:42:51.362Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-28T11:43:03.727Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-28T11:43:11.131Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-28T11:43:11.324Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-28T11:43:13.259Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-28T11:43:14.149Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-12-28T11:43:19.502Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-28T11:43:23.662Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-28T11:43:23.732Z||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$$30e71889.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-12-28T11:43:23.738Z||main|||||WARN|500||The sdc end point is not alive 2022-12-28T11:43:32.769Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-12-28T11:43:41.734Z||main|||||WARN|500||--- 2022-12-28T11:43:41.735Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-28T11:43:41.735Z||main|||||WARN|500||--- 2022-12-28T11:43:43.373Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-28T11:43:57.201Z||main|||||INFO|500||Started Application in 171.657 seconds (JVM running for 185.34) 2022-12-28T11:43:57.310Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-28T11:43:57.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-28T11:43:57.366Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-28T11:43:57.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-28T11:43:57.741Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac341717-6332-45cb-b80d-3cd5309d318e url= /sdc/v1/artifactTypes 2022-12-28T11:43:57.744Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-28T11:43:58.825Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-28T11:43:59.060Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-12-28T11:43:59.127Z||scheduling-1|||||DEBUG|500||create keys 2022-12-28T11:43:59.146Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-28T11:43:59.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:43:59.366Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f55b82b3-8a13-4760-b74a-28d780e3c8d3 url= /sdc/v1/registerForDistribution 2022-12-28T11:43:59.536Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f55b82b3-8a13-4760-b74a-28d780e3c8d3 url= /sdc/v1/registerForDistribution 2022-12-28T11:43:59.537Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-28T11:43:59.756Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-28T11:43:59.771Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:43:59.770Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:43:59.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:43:59.916Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:43:59.916Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:43:59.917Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:44:10.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:44:10.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:44:59.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:44:59.668Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:44:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:44:59.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:44:59.694Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:44:59.695Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:45:09.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:45:09.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:45:59.670Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:45:59.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:45:59.679Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:45:59.716Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:45:59.719Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:45:59.720Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:46:09.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:46:09.341Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:46:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:46:59.673Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:46:59.674Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:46:59.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:46:59.706Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:46:59.715Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:47:09.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:47:09.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:47:59.670Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:47:59.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:47:59.695Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:47:59.696Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:47:59.696Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:47:59.696Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:48:09.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:48:09.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:48:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:48:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:48:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:48:59.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:48:59.696Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:48:59.697Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:49:09.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:49:09.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:49:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:49:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:49:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:49:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:49:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:49:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:50:09.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:50:09.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:50:59.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:50:59.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:50:59.679Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:50:59.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:50:59.721Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:50:59.721Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:51:09.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:51:09.318Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:51:45.226Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-28T11:51:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:51:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:51:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:51:59.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:51:59.698Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:51:59.698Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:52:09.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:52:09.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:52:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:52:59.669Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:52:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:52:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:52:59.693Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:52:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:53:09.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:53:09.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:53:59.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:53:59.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:53:59.681Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:53:59.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:53:59.696Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:53:59.696Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:54:09.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:54:09.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:54:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:54:59.671Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:54:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:54:59.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:54:59.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:54:59.702Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:55:09.270Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:55:09.311Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:55:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:55:59.669Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:55:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:55:59.692Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:55:59.692Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:55:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:56:09.246Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:56:09.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:56:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:56:59.670Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:56:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:56:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:56:59.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:56:59.696Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:57:09.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:57:09.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:57:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:57:59.670Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:57:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:57:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:57:59.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:57:59.701Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:58:09.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:58:09.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:58:59.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:58:59.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:58:59.697Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:58:59.698Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:58:59.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:58:59.720Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:59:09.283Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:59:09.333Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T11:59:59.683Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:59:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T11:59:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:59:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T11:59:59.724Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T11:59:59.724Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:00:09.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:00:09.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:00:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:00:59.670Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:00:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:00:59.692Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:00:59.693Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:00:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:01:09.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:01:09.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:01:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:01:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:01:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:01:59.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:01:59.687Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:01:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:02:09.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:02:09.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:02:59.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:02:59.668Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:02:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:02:59.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:02:59.712Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:02:59.713Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:03:09.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:03:09.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:03:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:03:59.668Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:03:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:03:59.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:03:59.695Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:03:59.696Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:04:09.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:04:09.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:04:59.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:04:59.669Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:04:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:04:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:04:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:04:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:05:09.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:05:09.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:05:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:05:59.671Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:05:59.672Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:05:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:05:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:05:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:06:09.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:06:09.255Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:06:59.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:06:59.669Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:06:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:06:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:06:59.692Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:06:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:07:09.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:07:09.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:07:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:07:59.669Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:07:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:07:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:07:59.694Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:07:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:08:09.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:08:09.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:08:59.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:08:59.668Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:08:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:08:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:08:59.693Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:08:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:09:09.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:09:09.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:09:59.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:09:59.671Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:09:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:09:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:09:59.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:09:59.695Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:10:09.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:10:09.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:10:59.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:10:59.668Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:10:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:10:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:10:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:10:59.697Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:11:09.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:11:09.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:11:59.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:11:59.668Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:11:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:11:59.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:11:59.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:11:59.700Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:12:09.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:12:09.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:12:59.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:12:59.670Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:12:59.673Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:12:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:12:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:12:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:13:09.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:13:09.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:13:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:13:59.672Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:13:59.672Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:13:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:13:59.692Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:13:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:14:09.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:14:09.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:14:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:14:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:14:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:14:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:14:59.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:14:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:15:09.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:15:09.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:15:59.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:15:59.671Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:15:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:15:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:15:59.693Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:15:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:16:09.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:16:09.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:16:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:16:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:16:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:16:59.692Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:16:59.694Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:16:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:17:09.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:17:09.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:17:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:17:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:17:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:17:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:17:59.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:17:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:18:09.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:18:09.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:18:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:18:59.676Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:18:59.677Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:18:59.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:18:59.712Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:18:59.713Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:19:09.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:19:09.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:19:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:19:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:19:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:19:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:19:59.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:19:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:20:09.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:20:09.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:20:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:20:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:20:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:20:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:20:59.693Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:20:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:21:09.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:21:09.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:21:59.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:21:59.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:21:59.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:21:59.701Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:21:59.700Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:21:59.705Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:22:09.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:22:09.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:22:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:22:59.671Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:22:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:22:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:22:59.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:22:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:23:09.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:23:09.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:23:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:23:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:23:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:23:59.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:23:59.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:23:59.702Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:24:09.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:24:09.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:24:59.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:24:59.683Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:24:59.683Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:24:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:24:59.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:24:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:25:09.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:25:09.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:25:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:25:59.669Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:25:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:25:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:25:59.693Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:25:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:26:09.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:26:09.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:26:59.692Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:26:59.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:26:59.698Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:26:59.691Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:26:59.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:26:59.741Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:27:09.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:27:09.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:27:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:27:59.671Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:27:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:27:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:27:59.692Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:27:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:28:09.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:28:09.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:28:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:28:59.673Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:28:59.674Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:28:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:28:59.695Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:28:59.695Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:29:09.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:29:09.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:29:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:29:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:29:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:29:59.692Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:29:59.693Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:29:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:30:09.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:30:09.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:30:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:30:59.672Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:30:59.672Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:30:59.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:30:59.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:30:59.699Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:31:09.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:31:09.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:31:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:31:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:31:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:31:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:31:59.693Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:31:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:32:09.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:32:09.264Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:32:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:32:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:32:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:32:59.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:32:59.732Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:32:59.732Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:33:09.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:33:09.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:33:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:33:59.682Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:33:59.687Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:33:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:33:59.692Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:33:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:34:09.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:34:09.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:34:59.668Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:34:59.671Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:34:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:34:59.692Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:34:59.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:34:59.700Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:35:09.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:35:09.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:35:59.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:35:59.676Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:35:59.676Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:35:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:35:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:35:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:36:09.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:36:09.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:36:59.667Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:36:59.668Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:36:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:36:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:36:59.693Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:36:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:37:09.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:37:09.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:37:59.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:37:59.669Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:37:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:37:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:37:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:37:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:38:09.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:38:09.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:38:59.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:38:59.669Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:38:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:38:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:38:59.693Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:38:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:39:09.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:39:09.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:39:59.677Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:39:59.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:39:59.705Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:39:59.706Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:39:59.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:39:59.710Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:40:09.334Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:40:09.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:40:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:40:59.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:40:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:40:59.721Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:40:59.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:40:59.728Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:41:09.317Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:41:09.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:41:59.668Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:41:59.673Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:41:59.683Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:41:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:41:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:41:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:42:09.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:42:09.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:42:59.666Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:42:59.669Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:42:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:42:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:42:59.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:42:59.708Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:43:09.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:43:09.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:43:59.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:43:59.670Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:43:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:43:59.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:43:59.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:43:59.700Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:44:09.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:44:09.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:44:59.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:44:59.670Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:44:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:44:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:44:59.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:44:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:45:09.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:45:09.318Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:45:59.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:45:59.669Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:45:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:45:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:45:59.693Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:45:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:46:09.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:46:09.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:46:59.666Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:46:59.668Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:46:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:46:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:46:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:46:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:47:09.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:47:09.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:47:59.666Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:47:59.668Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:47:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:47:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:47:59.692Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:47:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:48:09.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:48:09.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:48:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:48:59.670Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:48:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:48:59.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:48:59.695Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:48:59.695Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:00.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:00.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:00.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"22b6de17-132e-44ac-a040-64790a2b13a4","serviceName":"vFW 2022-12-28 12-47-18","serviceVersion":"1.0","serviceUUID":"497825f5-18dc-4ec2-8c7b-a0928f9c9c43","serviceDescription":"catalog service description","serviceInvariantUUID":"b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8","resources":[{"resourceInstanceName":"vFW bc53c0c4-89c6 0","resourceName":"vFW bc53c0c4-89c6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a0b171a-963b-4b90-a531-c9e6b3b9d219","resourceInvariantUUID":"808e994a-adf5-4f0d-adf6-341f74ad9615","resourceCustomizationUUID":"dd1c757e-4361-4886-91f2-60c030c9c3a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml","artifactChecksum":"ZmNlODA4YzM4NjZhYzJiNzc5Mjc4MmM4ODgwYjMxMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab1698be-44fb-40ef-bd29-9d4bbf717c37","artifactVersion":"1"},{"artifactName":"vfwbc53c0c489c60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json","artifactChecksum":"NTZmZjE1N2QzNjhjZjY1OWMyZjYxOGIzZjQyNGQ2MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28c0aeb0-c874-4737-8ef7-e4700fa77750","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1c2bd39b-0920-4be4-8d71-0db3dad53c47","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml","artifactChecksum":"Mjk1NzI4NGE0ZGRlOTEwOTNjOWRjMzUzOWI2OGY1ZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ddfd2b5-0c54-4c53-ad56-47ff6d55d457","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b520432-ffd0-4d0e-aca6-350c70bab649","artifactVersion":"2","generatedFromUUID":"1c2bd39b-0920-4be4-8d71-0db3dad53c47"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221228124718-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml","artifactChecksum":"YzY5N2Q2ZTc4MDE5ODA1YWM4ZGRhMTM3NDY3YzI5Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faf4b3db-1fb9-42d7-a74f-c0e51a99063b","artifactVersion":"1"},{"artifactName":"service-Vfw20221228124718-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar","artifactChecksum":"MmYzMTJmMTQzNjM0OGViOGE0OWFiZDMwNTAwZThhZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb9d9958-792e-4ee8-ad03-e72e38e5b95c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T12:49:00.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231693275, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.435Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:49:00.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231696526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "ves-openapi-manager", "timestamp": 1672231695816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "ves-openapi-manager", "timestamp": 1672231695816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231693275, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231696526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "NOTIFIED" } 2022-12-28T12:49:00.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231701039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231693275, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "ves-openapi-manager", "timestamp": 1672231695816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.456Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:00.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231696526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-28T12:49:00.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231701039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "ves-openapi-manager", "timestamp": 1672231695816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231693275, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231696526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231701039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "ves-openapi-manager", "timestamp": 1672231695816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231693275, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231696526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-28T12:49:00.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231701039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "ves-openapi-manager", "timestamp": 1672231695816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231693275, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.488Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:00.488Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231696526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231701039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "ves-openapi-manager", "timestamp": 1672231695816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231693275, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:49:00.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231696526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:49:00.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231701039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:00.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231707027, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:00.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:00.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231707074, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:00.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:00.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231701039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:49:00.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:00.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:00.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "cds", "timestamp": 1672231708096, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-12-28T12:49:00.588Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-12-28T12:49:00.595Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:00.596Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:49:00.653Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:00.655Z||pool-3-thread-1|||||INFO|500||cambria reply ok (61 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-12-28T12:49:00.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22b6de17-132e-44ac-a040-64790a2b13a4 2022-12-28T12:49:01.029Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b6de17-132e-44ac-a040-64790a2b13a4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:49:01.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231708117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231708905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231709189, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231710293, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:49:01.104Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22b6de17-132e-44ac-a040-64790a2b13a4 2022-12-28T12:49:01.104Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b6de17-132e-44ac-a040-64790a2b13a4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:49:01.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "multicloud-k8s-id", "timestamp": 1672231711299, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "DEPLOY_OK" } 2022-12-28T12:49:01.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231715118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231715118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231715118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231715118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231715118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231715118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "ves-openapi-manager", "timestamp": 1672231715816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231716527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231715118, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:49:01.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "ves-openapi-manager", "timestamp": 1672231715816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231716527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "NOTIFIED" } 2022-12-28T12:49:01.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231723079, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "ves-openapi-manager", "timestamp": 1672231715816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231716527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-28T12:49:01.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231723275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "ves-openapi-manager", "timestamp": 1672231715816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231716527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231723275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "ves-openapi-manager", "timestamp": 1672231715816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231716527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-28T12:49:01.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231723275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "ves-openapi-manager", "timestamp": 1672231715816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231716527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231723275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "ves-openapi-manager", "timestamp": 1672231715816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231716527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:49:01.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231723275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231728230, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T12:49:01.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231728724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231723275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "aai-ml", "timestamp": 1672231729258, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:49:01.168Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22b6de17-132e-44ac-a040-64790a2b13a4 2022-12-28T12:49:01.168Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b6de17-132e-44ac-a040-64790a2b13a4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:49:01.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231729823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231723275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:49:01.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231730901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231731019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231731317, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T12:49:01.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231731039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231731943, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:49:01.214Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72544007-ce6c-4dd1-be98-95223c4a8c48 2022-12-28T12:49:01.214Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72544007-ce6c-4dd1-be98-95223c4a8c48 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:49:01.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "cds", "timestamp": 1672231732025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:49:01.230Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72544007-ce6c-4dd1-be98-95223c4a8c48 2022-12-28T12:49:01.230Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72544007-ce6c-4dd1-be98-95223c4a8c48 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:49:01.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231732337, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:49:01.246Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22b6de17-132e-44ac-a040-64790a2b13a4 2022-12-28T12:49:01.246Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b6de17-132e-44ac-a040-64790a2b13a4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:49:01.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231731039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "multicloud-k8s-id", "timestamp": 1672231732949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T12:49:01.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231731039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231731039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231731039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231731039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:01.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231731039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:49:01.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:49:01.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:01.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231738804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:01.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:49:01.506Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:49:01.506Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:01.509Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:01.509Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "NOTIFIED" } 2022-12-28T12:49:01.609Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T12:49:01.613Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:01.614Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:01.631Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:01.632Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:02.517Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:49:02.519Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:02.522Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:02.523Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-28T12:49:02.623Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:49:02.625Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:02.626Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:02.646Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:02.646Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-12-28T12:49:03.524Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:49:03.525Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:03.528Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:03.528Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:03.631Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-28T12:49:03.633Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:03.633Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:03.653Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:03.653Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-12-28T12:49:04.529Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:49:04.531Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:04.535Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:04.535Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-28T12:49:04.635Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:49:04.636Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:04.636Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:04.650Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:04.651Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:05.537Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:49:05.537Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:05.540Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:05.540Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:05.640Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:49:05.641Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:05.642Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:05.654Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:05.654Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:06.541Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:49:06.542Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:06.545Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:06.545Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:49:06.645Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T12:49:06.649Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:06.649Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:06.692Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:06.692Z||pool-9-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:07.551Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "serviceName": "vFW 2022-12-28 12-47-18", "serviceVersion": "1.0", "serviceUUID": "497825f5-18dc-4ec2-8c7b-a0928f9c9c43", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8", "resources": [ { "resourceInstanceName": "vFW bc53c0c4-89c6 0", "resourceCustomizationUUID": "dd1c757e-4361-4886-91f2-60c030c9c3a2", "resourceName": "vFW bc53c0c4-89c6", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5a0b171a-963b-4b90-a531-c9e6b3b9d219", "resourceInvariantUUID": "808e994a-adf5-4f0d-adf6-341f74ad9615", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbc53c0c489c60_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "artifactChecksum": "NTZmZjE1N2QzNjhjZjY1OWMyZjYxOGIzZjQyNGQ2MmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "28c0aeb0-c874-4737-8ef7-e4700fa77750", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1c2bd39b-0920-4be4-8d71-0db3dad53c47", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1b520432-ffd0-4d0e-aca6-350c70bab649", "generatedFromUUID": "1c2bd39b-0920-4be4-8d71-0db3dad53c47" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1b520432-ffd0-4d0e-aca6-350c70bab649", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221228124718-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "artifactChecksum": "MmYzMTJmMTQzNjM0OGViOGE0OWFiZDMwNTAwZThhZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb9d9958-792e-4ee8-ad03-e72e38e5b95c" } ], "workloadContext": "Production" } 2022-12-28T12:49:07.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T12:49:07.553Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 497825f5-18dc-4ec2-8c7b-a0928f9c9c43 ASDC 2022-12-28T12:49:08.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:22b6de17-132e-44ac-a040-64790a2b13a4 ServiceName:vFW 2022-12-28 12-47-18 ServiceVersion:1.0 ServiceUUID:497825f5-18dc-4ec2-8c7b-a0928f9c9c43 ServiceInvariantUUID:b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221228124718-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar ArtifactUUID:eb9d9958-792e-4ee8-ad03-e72e38e5b95c ArtifactChecksum:MmYzMTJmMTQzNjM0OGViOGE0OWFiZDMwNTAwZThhZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bc53c0c4-89c6 0 ResourceCustomizationUUID:dd1c757e-4361-4886-91f2-60c030c9c3a2 ResourceInvariantUUID:808e994a-adf5-4f0d-adf6-341f74ad9615 ResourceName:vFW bc53c0c4-89c6 ResourceType:VF ResourceUUID:5a0b171a-963b-4b90-a531-c9e6b3b9d219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbc53c0c489c60_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json ArtifactUUID:28c0aeb0-c874-4737-8ef7-e4700fa77750 ArtifactChecksum:NTZmZjE1N2QzNjhjZjY1OWMyZjYxOGIzZjQyNGQ2MmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml ArtifactUUID:1c2bd39b-0920-4be4-8d71-0db3dad53c47 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env ArtifactUUID:1b520432-ffd0-4d0e-aca6-350c70bab649 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env ArtifactUUID:1b520432-ffd0-4d0e-aca6-350c70bab649 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-28T12:49:08.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 497825f5-18dc-4ec2-8c7b-a0928f9c9c43 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T12:49:08.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T12:49:08.325Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-28T12:49:08.332Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-28T12:49:08.333Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eb9d9958-792e-4ee8-ad03-e72e38e5b95c from URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:08.334Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-28T12:49:08.342Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:08.468Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-28T12:49:08.496Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar eb9d9958-792e-4ee8-ad03-e72e38e5b95c 100644 2022-12-28T12:49:08.498Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar ASDC sendASDCNotification 2022-12-28T12:49:08.498Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:08.499Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T12:49:08.501Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:08.503Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:08.504Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231748497, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:08.608Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-28T12:49:08.610Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:08.611Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:08.645Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:08.648Z||pool-10-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:09.504Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T12:49:09.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-28T12:49:09.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: eb9d9958-792e-4ee8-ad03-e72e38e5b95c, URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar to file: /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:09.507Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221228124718-csar.csar 2022-12-28T12:49:09.772Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:09.773Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:11.713Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5776470144812605402/Definitions/service-Vfw20221228124718-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-12-28T12:49:19.241Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T12:49:19.247Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-28T12:49:19.248Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.248Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-28T12:49:19.249Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.249Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.249Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.250Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bc53c0c4-89c6 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.250Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.251Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.251Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.251Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.252Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.252Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.253Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:19.253Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-28T12:49:19.262Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.264Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:19.269Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:19.269Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-28T12:49:19.271Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T12:49:19.274Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.279Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:19.279Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:19.280Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-28T12:49:19.280Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T12:49:19.280Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.281Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:19.285Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.285Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria 2022-12-28T12:49:19.285Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-28T12:49:19.286Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-28T12:49:19.286Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-28T12:49:19.286Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.286Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.287Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.287Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-28T12:49:19.287Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-28T12:49:19.288Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-28T12:49:19.288Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.288Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.288Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-28T12:49:19.289Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.289Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-28T12:49:19.295Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.295Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-28T12:49:19.295Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.296Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T12:49:19.297Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.297Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:19.298Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:49:19.298Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.298Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:19.299Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:49:19.299Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.299Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:19.299Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:49:19.300Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.300Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria 2022-12-28T12:49:19.300Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-28T12:49:19.300Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-28T12:49:19.301Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-28T12:49:19.301Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-28T12:49:19.301Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-28T12:49:19.301Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.302Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.302Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-28T12:49:19.302Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.302Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-28T12:49:19.303Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.303Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d36edd94-67e2-40f2-9185-70267a512d7a 2022-12-28T12:49:19.303Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.303Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria 2022-12-28T12:49:19.304Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-28T12:49:19.304Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-28T12:49:19.304Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-28T12:49:19.304Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.305Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.305Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.307Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-28T12:49:19.308Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-28T12:49:19.309Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-28T12:49:19.310Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.311Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-28T12:49:19.312Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.313Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ca2a9bac-2974-46d0-b6d7-880de56b0255 2022-12-28T12:49:19.313Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.314Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria 2022-12-28T12:49:19.315Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-28T12:49:19.316Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-28T12:49:19.316Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-28T12:49:19.317Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.317Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.318Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.318Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-28T12:49:19.318Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-28T12:49:19.318Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-28T12:49:19.319Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:19.319Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:19.319Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-28T12:49:19.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff048fe0-68d6-4c60-b7c1-3bbe7a2e8f0e 2022-12-28T12:49:19.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:19.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.321Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:19.321Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.321Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:19.321Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:19.322Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:19.325Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-28 12-47-18 Description:catalog service description Model UUID:497825f5-18dc-4ec2-8c7b-a0928f9c9c43 Model Version:NULL Model InvariantUuid:b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bc53c0c4-89c6 Model UUID:cfb53c56-c176-4dcc-990f-a9b8ef4895ee Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:808e994a-adf5-4f0d-adf6-341f74ad9615 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dd1c757e-4361-4886-91f2-60c030c9c3a2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b8833349-cf4c-4894-a2de-ae3b60c47298 ModelName:VfwBc53c0c489c6..base_vfw..module-0 ModelUuid:8339fd5f-2fda-42f8-8024-b73ffc7fd8da ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d36edd94-67e2-40f2-9185-70267a512d7a ModelInvariantUuid:a706fc83-c52d-4694-9f48-a6afe3a99703 ModelName:vFW bc53c0c4-89c6-nodes.vfwCvfc ModelUuid:d90e8174-0526-49d6-a6b0-41e8d70acf51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d5710475-6b00-4cd8-9494-a58bdb4947bf ModelInvariantUuid:6910e9f4-6a10-4687-ba29-769312c52f31 ModelName:VfwBc53c0c489c6.compute.nodes.heat.vfw ModelUuid:3d50c0c2-3e4e-425b-9136-68cd454a4940 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ca2a9bac-2974-46d0-b6d7-880de56b0255 ModelInvariantUuid:f6891106-8315-41df-8d7b-8619d139fa88 ModelName:vFW bc53c0c4-89c6-nodes.vsnCvfc ModelUuid:1545c224-55e1-44bb-94ac-8bd4bb448539 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ab915a5b-1a73-4c50-8285-9a3409010bc0 ModelInvariantUuid:2cc8ae83-5559-43b5-b387-380c7df1444b ModelName:VfwBc53c0c489c6.compute.nodes.heat.vsn ModelUuid:3b6a92d3-5462-47b8-9981-218e89ad562f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ff048fe0-68d6-4c60-b7c1-3bbe7a2e8f0e ModelInvariantUuid:63ff2d04-1f73-40db-9c4b-d996f93af1a1 ModelName:vFW bc53c0c4-89c6-nodes.vpgCvfc ModelUuid:fba29a4f-8b66-471f-b649-c28fa85060a6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:68e75fe7-0e13-4362-98d0-eb9f7b03f81b ModelInvariantUuid:4f1b18a9-f849-4841-9f60-8c71d15eefc9 ModelName:VfwBc53c0c489c6.compute.nodes.heat.vpg ModelUuid:dc530bf3-bc33-4b68-bc91-73fd18c6dbfe ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T12:49:19.354Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a0b171a-963b-4b90-a531-c9e6b3b9d219 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T12:49:19.640Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||vFW bc53c0c4-89c6 0 2022-12-28T12:49:19.651Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a0b171a-963b-4b90-a531-c9e6b3b9d219 2022-12-28T12:49:19.652Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 28c0aeb0-c874-4737-8ef7-e4700fa77750 from URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json 2022-12-28T12:49:19.652Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-28T12:49:19.652Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json 2022-12-28T12:49:19.713Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-28T12:49:19.715Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json 28c0aeb0-c874-4737-8ef7-e4700fa77750 785 2022-12-28T12:49:19.715Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json ASDC sendASDCNotification 2022-12-28T12:49:19.716Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json 2022-12-28T12:49:19.716Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T12:49:19.717Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:19.743Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:19.744Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231759715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:19.829Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2022-12-28T12:49:19.832Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:19.833Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:19.863Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:19.865Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:20.749Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBc53c0c489c6..base_vfw..module-0", "vfModuleModelInvariantUUID": "b8833349-cf4c-4894-a2de-ae3b60c47298", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8339fd5f-2fda-42f8-8024-b73ffc7fd8da", "vfModuleModelCustomizationUUID": "079a573d-16ed-474c-933b-0a25068f5a9a", "isBase": true, "artifacts": [ "1c2bd39b-0920-4be4-8d71-0db3dad53c47", "1b520432-ffd0-4d0e-aca6-350c70bab649" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T12:49:20.777Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBc53c0c489c6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8339fd5f-2fda-42f8-8024-b73ffc7fd8da VfModuleModelInvariantUUID:b8833349-cf4c-4894-a2de-ae3b60c47298 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c2bd39b-0920-4be4-8d71-0db3dad53c47 , 1b520432-ffd0-4d0e-aca6-350c70bab649 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T12:49:20.814Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBc53c0c489c6..base_vfw..module-0", "vfModuleModelInvariantUUID": "b8833349-cf4c-4894-a2de-ae3b60c47298", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8339fd5f-2fda-42f8-8024-b73ffc7fd8da", "vfModuleModelCustomizationUUID": "079a573d-16ed-474c-933b-0a25068f5a9a", "isBase": true, "artifacts": [ "1c2bd39b-0920-4be4-8d71-0db3dad53c47", "1b520432-ffd0-4d0e-aca6-350c70bab649" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T12:49:20.814Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBc53c0c489c6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8339fd5f-2fda-42f8-8024-b73ffc7fd8da VfModuleModelInvariantUUID:b8833349-cf4c-4894-a2de-ae3b60c47298 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c2bd39b-0920-4be4-8d71-0db3dad53c47 , 1b520432-ffd0-4d0e-aca6-350c70bab649 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T12:49:20.815Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c2bd39b-0920-4be4-8d71-0db3dad53c47 from URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml 2022-12-28T12:49:20.816Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-28T12:49:20.816Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml 2022-12-28T12:49:20.886Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-28T12:49:20.887Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml 1c2bd39b-0920-4be4-8d71-0db3dad53c47 20368 2022-12-28T12:49:20.888Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-28T12:49:20.888Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml 2022-12-28T12:49:20.888Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T12:49:20.888Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:20.890Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:20.891Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231760888, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:20.991Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T12:49:20.992Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:20.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:21.006Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:21.007Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:21.892Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1b520432-ffd0-4d0e-aca6-350c70bab649 from URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env 2022-12-28T12:49:21.892Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-28T12:49:21.894Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env 2022-12-28T12:49:21.956Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-28T12:49:21.956Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env 1b520432-ffd0-4d0e-aca6-350c70bab649 2098 2022-12-28T12:49:21.959Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-28T12:49:21.959Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env 2022-12-28T12:49:21.960Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T12:49:21.961Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:21.966Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:21.966Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231761959, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-28T12:49:22.064Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T12:49:22.065Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:22.066Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:22.080Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:22.081Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:22.970Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 497825f5-18dc-4ec2-8c7b-a0928f9c9c43 2022-12-28T12:49:22.970Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bc53c0c4-89c6 0 5a0b171a-963b-4b90-a531-c9e6b3b9d219 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-12-28T12:49:23.020Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1474c19e, org.onap.sdc.toscaparser.api.parameters.Input@44fe77da, org.onap.sdc.toscaparser.api.parameters.Input@126a71a7, org.onap.sdc.toscaparser.api.parameters.Input@623fd301, org.onap.sdc.toscaparser.api.parameters.Input@50f596e9] 2022-12-28T12:49:23.025Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.026Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:23.027Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-12-28T12:49:23.027Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= dd1c757e-4361-4886-91f2-60c030c9c3a2 2022-12-28T12:49:23.027Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd1c757e-4361-4886-91f2-60c030c9c3a2 matches Tosca VF Customization UUID: dd1c757e-4361-4886-91f2-60c030c9c3a2 2022-12-28T12:49:23.027Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: dd1c757e-4361-4886-91f2-60c030c9c3a2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-28T12:49:23.040Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.042Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:23.043Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id dd1c757e-4361-4886-91f2-60c030c9c3a2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-28T12:49:23.044Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c30bf69 2022-12-28T12:49:23.044Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.044Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T12:49:23.046Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 079a573d-16ed-474c-933b-0a25068f5a9a 2022-12-28T12:49:23.047Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 079a573d-16ed-474c-933b-0a25068f5a9a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-28T12:49:23.054Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.055Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:23.055Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:49:23.056Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.057Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:23.057Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:49:23.057Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.057Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria 2022-12-28T12:49:23.058Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-28T12:49:23.058Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-28T12:49:23.058Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-28T12:49:23.059Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-28T12:49:23.059Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-28T12:49:23.059Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:23.059Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:23.060Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-28T12:49:23.060Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:23.060Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-28T12:49:23.060Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:23.061Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d36edd94-67e2-40f2-9185-70267a512d7a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-28T12:49:23.072Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.073Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:23.073Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:49:23.074Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.074Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria 2022-12-28T12:49:23.075Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-28T12:49:23.075Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-28T12:49:23.075Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-28T12:49:23.076Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:23.076Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:23.076Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:23.076Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-28T12:49:23.077Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-28T12:49:23.077Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-28T12:49:23.077Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:23.077Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-28T12:49:23.078Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:23.078Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ca2a9bac-2974-46d0-b6d7-880de56b0255 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-28T12:49:23.081Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.082Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:23.082Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:49:23.085Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.085Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria 2022-12-28T12:49:23.085Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-28T12:49:23.085Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-28T12:49:23.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-28T12:49:23.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-28T12:49:23.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-28T12:49:23.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-28T12:49:23.088Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-28T12:49:23.088Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff048fe0-68d6-4c60-b7c1-3bbe7a2e8f0e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-28T12:49:23.090Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.091Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:23.091Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:49:23.092Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.092Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria 2022-12-28T12:49:23.092Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=dd1c757e-4361-4886-91f2-60c030c9c3a2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T12:49:23.095Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.095Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:23.096Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 497825f5-18dc-4ec2-8c7b-a0928f9c9c43: vFW bc53c0c4-89c6 2022-12-28T12:49:23.097Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.097Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:23.098Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.098Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:23.098Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.099Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:23.099Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.100Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:23.100Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:49:23.101Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:49:23.101Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-12-28 12-47-18 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:49:23.504Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bc53c0c4-89c6 5a0b171a-963b-4b90-a531-c9e6b3b9d219 1 ASDC deployResourceStructure 2022-12-28T12:49:23.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json ASDC sendASDCNotification 2022-12-28T12:49:23.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json 2022-12-28T12:49:23.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T12:49:23.507Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:23.525Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:23.525Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231763506, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "DEPLOY_OK" } 2022-12-28T12:49:23.624Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T12:49:23.625Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:23.625Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:23.651Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:23.652Z||pool-14-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-12-28T12:49:24.526Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-28T12:49:24.527Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml 2022-12-28T12:49:24.527Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T12:49:24.527Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:24.531Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:24.533Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231764526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-28T12:49:24.632Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-28T12:49:24.633Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:24.633Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:24.646Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:24.647Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:25.535Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-28T12:49:25.535Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env 2022-12-28T12:49:25.535Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T12:49:25.535Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:25.538Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:25.540Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231765534, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-28T12:49:25.638Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T12:49:25.639Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:25.640Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:25.664Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:25.665Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:49:26.542Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar ASDC sendASDCNotification 2022-12-28T12:49:26.542Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar 2022-12-28T12:49:26.542Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T12:49:26.543Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:49:26.546Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:49:26.546Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231766542, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T12:49:26.646Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:49:26.647Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:49:26.647Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:26.682Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:26.682Z||pool-17-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-12-28T12:49:27.552Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22b6de17-132e-44ac-a040-64790a2b13a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T12:49:27.622Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22b6de17-132e-44ac-a040-64790a2b13a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T12:49:27.632Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T12:49:27.633Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T12:49:27.633Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T12:49:27.633Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T12:49:27.633Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:49:27.634Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:49:27.634Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:49:27.634Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:49:27.634Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:49:27.635Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:49:27.644Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T12:49:57.644Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22b6de17-132e-44ac-a040-64790a2b13a4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T12:49:57.669Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22b6de17-132e-44ac-a040-64790a2b13a4 and serviceModelVersionId: 497825f5-18dc-4ec2-8c7b-a0928f9c9c43 2022-12-28T12:49:57.670Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8 2022-12-28T12:49:59.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:49:59.705Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:49:59.706Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:49:59.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:49:59.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:49:59.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:49:59.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:26.457Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0 2022-12-28T12:50:26.789Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T12:50:27.810Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|INFO|500||Invoke 2022-12-28T12:50:27.824Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22b6de17-132e-44ac-a040-64790a2b13a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c2b961a-01c5-4788-9606-5e71eb2d46b4], X-ECOMP-RequestID=[22b6de17-132e-44ac-a040-64790a2b13a4], X-TransactionId=[], X-ONAP-RequestID=[22b6de17-132e-44ac-a040-64790a2b13a4], Content-Type=[application/merge-patch+json]} 2022-12-28T12:50:28.213Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T12:50:28.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?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/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 12:50:26 GMT], content-length=[0], vertex-id=[200872], x-aai-txid=[1-aai-resources-221228-12:50:26:906-4871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T12:50:28.510Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-28T12:50:28.511Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|INFO|500||InvokeReturn 2022-12-28T12:50:28.520Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T12:50:28.521Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T12:50:28.533Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T12:50:28.534Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22b6de17-132e-44ac-a040-64790a2b13a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T12:50:28.536Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T12:50:28.537Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:28.540Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:28.540Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231828534, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T12:50:28.640Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:50:28.648Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:28.649Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:28.663Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:28.664Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T12:50:29.575Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T12:50:29.575Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"72544007-ce6c-4dd1-be98-95223c4a8c48","serviceName":"basic_onboard_cZxBDf","serviceVersion":"1.0","serviceUUID":"277dbb6a-e249-4653-99d4-48eee2a55db7","serviceDescription":"service","serviceInvariantUUID":"34009ba5-22f3-4b83-ba89-a21fafdf11d7","resources":[{"resourceInstanceName":"basic_onboard_cZxBDf 0","resourceName":"basic_onboard_cZxBDf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62386b5a-a700-44ca-97ed-44d5b6a8bd74","resourceInvariantUUID":"b10bf874-f0b9-444e-9763-fe8ecce28485","resourceCustomizationUUID":"74b6768e-1929-401b-8e64-fbf417f84676","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml","artifactChecksum":"NTAwYjhiMDJjODI4MGE2ZjEwZmM5Y2I0NzcwYWY5Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb1d1969-2fff-436e-9148-da39f14690cf","artifactVersion":"1"},{"artifactName":"basic_onboard_czxbdf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json","artifactChecksum":"NmQ0MWZhZTIwMzE4ZDFlMGI5NWI1MmFhY2VlNzllZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"433b4151-9ba7-40d9-b342-17022ab91d69","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fef291d0-f4cb-4f31-a163-874bcf0f32b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4212e402-7138-4604-85b4-af279c03d18d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cae0b381-9bf4-4a9a-a275-8ef618664244","artifactVersion":"2","generatedFromUUID":"fef291d0-f4cb-4f31-a163-874bcf0f32b8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCzxbdf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml","artifactChecksum":"ZjM3MTY3MWVmM2QxN2UyYTcxZWVmMDUzZDc4ZDRmMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fe1d401-7a9f-49fb-94a4-9f90aa266e08","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCzxbdf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar","artifactChecksum":"NzJjZTQwYzNjMTAxN2E4YmEyZWYyMDFlZjMxYjlkMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34129b95-a266-4f4a-8046-b9f4a52a9192","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T12:50:29.576Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:50:29.577Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:29.580Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:29.580Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:29.691Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-12-28T12:50:29.692Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:29.693Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:29.707Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:29.708Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-28T12:50:30.583Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:50:30.586Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:30.591Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:30.592Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "NOTIFIED" } 2022-12-28T12:50:30.690Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-28T12:50:30.691Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:30.691Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:30.705Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:30.706Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:31.593Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:50:31.594Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:31.597Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:31.597Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-28T12:50:31.700Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-28T12:50:31.702Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:31.702Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:31.716Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:31.717Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:32.599Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:50:32.600Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:32.605Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:32.605Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:32.710Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-12-28T12:50:32.711Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:32.713Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:32.726Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:32.727Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:33.606Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:50:33.607Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:33.610Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:33.610Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-28T12:50:33.712Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-28T12:50:33.714Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:33.715Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:33.728Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:33.729Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:34.610Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:50:34.612Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:34.629Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:34.629Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:34.714Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-12-28T12:50:34.716Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:34.716Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:34.728Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:34.729Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-28T12:50:35.630Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T12:50:35.631Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:35.635Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:35.635Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:50:35.734Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T12:50:35.735Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:35.736Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:35.749Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:35.750Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:36.645Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "serviceName": "basic_onboard_cZxBDf", "serviceVersion": "1.0", "serviceUUID": "277dbb6a-e249-4653-99d4-48eee2a55db7", "serviceDescription": "service", "serviceInvariantUUID": "34009ba5-22f3-4b83-ba89-a21fafdf11d7", "resources": [ { "resourceInstanceName": "basic_onboard_cZxBDf 0", "resourceCustomizationUUID": "74b6768e-1929-401b-8e64-fbf417f84676", "resourceName": "basic_onboard_cZxBDf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "62386b5a-a700-44ca-97ed-44d5b6a8bd74", "resourceInvariantUUID": "b10bf874-f0b9-444e-9763-fe8ecce28485", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_czxbdf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "artifactChecksum": "NmQ0MWZhZTIwMzE4ZDFlMGI5NWI1MmFhY2VlNzllZGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "433b4151-9ba7-40d9-b342-17022ab91d69", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fef291d0-f4cb-4f31-a163-874bcf0f32b8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cae0b381-9bf4-4a9a-a275-8ef618664244", "generatedFromUUID": "fef291d0-f4cb-4f31-a163-874bcf0f32b8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cae0b381-9bf4-4a9a-a275-8ef618664244", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCzxbdf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "artifactChecksum": "NzJjZTQwYzNjMTAxN2E4YmEyZWYyMDFlZjMxYjlkMGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "34129b95-a266-4f4a-8046-b9f4a52a9192" } ], "workloadContext": "Production" } 2022-12-28T12:50:36.645Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T12:50:36.646Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 277dbb6a-e249-4653-99d4-48eee2a55db7 ASDC 2022-12-28T12:50:36.646Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:72544007-ce6c-4dd1-be98-95223c4a8c48 ServiceName:basic_onboard_cZxBDf ServiceVersion:1.0 ServiceUUID:277dbb6a-e249-4653-99d4-48eee2a55db7 ServiceInvariantUUID:34009ba5-22f3-4b83-ba89-a21fafdf11d7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCzxbdf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar ArtifactUUID:34129b95-a266-4f4a-8046-b9f4a52a9192 ArtifactChecksum:NzJjZTQwYzNjMTAxN2E4YmEyZWYyMDFlZjMxYjlkMGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_cZxBDf 0 ResourceCustomizationUUID:74b6768e-1929-401b-8e64-fbf417f84676 ResourceInvariantUUID:b10bf874-f0b9-444e-9763-fe8ecce28485 ResourceName:basic_onboard_cZxBDf ResourceType:VF ResourceUUID:62386b5a-a700-44ca-97ed-44d5b6a8bd74 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_czxbdf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json ArtifactUUID:433b4151-9ba7-40d9-b342-17022ab91d69 ArtifactChecksum:NmQ0MWZhZTIwMzE4ZDFlMGI5NWI1MmFhY2VlNzllZGY= 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/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml ArtifactUUID:fef291d0-f4cb-4f31-a163-874bcf0f32b8 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/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env ArtifactUUID:cae0b381-9bf4-4a9a-a275-8ef618664244 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/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env ArtifactUUID:cae0b381-9bf4-4a9a-a275-8ef618664244 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-28T12:50:36.646Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 277dbb6a-e249-4653-99d4-48eee2a55db7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T12:50:36.737Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T12:50:36.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-28T12:50:36.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-28T12:50:36.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 34129b95-a266-4f4a-8046-b9f4a52a9192 from URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:36.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-28T12:50:36.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:36.819Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-28T12:50:36.824Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar 34129b95-a266-4f4a-8046-b9f4a52a9192 75296 2022-12-28T12:50:36.824Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar ASDC sendASDCNotification 2022-12-28T12:50:36.824Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:36.825Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T12:50:36.825Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:36.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:36.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231836824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:50:36.928Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:50:36.929Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:36.930Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:36.946Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:36.946Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:37.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T12:50:37.833Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-28T12:50:37.833Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 34129b95-a266-4f4a-8046-b9f4a52a9192, URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar to file: /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:37.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:37.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:37.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:38.063Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11282447605891455390/Definitions/service-BasicOnboardCzxbdf-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-12-28T12:50:40.653Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T12:50:40.654Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-28T12:50:40.654Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:40.654Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cZxBDf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:40.659Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-28T12:50:40.659Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.660Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:40.660Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:40.660Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-28T12:50:40.660Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T12:50:40.661Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.661Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:40.661Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:40.661Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-28T12:50:40.662Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T12:50:40.662Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.662Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:40.662Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.663Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is not matching search criteria 2022-12-28T12:50:40.663Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-28T12:50:40.663Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-28T12:50:40.664Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-28T12:50:40.664Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:50:40.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:40.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:50:40.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:40.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:50:40.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is not matching search criteria 2022-12-28T12:50:40.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-28T12:50:40.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-28T12:50:40.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dab0418e-597f-4242-8beb-1e1bb212c455 2022-12-28T12:50:40.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:40.670Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.670Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:40.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:40.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:40.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:40.673Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_cZxBDf Description:service Model UUID:277dbb6a-e249-4653-99d4-48eee2a55db7 Model Version:NULL Model InvariantUuid:34009ba5-22f3-4b83-ba89-a21fafdf11d7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_cZxBDf Model UUID:e25d042e-d823-4a45-85d5-83f7a9a02ae5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b10bf874-f0b9-444e-9763-fe8ecce28485 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:74b6768e-1929-401b-8e64-fbf417f84676 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b52c0fa7-2c70-4a6b-afa8-f949ec308294 ModelName:BasicOnboardCzxbdf..base_ubuntu18..module-0 ModelUuid:6a49b8b4-de5b-492a-83ba-38e3c9993e46 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dab0418e-597f-4242-8beb-1e1bb212c455 ModelInvariantUuid:fa2d3b2c-8204-493e-81fb-bd233a2be0d7 ModelName:basic_onboard_cZxBDf-nodes.ubuntu18Cvfc ModelUuid:c2d47d6c-8807-45da-b1dc-b9e4b6696299 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b306a1d1-8003-469e-ab33-1e424ee37eea ModelInvariantUuid:045c7adf-7ad1-4c5b-88ad-cc31ce0b4cb1 ModelName:BasicOnboardCzxbdf.compute.nodes.heat.ubuntu18 ModelUuid:08b8be2a-c3d4-435c-9779-0e667e09ccb5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T12:50:40.684Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 62386b5a-a700-44ca-97ed-44d5b6a8bd74 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T12:50:40.687Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||basic_onboard_cZxBDf 0 2022-12-28T12:50:40.688Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62386b5a-a700-44ca-97ed-44d5b6a8bd74 2022-12-28T12:50:40.688Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 433b4151-9ba7-40d9-b342-17022ab91d69 from URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json 2022-12-28T12:50:40.688Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-28T12:50:40.689Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json 2022-12-28T12:50:40.800Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-28T12:50:40.802Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json 433b4151-9ba7-40d9-b342-17022ab91d69 798 2022-12-28T12:50:40.804Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json ASDC sendASDCNotification 2022-12-28T12:50:40.805Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json 2022-12-28T12:50:40.806Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T12:50:40.808Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:40.812Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:40.812Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231840804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T12:50:40.914Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-28T12:50:40.915Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:40.915Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:40.934Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:40.935Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:41.813Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCzxbdf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b52c0fa7-2c70-4a6b-afa8-f949ec308294", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6a49b8b4-de5b-492a-83ba-38e3c9993e46", "vfModuleModelCustomizationUUID": "ffa66907-e94c-49ae-9856-d03d9a11e458", "isBase": true, "artifacts": [ "fef291d0-f4cb-4f31-a163-874bcf0f32b8", "cae0b381-9bf4-4a9a-a275-8ef618664244" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T12:50:41.819Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCzxbdf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6a49b8b4-de5b-492a-83ba-38e3c9993e46 VfModuleModelInvariantUUID:b52c0fa7-2c70-4a6b-afa8-f949ec308294 VfModuleModelDescription:NULL Artifacts UUID List:{ fef291d0-f4cb-4f31-a163-874bcf0f32b8 , cae0b381-9bf4-4a9a-a275-8ef618664244 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T12:50:41.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCzxbdf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b52c0fa7-2c70-4a6b-afa8-f949ec308294", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6a49b8b4-de5b-492a-83ba-38e3c9993e46", "vfModuleModelCustomizationUUID": "ffa66907-e94c-49ae-9856-d03d9a11e458", "isBase": true, "artifacts": [ "fef291d0-f4cb-4f31-a163-874bcf0f32b8", "cae0b381-9bf4-4a9a-a275-8ef618664244" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T12:50:41.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCzxbdf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6a49b8b4-de5b-492a-83ba-38e3c9993e46 VfModuleModelInvariantUUID:b52c0fa7-2c70-4a6b-afa8-f949ec308294 VfModuleModelDescription:NULL Artifacts UUID List:{ fef291d0-f4cb-4f31-a163-874bcf0f32b8 , cae0b381-9bf4-4a9a-a275-8ef618664244 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T12:50:41.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fef291d0-f4cb-4f31-a163-874bcf0f32b8 from URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml 2022-12-28T12:50:41.823Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-28T12:50:41.823Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml 2022-12-28T12:50:41.871Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-28T12:50:41.871Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml fef291d0-f4cb-4f31-a163-874bcf0f32b8 5033 2022-12-28T12:50:41.872Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-28T12:50:41.872Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml 2022-12-28T12:50:41.872Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T12:50:41.872Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:41.874Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:41.875Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231841872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T12:50:41.975Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:50:41.976Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:41.976Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:41.989Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:41.989Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:42.876Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cae0b381-9bf4-4a9a-a275-8ef618664244 from URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env 2022-12-28T12:50:42.876Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-28T12:50:42.877Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env 2022-12-28T12:50:42.935Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-28T12:50:42.935Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env cae0b381-9bf4-4a9a-a275-8ef618664244 909 2022-12-28T12:50:42.936Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-28T12:50:42.936Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env 2022-12-28T12:50:42.936Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T12:50:42.937Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:42.939Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:42.939Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231842936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-28T12:50:43.039Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:50:43.041Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:43.041Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:43.055Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:43.055Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:43.942Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 277dbb6a-e249-4653-99d4-48eee2a55db7 2022-12-28T12:50:43.946Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cZxBDf 0 62386b5a-a700-44ca-97ed-44d5b6a8bd74 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-12-28T12:50:44.012Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cc2e196, org.onap.sdc.toscaparser.api.parameters.Input@658f2397, org.onap.sdc.toscaparser.api.parameters.Input@d68282d, org.onap.sdc.toscaparser.api.parameters.Input@1ceeac7c, org.onap.sdc.toscaparser.api.parameters.Input@675b2026] 2022-12-28T12:50:44.017Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.018Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:44.018Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-12-28T12:50:44.018Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 74b6768e-1929-401b-8e64-fbf417f84676 2022-12-28T12:50:44.018Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74b6768e-1929-401b-8e64-fbf417f84676 matches Tosca VF Customization UUID: 74b6768e-1929-401b-8e64-fbf417f84676 2022-12-28T12:50:44.019Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 74b6768e-1929-401b-8e64-fbf417f84676 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-28T12:50:44.022Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.022Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:44.023Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 74b6768e-1929-401b-8e64-fbf417f84676: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-28T12:50:44.023Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ed59510 2022-12-28T12:50:44.024Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.024Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T12:50:44.024Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffa66907-e94c-49ae-9856-d03d9a11e458 2022-12-28T12:50:44.024Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffa66907-e94c-49ae-9856-d03d9a11e458 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-28T12:50:44.027Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.027Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:44.028Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:50:44.028Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.028Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:44.028Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:50:44.037Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.037Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is not matching search criteria 2022-12-28T12:50:44.037Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-28T12:50:44.041Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-28T12:50:44.041Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dab0418e-597f-4242-8beb-1e1bb212c455 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria 2022-12-28T12:50:44.048Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=74b6768e-1929-401b-8e64-fbf417f84676 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T12:50:44.050Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.051Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:44.052Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 277dbb6a-e249-4653-99d4-48eee2a55db7: basic_onboard_cZxBDf 2022-12-28T12:50:44.052Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.053Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:44.053Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.053Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:44.053Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.054Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:44.054Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.054Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:44.054Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T12:50:44.055Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T12:50:44.055Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_cZxBDf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:50:44.351Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cZxBDf 62386b5a-a700-44ca-97ed-44d5b6a8bd74 1 ASDC deployResourceStructure 2022-12-28T12:50:44.352Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json ASDC sendASDCNotification 2022-12-28T12:50:44.352Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json 2022-12-28T12:50:44.352Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T12:50:44.353Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:44.363Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:44.363Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231844352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T12:50:44.457Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-12-28T12:50:44.458Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:44.458Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:44.499Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:44.501Z||pool-30-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-12-28T12:50:45.365Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-28T12:50:45.365Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml 2022-12-28T12:50:45.365Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T12:50:45.366Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:45.371Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:45.372Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231845365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-28T12:50:45.469Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-12-28T12:50:45.470Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:45.470Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:45.483Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:45.483Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:46.374Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-28T12:50:46.374Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env 2022-12-28T12:50:46.374Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T12:50:46.374Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:46.377Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:46.377Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231846373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-28T12:50:46.477Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T12:50:46.478Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:46.479Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:46.490Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:46.490Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-28T12:50:47.378Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar ASDC sendASDCNotification 2022-12-28T12:50:47.378Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar 2022-12-28T12:50:47.379Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T12:50:47.380Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:50:47.391Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:50:47.392Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231847378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T12:50:47.504Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-28T12:50:47.506Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:50:47.507Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:47.524Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:47.525Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-28T12:50:48.394Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T12:50:48.412Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T12:50:48.421Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T12:50:48.421Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T12:50:48.421Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T12:50:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:50:59.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:50:59.701Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:50:59.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:50:59.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "NOTIFIED" } 2022-12-28T12:50:59.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-28T12:50:59.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:59.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-28T12:50:59.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:59.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231745118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:59.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:50:59.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231745118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:59.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231745118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:59.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231748120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T12:50:59.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:50:59.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231748497, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:50:59.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:50:59.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231745118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:59.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "aai-ml", "timestamp": 1672231749124, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:50:59.834Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72544007-ce6c-4dd1-be98-95223c4a8c48 2022-12-28T12:50:59.835Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72544007-ce6c-4dd1-be98-95223c4a8c48 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:50:59.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231745118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:59.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231745118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:50:59.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231745118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:50:59.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:50:59.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231752862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:50:59.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:50:59.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231755968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T12:50:59.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:50:59.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:50:59.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672231756975, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:50:59.911Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72544007-ce6c-4dd1-be98-95223c4a8c48 2022-12-28T12:50:59.911Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72544007-ce6c-4dd1-be98-95223c4a8c48 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T12:51:00.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:00.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231759715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T12:51:00.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:00.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:00.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231760888, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T12:51:00.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:00.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231761959, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-28T12:51:00.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231763506, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json", "status": "DEPLOY_OK" } 2022-12-28T12:51:00.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231764526, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-28T12:51:00.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:00.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:00.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231765534, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-28T12:51:00.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:00.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:00.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231766542, "artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T12:51:00.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:18.423Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T12:51:18.464Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T12:51:18.469Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T12:51:18.470Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T12:51:18.470Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T12:51:18.470Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T12:51:18.470Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:51:18.471Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:51:18.472Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:51:18.473Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:51:18.473Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T12:51:18.474Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T12:51:18.497Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T12:51:48.497Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T12:51:48.504Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72544007-ce6c-4dd1-be98-95223c4a8c48 and serviceModelVersionId: 277dbb6a-e249-4653-99d4-48eee2a55db7 2022-12-28T12:51:48.504Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34009ba5-22f3-4b83-ba89-a21fafdf11d7 2022-12-28T12:51:48.506Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0 2022-12-28T12:51:48.521Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T12:51:48.656Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|INFO|500||Invoke 2022-12-28T12:51:48.657Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72544007-ce6c-4dd1-be98-95223c4a8c48], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d85523ac-7901-40ad-ba5c-9b7c97092004], X-ECOMP-RequestID=[72544007-ce6c-4dd1-be98-95223c4a8c48], X-TransactionId=[], X-ONAP-RequestID=[72544007-ce6c-4dd1-be98-95223c4a8c48], Content-Type=[application/merge-patch+json]} 2022-12-28T12:51:48.700Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T12:51:48.849Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?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/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 12:51:47 GMT], content-length=[0], vertex-id=[200936], x-aai-txid=[0-aai-resources-221228-12:51:47:379-39423], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T12:51:48.849Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-28T12:51:48.850Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|INFO|500||InvokeReturn 2022-12-28T12:51:48.851Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T12:51:48.852Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T12:51:48.857Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T12:51:48.858Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72544007-ce6c-4dd1-be98-95223c4a8c48 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T12:51:48.858Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T12:51:48.859Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-28T12:51:48.861Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T12:51:48.862Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231908858, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T12:51:48.962Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T12:51:48.963Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T12:51:48.963Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:51:48.982Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:51:48.982Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T12:51:49.893Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:51:49.894Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:51:49.894Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:51:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:51:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:51:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:51:59.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:51:59.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231828534, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T12:51:59.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:59.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:51:59.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:51:59.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "NOTIFIED" } 2022-12-28T12:51:59.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:51:59.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-28T12:51:59.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:51:59.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T12:51:59.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-28T12:51:59.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T12:51:59.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231739666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "NOTIFIED" } 2022-12-28T12:51:59.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231836824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T12:51:59.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231840804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T12:51:59.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231841872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T12:51:59.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231842936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-28T12:51:59.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231844352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T12:51:59.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:59.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231845365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-28T12:51:59.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:59.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231846373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-28T12:51:59.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:51:59.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:51:59.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231847378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T12:51:59.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:52:00.181Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:52:00.194Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:52:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:52:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:52:09.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:52:09.749Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:52:09.750Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:52:09.750Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:52:19.325Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:52:59.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:52:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:52:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:52:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:52:59.695Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:52:59.696Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:53:00.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:53:00.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T12:53:00.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672231908858, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T12:53:00.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T12:53:09.305Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:53:59.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:53:59.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:53:59.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:53:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:53:59.693Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:53:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:54:09.238Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:54:09.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:54:59.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:54:59.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:54:59.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:54:59.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:54:59.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:54:59.698Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:55:09.261Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:55:09.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:55:59.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:55:59.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:55:59.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:55:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:55:59.692Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:55:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:56:09.227Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:56:09.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:56:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:56:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:56:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:56:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:56:59.693Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:56:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:57:09.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:57:09.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:57:59.669Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:57:59.672Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:57:59.672Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:57:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:57:59.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:57:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:58:09.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:58:09.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:58:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:58:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:58:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:58:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:58:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:58:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:59:09.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:59:09.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T12:59:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:59:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:59:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T12:59:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T12:59:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T12:59:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:00:09.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:00:09.265Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:00:59.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:00:59.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:00:59.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:00:59.700Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:00:59.707Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:00:59.707Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:01:09.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:01:09.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:01:59.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:01:59.670Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:01:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:01:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:01:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:01:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:02:09.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:02:09.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:02:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:02:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:02:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:02:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:02:59.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:02:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:03:09.229Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:03:09.264Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:03:59.670Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:03:59.671Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:03:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:03:59.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:03:59.696Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:03:59.697Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:04:09.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:04:09.282Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:04:59.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:04:59.667Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:04:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:04:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:04:59.696Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:04:59.696Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:05:00.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:05:00.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c3550f2-a31b-4f7f-8717-83627d1415f3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"76053395-f748-4338-b274-9f89df50db6a","serviceDescription":"service","serviceInvariantUUID":"1d5fa812-e26d-4f77-b9a7-35cb45272070","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b425b173-c0e8-42f8-bec9-db68af120165","resourceInvariantUUID":"9567d520-0e28-4e09-a1da-507dd2d1f9ff","resourceCustomizationUUID":"a16d82df-6963-4512-91e9-f55717f1e1e2","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":"OWRiODQwNzg4ZTY4M2YzYmFjNjRiYWIyODU0NTE5MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad29e717-92c3-43c7-9ba2-daa6480f6f39","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDZiZDk2YjQ2NTc2OTg3MDA3ODc1OWU1MWQxMDg2MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7629f485-06d2-4f46-9e47-73a81857581b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T13:05:00.366Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:05:00.366Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:05:00.373Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:05:00.373Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232699666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:05:00.434Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:05:00.436Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.436Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "cds", "timestamp": 1672232653275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:05:00.437Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.438Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.438Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "ves-openapi-manager", "timestamp": 1672232655815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:05:00.438Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.438Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.439Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "cds", "timestamp": 1672232653275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:05:00.439Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.439Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.439Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "multicloud-k8s-id", "timestamp": 1672232656526, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:05:00.440Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.440Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.440Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "ves-openapi-manager", "timestamp": 1672232655815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:05:00.441Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.441Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.441Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "multicloud-k8s-id", "timestamp": 1672232656526, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:05:00.442Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.442Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.442Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "cds", "timestamp": 1672232658234, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:05:00.442Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:05:00.443Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.443Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "cds", "timestamp": 1672232659249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:05:00.476Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-28T13:05:00.477Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:05:00.477Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:05:00.496Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:05:00.497Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:05:00.497Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c3550f2-a31b-4f7f-8717-83627d1415f3 2022-12-28T13:05:00.498Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3550f2-a31b-4f7f-8717-83627d1415f3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:05:00.508Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.508Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "aai-ml", "timestamp": 1672232661039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "aai-ml", "timestamp": 1672232661039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.510Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "aai-ml", "timestamp": 1672232663788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:05:00.510Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:05:00.510Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.510Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "aai-ml", "timestamp": 1672232669712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:05:00.511Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:05:00.511Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.511Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "aai-ml", "timestamp": 1672232670717, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:05:00.517Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c3550f2-a31b-4f7f-8717-83627d1415f3 2022-12-28T13:05:00.517Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3550f2-a31b-4f7f-8717-83627d1415f3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:05:00.525Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.526Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232675118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:05:00.526Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.526Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.526Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232675118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:05:00.527Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:05:00.527Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.527Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232678011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:05:00.527Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:05:00.528Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.528Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232680161, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:05:00.528Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:05:00.528Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:00.529Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232681169, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:05:00.534Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c3550f2-a31b-4f7f-8717-83627d1415f3 2022-12-28T13:05:00.534Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3550f2-a31b-4f7f-8717-83627d1415f3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:05:01.374Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:05:01.375Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:05:01.378Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:05:01.378Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232699666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:05:01.478Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:05:01.479Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:05:01.479Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:05:01.498Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:05:01.498Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:05:02.379Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "76053395-f748-4338-b274-9f89df50db6a", "serviceDescription": "service", "serviceInvariantUUID": "1d5fa812-e26d-4f77-b9a7-35cb45272070", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "a16d82df-6963-4512-91e9-f55717f1e1e2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b425b173-c0e8-42f8-bec9-db68af120165", "resourceInvariantUUID": "9567d520-0e28-4e09-a1da-507dd2d1f9ff", "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": "MDZiZDk2YjQ2NTc2OTg3MDA3ODc1OWU1MWQxMDg2MjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7629f485-06d2-4f46-9e47-73a81857581b" } ], "workloadContext": "Production" } 2022-12-28T13:05:02.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T13:05:02.380Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 76053395-f748-4338-b274-9f89df50db6a ASDC 2022-12-28T13:05:02.381Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9c3550f2-a31b-4f7f-8717-83627d1415f3 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:76053395-f748-4338-b274-9f89df50db6a ServiceInvariantUUID:1d5fa812-e26d-4f77-b9a7-35cb45272070 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:7629f485-06d2-4f46-9e47-73a81857581b ArtifactChecksum:MDZiZDk2YjQ2NTc2OTg3MDA3ODc1OWU1MWQxMDg2MjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:a16d82df-6963-4512-91e9-f55717f1e1e2 ResourceInvariantUUID:9567d520-0e28-4e09-a1da-507dd2d1f9ff ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b425b173-c0e8-42f8-bec9-db68af120165 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-28T13:05:02.381Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76053395-f748-4338-b274-9f89df50db6a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:05:02.430Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:05:02.433Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-28T13:05:02.433Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-28T13:05:02.433Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7629f485-06d2-4f46-9e47-73a81857581b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-28T13:05:02.433Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-28T13:05:02.434Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-28T13:05:02.546Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-28T13:05:02.549Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7629f485-06d2-4f46-9e47-73a81857581b 57661 2022-12-28T13:05:02.550Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-28T13:05:02.550Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-28T13:05:02.550Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:05:02.550Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:05:02.553Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:05:02.554Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232702550, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:05:02.653Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:05:02.656Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:05:02.656Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:05:02.673Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:05:02.673Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:05:03.555Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:05:03.556Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-28T13:05:03.557Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7629f485-06d2-4f46-9e47-73a81857581b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:03.558Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-28T13:05:03.559Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:03.560Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:04.419Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2430409950813031352/Definitions/service-BasicNetwork-template.yml 2022-12-28T13:05:05.328Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T13:05:05.328Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-28T13:05:05.328Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.328Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-28T13:05:05.329Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.333Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.338Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-28T13:05:05.338Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.338Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.340Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.343Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.343Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.343Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.343Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:76053395-f748-4338-b274-9f89df50db6a Model Version:NULL Model InvariantUuid:1d5fa812-e26d-4f77-b9a7-35cb45272070 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:9567d520-0e28-4e09-a1da-507dd2d1f9ff Model UUID:94c48c98-8988-41ee-8204-12afbccc94f6 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:a16d82df-6963-4512-91e9-f55717f1e1e2 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T13:05:05.356Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: b425b173-c0e8-42f8-bec9-db68af120165 2022-12-28T13:05:05.356Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||No resources found for Service: 76053395-f748-4338-b274-9f89df50db6a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:05:05.369Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| 2022-12-28T13:05:05.369Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-28T13:05:05.370Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 76053395-f748-4338-b274-9f89df50db6a 2022-12-28T13:05:05.370Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 76053395-f748-4338-b274-9f89df50db6a 2022-12-28T13:05:05.370Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-28T13:05:05.374Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:05:05.384Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b2628b8, org.onap.sdc.toscaparser.api.parameters.Input@3f0c34b0, org.onap.sdc.toscaparser.api.parameters.Input@1876fc8a, org.onap.sdc.toscaparser.api.parameters.Input@100ca699, org.onap.sdc.toscaparser.api.parameters.Input@af53fc8] 2022-12-28T13:05:05.385Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.386Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.386Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.386Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.386Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 76053395-f748-4338-b274-9f89df50db6a: Generic NeutronNet 2022-12-28T13:05:05.387Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.387Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.387Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.387Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-12-28T13:05:05.463Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.464Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.464Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.464Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.464Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:05:05.466Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:05:05.466Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-28T13:05:05.589Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-28T13:05:05.590Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-28T13:05:05.592Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-28T13:05:05.592Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:05:05.592Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:05:05.597Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:05:05.597Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232705590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:05:05.697Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:05:05.698Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:05:05.701Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:05:05.716Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:05:05.717Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:05:06.598Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3550f2-a31b-4f7f-8717-83627d1415f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:05:06.616Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3550f2-a31b-4f7f-8717-83627d1415f3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:05:06.623Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:05:06.623Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T13:05:06.624Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T13:05:06.624Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T13:05:06.624Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:05:06.624Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:05:06.625Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:05:06.625Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:05:06.625Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:05:06.639Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T13:05:36.639Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c3550f2-a31b-4f7f-8717-83627d1415f3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T13:05:36.657Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c3550f2-a31b-4f7f-8717-83627d1415f3 and serviceModelVersionId: 76053395-f748-4338-b274-9f89df50db6a 2022-12-28T13:05:36.658Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d5fa812-e26d-4f77-b9a7-35cb45272070 2022-12-28T13:05:36.659Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0 2022-12-28T13:05:36.665Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T13:05:36.805Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|INFO|500||Invoke 2022-12-28T13:05:36.805Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c3550f2-a31b-4f7f-8717-83627d1415f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30634078-265d-4761-9214-537ba75691c9], X-ECOMP-RequestID=[9c3550f2-a31b-4f7f-8717-83627d1415f3], X-TransactionId=[], X-ONAP-RequestID=[9c3550f2-a31b-4f7f-8717-83627d1415f3], Content-Type=[application/merge-patch+json]} 2022-12-28T13:05:36.842Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T13:05:37.089Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?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/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 13:05:35 GMT], content-length=[0], vertex-id=[184472], x-aai-txid=[2-aai-resources-221228-13:05:35:526-10523], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T13:05:37.089Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-28T13:05:37.090Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|INFO|500||InvokeReturn 2022-12-28T13:05:37.091Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T13:05:37.091Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:05:37.109Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T13:05:37.110Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c3550f2-a31b-4f7f-8717-83627d1415f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T13:05:37.110Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T13:05:37.110Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:05:37.123Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:05:37.126Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232737110, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:05:37.232Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-12-28T13:05:37.234Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:05:37.234Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:05:37.271Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:05:37.272Z||pool-39-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:05:59.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:05:59.668Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:05:59.668Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:05:59.695Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:05:59.697Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:05:59.698Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:05:59.844Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:05:59.848Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:05:59.849Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232699666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:05:59.861Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:00.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:00.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:06:00.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5be3f91-ea40-42d9-b8a0-c987d4fdc248","serviceName":"Demo_pNF_T4GKA2p8T6lkaBoBKNLI","serviceVersion":"1.0","serviceUUID":"c7b229c8-f988-4c36-bfca-30604987dddb","serviceDescription":"catalog service description","serviceInvariantUUID":"592de103-a803-4e07-ba14-a10e77b3ba65","resources":[{"resourceInstanceName":"pNF f82f1fcb-58fd 0","resourceName":"pNF f82f1fcb-58fd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2669cf0-c72f-43e3-8c93-f06c3c10e863","resourceInvariantUUID":"1514d189-3642-4cb4-9ac3-7947d79689b6","resourceCustomizationUUID":"70b8eacc-3b50-4a63-9f8a-8a075397096c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml","artifactChecksum":"ZDIxNjJjMTY1NWNhZGQxOTcyMjA0N2NjODlmYTE3ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f45a55c5-bfda-41b6-bdb7-6a386f7701de","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar","artifactChecksum":"MTNkZWRmNTZkNDExZmYyNjQzOWIzOWJiZGI1ZTUzMTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e2e3bbe-7e1d-4ce4-8c4a-438329202c84","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8591f825-c198-4154-bf98-0cde8854d952","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml","artifactChecksum":"ODQ3NDhjMjY0YzU1NjcwYTFkZTMxZGY1MzIyODQyMWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f9f5fa20-7457-426d-b4cd-512ac2b985c2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6639b52-d9aa-403c-ad6a-ae3756ba3ff9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"180f77ec-8cba-4cda-a9f9-8a8730717e39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT4gka2p8t6lkabobknli-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml","artifactChecksum":"MWQ0MjQyMWJjZmQ5YjQwNjc4MjYzY2YzZWEyNGY1YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e910a3ed-29a8-497e-a8f6-282ed9bd132c","artifactVersion":"1"},{"artifactName":"service-DemoPnfT4gka2p8t6lkabobknli-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar","artifactChecksum":"NTZhNTc1Y2YwMWJhYWU1YWZkOGZlMDg5ZWVlOWJkZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7850a8d0-445c-40db-a60e-d461abcb90db","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T13:06:00.324Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:06:00.325Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:00.327Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:00.328Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:00.428Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:06:00.429Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:00.429Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:00.452Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:00.453Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:06:01.328Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:06:01.330Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:01.338Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:01.338Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:01.435Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T13:06:01.437Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:01.437Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:01.460Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:01.461Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:06:02.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:06:02.344Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:02.346Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:02.347Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:02.447Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:06:02.448Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:02.448Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:02.479Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:02.480Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:06:03.347Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:06:03.348Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:03.350Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:03.351Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:03.451Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:06:03.452Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:03.454Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:03.477Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:03.477Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:06:04.352Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:06:04.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:04.355Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:04.356Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:04.456Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:06:04.457Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:04.457Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:04.471Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:04.472Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:06:05.356Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:06:05.357Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:05.360Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:05.360Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:05.460Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:06:05.461Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:05.461Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:05.500Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:05.501Z||pool-45-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:06:06.361Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:06:06.362Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:06.365Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:06.365Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:06.465Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:06:06.467Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:06.468Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:06.495Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:06.496Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:06:07.366Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:06:07.366Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:07.370Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:07.371Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:06:07.472Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:06:07.474Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:07.474Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:07.494Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:07.511Z||pool-47-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:06:08.371Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "serviceName": "Demo_pNF_T4GKA2p8T6lkaBoBKNLI", "serviceVersion": "1.0", "serviceUUID": "c7b229c8-f988-4c36-bfca-30604987dddb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "592de103-a803-4e07-ba14-a10e77b3ba65", "resources": [ { "resourceInstanceName": "pNF f82f1fcb-58fd 0", "resourceCustomizationUUID": "70b8eacc-3b50-4a63-9f8a-8a075397096c", "resourceName": "pNF f82f1fcb-58fd", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a2669cf0-c72f-43e3-8c93-f06c3c10e863", "resourceInvariantUUID": "1514d189-3642-4cb4-9ac3-7947d79689b6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "artifactChecksum": "NTZhNTc1Y2YwMWJhYWU1YWZkOGZlMDg5ZWVlOWJkZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7850a8d0-445c-40db-a60e-d461abcb90db" } ], "workloadContext": "Production" } 2022-12-28T13:06:08.372Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T13:06:08.372Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7b229c8-f988-4c36-bfca-30604987dddb ASDC 2022-12-28T13:06:08.373Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f5be3f91-ea40-42d9-b8a0-c987d4fdc248 ServiceName:Demo_pNF_T4GKA2p8T6lkaBoBKNLI ServiceVersion:1.0 ServiceUUID:c7b229c8-f988-4c36-bfca-30604987dddb ServiceInvariantUUID:592de103-a803-4e07-ba14-a10e77b3ba65 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfT4gka2p8t6lkabobknli-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar ArtifactUUID:7850a8d0-445c-40db-a60e-d461abcb90db ArtifactChecksum:NTZhNTc1Y2YwMWJhYWU1YWZkOGZlMDg5ZWVlOWJkZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f82f1fcb-58fd 0 ResourceCustomizationUUID:70b8eacc-3b50-4a63-9f8a-8a075397096c ResourceInvariantUUID:1514d189-3642-4cb4-9ac3-7947d79689b6 ResourceName:pNF f82f1fcb-58fd ResourceType:PNF ResourceUUID:a2669cf0-c72f-43e3-8c93-f06c3c10e863 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-28T13:06:08.373Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7b229c8-f988-4c36-bfca-30604987dddb ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:06:08.451Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:06:08.453Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:06:08.454Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:06:08.459Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7850a8d0-445c-40db-a60e-d461abcb90db from URL: /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:08.460Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:06:08.460Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:08.555Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:06:08.587Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 7850a8d0-445c-40db-a60e-d461abcb90db 87793 2022-12-28T13:06:08.588Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar ASDC sendASDCNotification 2022-12-28T13:06:08.588Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:08.588Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:06:08.589Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:08.593Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:08.593Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232768588, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:06:08.692Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T13:06:08.693Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:08.694Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:08.705Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:08.706Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:06:09.594Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:06:09.595Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:06:09.595Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7850a8d0-445c-40db-a60e-d461abcb90db, URL: /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar to file: /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:09.596Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:09.596Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:09.596Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:09.797Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8375186339280302418/Definitions/service-DemoPnfT4gka2p8t6lkabobknli-template.yml 2022-12-28T13:06:11.600Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||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-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f82f1fcb-58fd 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-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||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-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||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-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||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-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||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-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Node template pNF f82f1fcb-58fd 0 is matching search criteria 2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-28T13:06:11.603Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f82f1fcb-58fd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:06:11.603Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.603Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.603Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Node template pNF f82f1fcb-58fd 0 is matching search criteria 2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f82f1fcb-58fd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_T4GKA2p8T6lkaBoBKNLI Description:catalog service description Model UUID:c7b229c8-f988-4c36-bfca-30604987dddb Model Version:NULL Model InvariantUuid:592de103-a803-4e07-ba14-a10e77b3ba65 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T13:06:11.662Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2669cf0-c72f-43e3-8c93-f06c3c10e863 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:06:11.678Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||pNF f82f1fcb-58fd 0 2022-12-28T13:06:11.679Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a2669cf0-c72f-43e3-8c93-f06c3c10e863 2022-12-28T13:06:11.679Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c7b229c8-f988-4c36-bfca-30604987dddb 2022-12-28T13:06:11.679Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c7b229c8-f988-4c36-bfca-30604987dddb 2022-12-28T13:06:11.679Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f82f1fcb-58fd 0 a2669cf0-c72f-43e3-8c93-f06c3c10e863 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:06:11.695Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18c6c153, org.onap.sdc.toscaparser.api.parameters.Input@56bb2043, org.onap.sdc.toscaparser.api.parameters.Input@1bbd3ce7, org.onap.sdc.toscaparser.api.parameters.Input@4df8ff89, org.onap.sdc.toscaparser.api.parameters.Input@631a733c] 2022-12-28T13:06:11.696Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.696Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.697Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c7b229c8-f988-4c36-bfca-30604987dddb: pNF f82f1fcb-58fd 2022-12-28T13:06:11.697Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Processing PNF resource: a2669cf0-c72f-43e3-8c93-f06c3c10e863 2022-12-28T13:06:11.697Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:06:11.697Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:06:11.698Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Resource customization UUID: 70b8eacc-3b50-4a63-9f8a-8a075397096c is the same as notified resource customizationUUID: 70b8eacc-3b50-4a63-9f8a-8a075397096c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-28T13:06:11.792Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f82f1fcb-58fd a2669cf0-c72f-43e3-8c93-f06c3c10e863 0 ASDC deployResourceStructure 2022-12-28T13:06:11.793Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar ASDC sendASDCNotification 2022-12-28T13:06:11.793Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 2022-12-28T13:06:11.793Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:06:11.793Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:06:11.796Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:06:11.796Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232771793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:06:11.897Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:06:11.898Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:06:11.899Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:11.931Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:11.931Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:06:12.797Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5be3f91-ea40-42d9-b8a0-c987d4fdc248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:06:12.814Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5be3f91-ea40-42d9-b8a0-c987d4fdc248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:06:12.817Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:06:12.817Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T13:06:12.817Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T13:06:42.818Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5be3f91-ea40-42d9-b8a0-c987d4fdc248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:06:42.831Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5be3f91-ea40-42d9-b8a0-c987d4fdc248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:06:42.833Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:06:42.833Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T13:06:42.834Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T13:06:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:06:59.695Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:06:59.696Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:06:59.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:06:59.756Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.756Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232699666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:06:59.758Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.758Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.758Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232702550, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:06:59.758Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:06:59.758Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.758Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232705590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:06:59.758Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:06:59.759Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.759Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232698275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.759Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.760Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.760Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232695816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.760Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.760Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.761Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "multicloud-k8s-id", "timestamp": 1672232696529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.762Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.762Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.763Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232705118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.763Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.764Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.764Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232698275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.765Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.765Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.765Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232695816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.766Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.766Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.767Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232705118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.767Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.768Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.768Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "multicloud-k8s-id", "timestamp": 1672232696529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.769Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.770Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.770Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232698275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.771Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.771Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.772Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232695816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.772Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.773Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.773Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232705118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.774Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.774Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.774Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "multicloud-k8s-id", "timestamp": 1672232696529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.775Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.775Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.775Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232698275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.776Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.776Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.776Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232695816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.776Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.776Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.777Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232705118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.778Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.778Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.779Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "multicloud-k8s-id", "timestamp": 1672232696529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.779Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.780Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.787Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232698275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.788Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.789Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.789Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232695816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.790Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.790Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.791Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232705118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.791Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.792Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.792Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "multicloud-k8s-id", "timestamp": 1672232696529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.793Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.793Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.794Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232698275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.794Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.795Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.795Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232695816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-28T13:06:59.796Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.796Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.797Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "multicloud-k8s-id", "timestamp": 1672232696529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.797Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.798Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.798Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232705118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.803Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.803Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.803Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232698275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.827Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.827Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.827Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232695816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "multicloud-k8s-id", "timestamp": 1672232696529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232705118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232698275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:06:59.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232695816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:06:59.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.830Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.830Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232705118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:06:59.830Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.830Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "multicloud-k8s-id", "timestamp": 1672232696529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:06:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:06:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232714360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:06:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:06:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232713946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:06:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:06:59.832Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.832Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232714421, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:06:59.833Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:06:59.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "cds", "timestamp": 1672232715368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:06:59.907Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5be3f91-ea40-42d9-b8a0-c987d4fdc248 2022-12-28T13:06:59.908Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5be3f91-ea40-42d9-b8a0-c987d4fdc248 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:06:59.965Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.965Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232715162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:06:59.965Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:06:59.965Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.965Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232716581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:06:59.966Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:06:59.966Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:06:59.966Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "ves-openapi-manager", "timestamp": 1672232716166, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:07:00.002Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f5be3f91-ea40-42d9-b8a0-c987d4fdc248 2022-12-28T13:07:00.002Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5be3f91-ea40-42d9-b8a0-c987d4fdc248 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:07:00.032Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.032Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232717593, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:07:00.071Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5be3f91-ea40-42d9-b8a0-c987d4fdc248 2022-12-28T13:07:00.071Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5be3f91-ea40-42d9-b8a0-c987d4fdc248 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:07:00.095Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.095Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232721039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.096Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.096Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.096Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232721039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.097Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.097Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.097Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232721039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.097Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.097Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.097Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232721039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.097Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.098Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.098Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232721039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.098Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.098Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.098Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232721039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.098Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.099Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.100Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232721039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.100Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.100Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.100Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232721039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:07:00.100Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.101Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.101Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232729784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:00.101Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.101Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.101Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232736072, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:07:00.101Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.102Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.102Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232737110, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:07:00.102Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.102Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.102Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "aai-ml", "timestamp": 1672232737076, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:07:00.109Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5be3f91-ea40-42d9-b8a0-c987d4fdc248 2022-12-28T13:07:00.109Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5be3f91-ea40-42d9-b8a0-c987d4fdc248 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:07:00.148Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.148Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.148Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.148Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.149Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.149Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.155Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.156Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.156Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.156Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.157Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-28T13:07:00.157Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.157Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.157Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.158Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.158Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.158Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.159Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.159Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.159Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-28T13:07:00.160Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.160Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.160Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.162Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.162Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.162Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.162Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.164Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.164Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:07:00.165Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.165Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.165Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.166Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.166Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.166Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.167Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.167Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.168Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.168Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.168Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.169Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-28T13:07:00.169Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.169Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.170Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.170Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.174Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.175Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.176Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.176Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.176Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.177Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.177Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.177Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.178Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.179Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.179Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.187Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.187Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.187Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.188Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.188Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.188Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.189Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.189Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.189Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-28T13:07:00.190Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.190Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.190Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.191Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.191Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.192Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.193Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.193Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.193Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.194Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.195Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.195Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.195Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.195Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.195Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.195Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.195Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232736527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "ves-openapi-manager", "timestamp": 1672232735816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232735120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.197Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.198Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.198Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.198Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232749561, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:00.198Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.198Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.198Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232749577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:00.198Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.199Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.199Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.199Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.199Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.200Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232750631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:00.200Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.200Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.200Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.200Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.200Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.201Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.201Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.201Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.201Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232751714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:00.202Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.202Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.202Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232743275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:07:00.203Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.203Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.203Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.203Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.204Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.204Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232752715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:07:00.204Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.204Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.204Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232752781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:00.205Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.205Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.205Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232753091, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:00.205Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.205Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.206Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.206Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.206Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.206Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232753729, "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-12-28T13:07:00.235Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34ab2b00-e42d-4219-96f3-3b511175c258 2022-12-28T13:07:00.235Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34ab2b00-e42d-4219-96f3-3b511175c258 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:07:00.309Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.309Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232753960, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:07:00.315Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34ab2b00-e42d-4219-96f3-3b511175c258 2022-12-28T13:07:00.315Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34ab2b00-e42d-4219-96f3-3b511175c258 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:07:00.325Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.325Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "cds", "timestamp": 1672232754097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:07:00.331Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34ab2b00-e42d-4219-96f3-3b511175c258 2022-12-28T13:07:00.331Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34ab2b00-e42d-4219-96f3-3b511175c258 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:07:00.341Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.341Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.341Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.342Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.342Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "multicloud-k8s-id", "timestamp": 1672232754965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:07:00.342Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:07:00.342Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.342Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.342Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.342Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.343Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.343Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.343Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.343Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.343Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:00.343Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:00.343Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:00.344Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:07:12.834Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5be3f91-ea40-42d9-b8a0-c987d4fdc248 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:07:12.857Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5be3f91-ea40-42d9-b8a0-c987d4fdc248 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:07:12.872Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:07:12.873Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T13:07:12.874Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T13:07:12.875Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T13:07:12.876Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:07:12.877Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:07:12.877Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:07:12.878Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:07:12.880Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:07:12.881Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:07:12.898Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T13:07:42.899Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5be3f91-ea40-42d9-b8a0-c987d4fdc248 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T13:07:42.906Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5be3f91-ea40-42d9-b8a0-c987d4fdc248 and serviceModelVersionId: c7b229c8-f988-4c36-bfca-30604987dddb 2022-12-28T13:07:42.906Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 592de103-a803-4e07-ba14-a10e77b3ba65 2022-12-28T13:07:42.907Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?depth=0 2022-12-28T13:07:42.912Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T13:07:43.004Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?depth=0|INFO|500||Invoke 2022-12-28T13:07:43.005Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5be3f91-ea40-42d9-b8a0-c987d4fdc248], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[56f13dd5-ca32-45bb-9f21-0df9ab2d02b3], X-ECOMP-RequestID=[f5be3f91-ea40-42d9-b8a0-c987d4fdc248], X-TransactionId=[], X-ONAP-RequestID=[f5be3f91-ea40-42d9-b8a0-c987d4fdc248], Content-Type=[application/merge-patch+json]} 2022-12-28T13:07:43.039Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T13:07:43.179Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?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/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 13:07:41 GMT], content-length=[0], vertex-id=[217256], x-aai-txid=[1-aai-resources-221228-13:07:41:718-82376], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T13:07:43.180Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-28T13:07:43.181Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/592de103-a803-4e07-ba14-a10e77b3ba65/model-vers/model-ver/c7b229c8-f988-4c36-bfca-30604987dddb?depth=0|INFO|500||InvokeReturn 2022-12-28T13:07:43.182Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T13:07:43.182Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:07:43.190Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T13:07:43.191Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5be3f91-ea40-42d9-b8a0-c987d4fdc248 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T13:07:43.191Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T13:07:43.193Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:43.200Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:43.200Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232863191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:07:43.299Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-28T13:07:43.301Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:43.301Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:43.334Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:43.334Z||pool-50-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:07:44.276Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:07:44.276Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"34ab2b00-e42d-4219-96f3-3b511175c258","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b9d218a4-f949-4312-a9d7-a6ac5d2b7466","serviceDescription":"service","serviceInvariantUUID":"64e33f83-8190-4eb4-b3f4-80d3e3836edc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"791ac39c-187c-4021-81e7-b3bc68b0b32d","resourceInvariantUUID":"71175c33-2025-41c8-b762-d3cf1dc37a26","resourceCustomizationUUID":"30538095-4c5d-4021-b0cd-5ccc7f26a0e8","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":"MTNlYzE5MTAxNjdiYjhmMGRjMzY5MmUwMWU0ZGYzMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97805aaa-ed3b-44db-acad-3a7ffa3703d6","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":"53a2f866-85dc-49d7-9194-ad2c4c5bbb70","artifactVersion":"2","generatedFromUUID":"a18b408d-0464-44e8-8848-78240876c8d6"},{"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":"a18b408d-0464-44e8-8848-78240876c8d6","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":"NTE1YjA5ZmRlNzFjZjcxMTA1NzZmNDk0ZmRkOWY1YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1ef5358-1524-46ae-b736-e25bb9532287","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":"98bcf276-998f-4d01-80e6-77e3629e5266","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":"c7fcfed1-6cd5-456c-bdff-74a1e9d32f9e","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":"426ca88d-48c1-4dc7-93b5-71f3f6bc7786","artifactVersion":"2","generatedFromUUID":"98bcf276-998f-4d01-80e6-77e3629e5266"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTk2MjNlZDFlYjgzZDcwNWFiMzk2Yzc2NDBkYzNlMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79fd50ed-243e-4dfb-bea4-835059f5f170","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWM1ZTUxZjBiZTUwZTk3NDVmYjkyMWYxMmMzODgxNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5db0963-6438-430a-a399-0becc18b8f0f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T13:07:44.277Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:44.277Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:44.287Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:44.287Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:44.380Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-12-28T13:07:44.381Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:44.381Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:44.425Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:44.425Z||pool-51-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:07:45.288Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:45.289Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:45.292Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:45.292Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-28T13:07:45.392Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:07:45.394Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:45.394Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:45.431Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:45.431Z||pool-52-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:07:46.294Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:46.296Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:46.302Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:46.302Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-28T13:07:46.400Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-28T13:07:46.401Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:46.401Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:46.420Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:46.421Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:07:47.319Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:47.320Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:47.339Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:47.339Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:07:47.428Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-12-28T13:07:47.429Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:47.429Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:47.459Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:47.460Z||pool-54-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:07:48.340Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:48.341Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:48.350Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:48.350Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-28T13:07:48.450Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:07:48.453Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:48.455Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:48.470Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:48.470Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:07:49.351Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:49.352Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:49.356Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:49.356Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:49.455Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-28T13:07:49.456Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:49.456Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:49.477Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:49.479Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:07:50.357Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:50.359Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:50.361Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:50.362Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-28T13:07:50.462Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:07:50.466Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:50.467Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:50.488Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:50.489Z||pool-57-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:07:51.363Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:51.364Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:51.366Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:51.367Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:07:51.470Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-28T13:07:51.471Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:51.471Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:51.499Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:51.499Z||pool-58-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:07:52.368Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:07:52.369Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:52.374Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:52.374Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:07:52.473Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:07:52.474Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:52.474Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:52.488Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:52.489Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:07:53.376Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "b9d218a4-f949-4312-a9d7-a6ac5d2b7466", "serviceDescription": "service", "serviceInvariantUUID": "64e33f83-8190-4eb4-b3f4-80d3e3836edc", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "30538095-4c5d-4021-b0cd-5ccc7f26a0e8", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "791ac39c-187c-4021-81e7-b3bc68b0b32d", "resourceInvariantUUID": "71175c33-2025-41c8-b762-d3cf1dc37a26", "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": "53a2f866-85dc-49d7-9194-ad2c4c5bbb70", "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": "a18b408d-0464-44e8-8848-78240876c8d6", "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": "NTE1YjA5ZmRlNzFjZjcxMTA1NzZmNDk0ZmRkOWY1YmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f1ef5358-1524-46ae-b736-e25bb9532287", "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": "98bcf276-998f-4d01-80e6-77e3629e5266", "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": "426ca88d-48c1-4dc7-93b5-71f3f6bc7786", "generatedFromUUID": "98bcf276-998f-4d01-80e6-77e3629e5266" }, "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": "426ca88d-48c1-4dc7-93b5-71f3f6bc7786", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWM1ZTUxZjBiZTUwZTk3NDVmYjkyMWYxMmMzODgxNzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d5db0963-6438-430a-a399-0becc18b8f0f" } ], "workloadContext": "Production" } 2022-12-28T13:07:53.377Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T13:07:53.377Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b9d218a4-f949-4312-a9d7-a6ac5d2b7466 ASDC 2022-12-28T13:07:53.378Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:34ab2b00-e42d-4219-96f3-3b511175c258 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:b9d218a4-f949-4312-a9d7-a6ac5d2b7466 ServiceInvariantUUID:64e33f83-8190-4eb4-b3f4-80d3e3836edc 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:d5db0963-6438-430a-a399-0becc18b8f0f ArtifactChecksum:NWM1ZTUxZjBiZTUwZTk3NDVmYjkyMWYxMmMzODgxNzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:30538095-4c5d-4021-b0cd-5ccc7f26a0e8 ResourceInvariantUUID:71175c33-2025-41c8-b762-d3cf1dc37a26 ResourceName:basic_cnf ResourceType:VF ResourceUUID:791ac39c-187c-4021-81e7-b3bc68b0b32d 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:53a2f866-85dc-49d7-9194-ad2c4c5bbb70 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:a18b408d-0464-44e8-8848-78240876c8d6 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:f1ef5358-1524-46ae-b736-e25bb9532287 ArtifactChecksum:NTE1YjA5ZmRlNzFjZjcxMTA1NzZmNDk0ZmRkOWY1YmM= 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:98bcf276-998f-4d01-80e6-77e3629e5266 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:426ca88d-48c1-4dc7-93b5-71f3f6bc7786 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:426ca88d-48c1-4dc7-93b5-71f3f6bc7786 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-28T13:07:53.378Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9d218a4-f949-4312-a9d7-a6ac5d2b7466 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:07:53.471Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:07:53.472Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:07:53.472Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:07:53.472Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d5db0963-6438-430a-a399-0becc18b8f0f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-28T13:07:53.473Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:07:53.473Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-28T13:07:53.547Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:07:53.552Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d5db0963-6438-430a-a399-0becc18b8f0f 73670 2022-12-28T13:07:53.553Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-28T13:07:53.553Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-28T13:07:53.553Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:07:53.555Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:53.557Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:53.558Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232873553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:53.658Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:07:53.660Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:53.661Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:53.679Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:53.681Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:07:54.559Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:07:54.566Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:07:54.566Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d5db0963-6438-430a-a399-0becc18b8f0f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-28T13:07:54.567Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-28T13:07:54.568Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-28T13:07:54.568Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-28T13:07:54.840Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP174450319100345592/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-12-28T13:07:56.820Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T13:07:56.821Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-28T13:07:56.821Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-28T13:07:56.821Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-28T13:07:56.821Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-28T13:07:56.821Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-28T13:07:56.822Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-28T13:07:56.822Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-28T13:07:56.822Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-28T13:07:56.822Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.822Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:07:56.822Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:07:56.822Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-28T13:07:56.823Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:07:56.823Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.823Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:07:56.823Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:07:56.823Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-28T13:07:56.823Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:07:56.824Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.824Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:07:56.824Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.824Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-28T13:07:56.824Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-28T13:07:56.825Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-28T13:07:56.827Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-28T13:07:56.828Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.829Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T13:07:56.830Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.831Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:07:56.832Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:07:56.834Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.835Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:07:56.835Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:07:56.836Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.837Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:07:56.838Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:07:56.839Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.840Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-28T13:07:56.841Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-28T13:07:56.842Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=970cf702-1281-415e-b370-3558ff534fa6 2022-12-28T13:07:56.843Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.845Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:07:56.846Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.846Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:07:56.854Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.855Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:07:56.855Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:07:56.855Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:07:56.855Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:b9d218a4-f949-4312-a9d7-a6ac5d2b7466 Model Version:NULL Model InvariantUuid:64e33f83-8190-4eb4-b3f4-80d3e3836edc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:3efd200d-7282-4e33-946a-ff370767c19b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:71175c33-2025-41c8-b762-d3cf1dc37a26 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:30538095-4c5d-4021-b0cd-5ccc7f26a0e8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:61b46e98-b36b-43ae-b2ad-4c39fef4d4f6 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:538b246f-f7eb-400f-9148-b9617a1b2b65 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:970cf702-1281-415e-b370-3558ff534fa6 ModelInvariantUuid:9250957b-e38f-4cdd-a817-925883612f85 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:1d3a9cef-251c-43bc-b45c-4cabf3f381ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:d775cfcf-ba8e-4bb1-9f92-32c74aac0b2b ModelInvariantUuid:403ce325-313f-40fd-8d6c-95dd50ad96aa ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:6b5342c1-ad82-436b-9316-f396a8295b51 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T13:07:56.865Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 791ac39c-187c-4021-81e7-b3bc68b0b32d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:07:56.869Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-12-28T13:07:56.870Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 791ac39c-187c-4021-81e7-b3bc68b0b32d 2022-12-28T13:07:56.870Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 53a2f866-85dc-49d7-9194-ad2c4c5bbb70 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-28T13:07:56.870Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:07:56.870Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-28T13:07:56.925Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:07:56.926Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 53a2f866-85dc-49d7-9194-ad2c4c5bbb70 12 2022-12-28T13:07:56.926Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-12-28T13:07:56.926Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-28T13:07:56.926Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:07:56.927Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:56.930Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:56.930Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232876926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:57.029Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:07:57.030Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:57.030Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:57.042Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:57.043Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:07:57.931Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a18b408d-0464-44e8-8848-78240876c8d6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-28T13:07:57.932Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:07:57.932Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-28T13:07:57.986Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:07:57.987Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a18b408d-0464-44e8-8848-78240876c8d6 2688 2022-12-28T13:07:57.988Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-12-28T13:07:57.989Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-28T13:07:57.989Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:07:57.990Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:57.992Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:57.993Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232877988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:58.092Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:07:58.093Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:58.094Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:58.108Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:58.109Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:07:58.995Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f1ef5358-1524-46ae-b736-e25bb9532287 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-28T13:07:58.995Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:07:58.996Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-28T13:07:59.114Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:07:59.115Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f1ef5358-1524-46ae-b736-e25bb9532287 828 2022-12-28T13:07:59.116Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-12-28T13:07:59.116Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-28T13:07:59.116Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:07:59.117Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:07:59.120Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:07:59.120Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232879116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:07:59.220Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:07:59.221Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:07:59.221Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:59.248Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:59.248Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:07:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:07:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:07:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:07:59.726Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:07:59.729Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:07:59.729Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232751039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:07:59.730Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:00.121Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "61b46e98-b36b-43ae-b2ad-4c39fef4d4f6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "538b246f-f7eb-400f-9148-b9617a1b2b65", "vfModuleModelCustomizationUUID": "a6753fd0-4819-4ffd-aecf-8032d23a6680", "isBase": true, "artifacts": [ "98bcf276-998f-4d01-80e6-77e3629e5266", "a18b408d-0464-44e8-8848-78240876c8d6", "426ca88d-48c1-4dc7-93b5-71f3f6bc7786" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T13:08:00.131Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:538b246f-f7eb-400f-9148-b9617a1b2b65 VfModuleModelInvariantUUID:61b46e98-b36b-43ae-b2ad-4c39fef4d4f6 VfModuleModelDescription:NULL Artifacts UUID List:{ 98bcf276-998f-4d01-80e6-77e3629e5266 , a18b408d-0464-44e8-8848-78240876c8d6 , 426ca88d-48c1-4dc7-93b5-71f3f6bc7786 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T13:08:00.134Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "61b46e98-b36b-43ae-b2ad-4c39fef4d4f6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "538b246f-f7eb-400f-9148-b9617a1b2b65", "vfModuleModelCustomizationUUID": "a6753fd0-4819-4ffd-aecf-8032d23a6680", "isBase": true, "artifacts": [ "98bcf276-998f-4d01-80e6-77e3629e5266", "a18b408d-0464-44e8-8848-78240876c8d6", "426ca88d-48c1-4dc7-93b5-71f3f6bc7786" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T13:08:00.134Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:538b246f-f7eb-400f-9148-b9617a1b2b65 VfModuleModelInvariantUUID:61b46e98-b36b-43ae-b2ad-4c39fef4d4f6 VfModuleModelDescription:NULL Artifacts UUID List:{ 98bcf276-998f-4d01-80e6-77e3629e5266 , a18b408d-0464-44e8-8848-78240876c8d6 , 426ca88d-48c1-4dc7-93b5-71f3f6bc7786 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T13:08:00.134Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 98bcf276-998f-4d01-80e6-77e3629e5266 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-28T13:08:00.134Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:08:00.134Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-28T13:08:00.216Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:08:00.217Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 98bcf276-998f-4d01-80e6-77e3629e5266 1164 2022-12-28T13:08:00.217Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-12-28T13:08:00.217Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-28T13:08:00.218Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:08:00.218Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:08:00.223Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:08:00.224Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232880217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:08:00.322Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T13:08:00.324Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:08:00.325Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:00.340Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:00.340Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:08:01.233Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 426ca88d-48c1-4dc7-93b5-71f3f6bc7786 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-28T13:08:01.234Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:08:01.235Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-28T13:08:01.301Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:08:01.302Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 426ca88d-48c1-4dc7-93b5-71f3f6bc7786 200 2022-12-28T13:08:01.302Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-12-28T13:08:01.302Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-28T13:08:01.303Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:08:01.303Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:08:01.306Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:08:01.306Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232881302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:08:01.406Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:08:01.407Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:08:01.408Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:01.424Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:01.425Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:08:02.307Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b9d218a4-f949-4312-a9d7-a6ac5d2b7466 2022-12-28T13:08:02.308Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 791ac39c-187c-4021-81e7-b3bc68b0b32d 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-12-28T13:08:02.340Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||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-12-28T13:08:02.352Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@128ced46, org.onap.sdc.toscaparser.api.parameters.Input@3ee0b92, org.onap.sdc.toscaparser.api.parameters.Input@5fbd4fe4, org.onap.sdc.toscaparser.api.parameters.Input@87247b3, org.onap.sdc.toscaparser.api.parameters.Input@7de16d26] 2022-12-28T13:08:02.354Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.354Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:08:02.355Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-12-28T13:08:02.355Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 30538095-4c5d-4021-b0cd-5ccc7f26a0e8 2022-12-28T13:08:02.355Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30538095-4c5d-4021-b0cd-5ccc7f26a0e8 matches Tosca VF Customization UUID: 30538095-4c5d-4021-b0cd-5ccc7f26a0e8 2022-12-28T13:08:02.355Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 30538095-4c5d-4021-b0cd-5ccc7f26a0e8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-28T13:08:02.360Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.360Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:08:02.361Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 30538095-4c5d-4021-b0cd-5ccc7f26a0e8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-28T13:08:02.361Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@210260ca 2022-12-28T13:08:02.361Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.362Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T13:08:02.362Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6753fd0-4819-4ffd-aecf-8032d23a6680 2022-12-28T13:08:02.363Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6753fd0-4819-4ffd-aecf-8032d23a6680 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-28T13:08:02.375Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.375Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:08:02.376Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:08:02.376Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.376Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:08:02.377Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:08:02.377Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.378Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-28T13:08:02.378Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-28T13:08:02.380Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=970cf702-1281-415e-b370-3558ff534fa6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-28T13:08:02.384Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.385Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:08:02.385Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:08:02.386Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.386Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-28T13:08:02.386Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=30538095-4c5d-4021-b0cd-5ccc7f26a0e8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:08:02.389Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.390Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:08:02.390Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b9d218a4-f949-4312-a9d7-a6ac5d2b7466: basic_cnf 2022-12-28T13:08:02.390Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.391Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:08:02.391Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.392Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:08:02.392Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.392Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:08:02.393Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.393Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:08:02.393Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:08:02.394Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:08:02.394Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:08:02.554Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 791ac39c-187c-4021-81e7-b3bc68b0b32d 1 ASDC deployResourceStructure 2022-12-28T13:08:02.556Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-12-28T13:08:02.556Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-12-28T13:08:02.556Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-28T13:08:02.556Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:08:02.559Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:08:02.559Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232882555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-28T13:08:02.659Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:08:02.660Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:08:02.660Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:02.675Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:02.676Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:08:03.560Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-12-28T13:08:03.561Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-28T13:08:03.561Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-28T13:08:03.562Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:08:03.564Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:08:03.564Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232883560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-28T13:08:03.664Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:08:03.665Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:08:03.665Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:03.687Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:03.688Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:08:04.566Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-12-28T13:08:04.566Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-28T13:08:04.566Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:08:04.567Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:08:04.569Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:08:04.569Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232884565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:08:04.669Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:08:04.671Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:08:04.671Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:04.683Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:04.683Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:08:05.570Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-12-28T13:08:05.571Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-28T13:08:05.572Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:08:05.572Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:08:05.575Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:08:05.575Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232885570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:08:05.675Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:08:05.676Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:08:05.676Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:05.690Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:05.691Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:08:06.577Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-12-28T13:08:06.577Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-28T13:08:06.577Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:08:06.578Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:08:06.580Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:08:06.581Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232886576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-28T13:08:06.683Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-28T13:08:06.684Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:08:06.684Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:06.697Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:06.698Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:08:07.600Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-28T13:08:07.601Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-28T13:08:07.601Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:08:07.602Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:08:07.605Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:08:07.605Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232887600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:08:07.727Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms 2022-12-28T13:08:07.731Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:08:07.731Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:07.743Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:07.744Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:08:08.606Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34ab2b00-e42d-4219-96f3-3b511175c258 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:08:08.616Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34ab2b00-e42d-4219-96f3-3b511175c258 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:08:08.623Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:08:08.623Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T13:08:08.623Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T13:08:38.623Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34ab2b00-e42d-4219-96f3-3b511175c258 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:08:38.921Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34ab2b00-e42d-4219-96f3-3b511175c258 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:08:38.924Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:08:38.925Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T13:08:38.925Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T13:08:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:08:59.694Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:08:59.697Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:08:59.760Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:08:59.763Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.763Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.765Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.766Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.766Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232760790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:08:59.766Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:08:59.766Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.767Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.767Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.767Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.768Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232758275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.768Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.769Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.769Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232756526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.769Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.770Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.770Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "ves-openapi-manager", "timestamp": 1672232755820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.770Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.770Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.780Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.781Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.782Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.782Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232758275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.783Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.783Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.784Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232756526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:08:59.784Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.785Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.785Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "ves-openapi-manager", "timestamp": 1672232755820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.785Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.786Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.786Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.786Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.788Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.789Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232758275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.790Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.790Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.790Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232756526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-28T13:08:59.795Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.795Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.795Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "ves-openapi-manager", "timestamp": 1672232755820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.796Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.796Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.796Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.797Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.797Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.797Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232758275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.798Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.798Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.798Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "ves-openapi-manager", "timestamp": 1672232755820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.798Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.798Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.800Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232756526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.801Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.801Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.801Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.802Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.806Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.806Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232758275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.806Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.807Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.807Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232765122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.808Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.808Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.808Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "ves-openapi-manager", "timestamp": 1672232755820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.810Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.815Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.815Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232756526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-28T13:08:59.816Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.816Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.817Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.817Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.818Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.818Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232758275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.819Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.819Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.820Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232765122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.820Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.821Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232756526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.823Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "ves-openapi-manager", "timestamp": 1672232755820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.823Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.824Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.824Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:08:59.825Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.825Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.825Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232758275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:08:59.826Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.826Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.827Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "ves-openapi-manager", "timestamp": 1672232755820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.831Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.832Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.832Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232765122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.832Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.833Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.833Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232756526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:08:59.833Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232768588, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:08:59.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:08:59.835Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.835Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232765122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.836Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.837Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.837Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232768869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:08:59.838Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:08:59.838Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.838Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232768930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:08:59.839Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:08:59.840Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.840Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "cds", "timestamp": 1672232769875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:08:59.887Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fb18424-d120-40da-98aa-2aea3bbdacb4 2022-12-28T13:08:59.887Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb18424-d120-40da-98aa-2aea3bbdacb4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:08:59.904Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.904Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232765122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.905Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.905Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.905Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232770068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:08:59.905Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:08:59.905Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.905Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232770650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:08:59.905Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:08:59.906Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.906Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232765122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:08:59.906Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.906Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.906Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232771131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:08:59.906Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:08:59.906Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.906Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232771793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:08:59.907Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:08:59.907Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.907Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "aai-ml", "timestamp": 1672232771653, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:08:59.927Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34ab2b00-e42d-4219-96f3-3b511175c258 2022-12-28T13:08:59.927Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34ab2b00-e42d-4219-96f3-3b511175c258 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:08:59.970Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.972Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232765122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:08:59.973Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:08:59.974Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:08:59.974Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232772193, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:08:59.986Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fb18424-d120-40da-98aa-2aea3bbdacb4 2022-12-28T13:08:59.986Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb18424-d120-40da-98aa-2aea3bbdacb4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:09:00.010Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.010Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232772931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:00.011Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:00.011Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.011Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "multicloud-k8s-id", "timestamp": 1672232773202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:09:00.012Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:00.012Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.012Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232776007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:09:00.012Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:00.013Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.013Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672232777020, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:09:00.036Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fb18424-d120-40da-98aa-2aea3bbdacb4 2022-12-28T13:09:00.037Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb18424-d120-40da-98aa-2aea3bbdacb4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:09:00.062Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.063Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232781039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:00.063Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:00.063Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.063Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232781039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:00.064Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:00.064Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.065Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232781039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:00.065Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:00.065Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.065Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232781039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:00.066Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:00.066Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.066Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232781039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:00.066Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:00.067Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.067Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232781039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:00.068Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:00.068Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.068Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232781039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:09:00.069Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:00.069Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.069Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232788769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:00.069Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:00.070Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.070Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232800337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:09:00.070Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:00.070Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:00.071Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "aai-ml", "timestamp": 1672232801341, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:09:00.082Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fb18424-d120-40da-98aa-2aea3bbdacb4 2022-12-28T13:09:00.083Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb18424-d120-40da-98aa-2aea3bbdacb4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:09:08.925Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34ab2b00-e42d-4219-96f3-3b511175c258 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:09:09.111Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34ab2b00-e42d-4219-96f3-3b511175c258 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:09:09.116Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:09:09.120Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T13:09:09.120Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T13:09:09.121Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T13:09:09.121Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:09:09.121Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:09:09.121Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:09:09.121Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:09:09.122Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:09:09.122Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:09:09.128Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T13:09:39.129Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34ab2b00-e42d-4219-96f3-3b511175c258 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T13:09:39.139Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34ab2b00-e42d-4219-96f3-3b511175c258 and serviceModelVersionId: b9d218a4-f949-4312-a9d7-a6ac5d2b7466 2022-12-28T13:09:39.140Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e33f83-8190-4eb4-b3f4-80d3e3836edc 2022-12-28T13:09:39.141Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?depth=0 2022-12-28T13:09:39.148Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T13:09:39.305Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?depth=0|INFO|500||Invoke 2022-12-28T13:09:39.312Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34ab2b00-e42d-4219-96f3-3b511175c258], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e6e4893-6afd-49a8-b729-aae1d076a50d], X-ECOMP-RequestID=[34ab2b00-e42d-4219-96f3-3b511175c258], X-TransactionId=[], X-ONAP-RequestID=[34ab2b00-e42d-4219-96f3-3b511175c258], Content-Type=[application/merge-patch+json]} 2022-12-28T13:09:39.345Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T13:09:39.515Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?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/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 13:09:38 GMT], content-length=[0], vertex-id=[184568], x-aai-txid=[2-aai-resources-221228-13:09:38:046-36675], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T13:09:39.515Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-28T13:09:39.516Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64e33f83-8190-4eb4-b3f4-80d3e3836edc/model-vers/model-ver/b9d218a4-f949-4312-a9d7-a6ac5d2b7466?depth=0|INFO|500||InvokeReturn 2022-12-28T13:09:39.516Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T13:09:39.517Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:09:39.540Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T13:09:39.540Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34ab2b00-e42d-4219-96f3-3b511175c258 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T13:09:39.540Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T13:09:39.541Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:39.547Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:39.547Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232979540, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:09:39.655Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-12-28T13:09:39.657Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:39.657Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:39.679Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:39.680Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:09:40.562Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:09:40.563Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:09:40.563Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:45.069Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:45.070Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:09:45.070Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fb18424-d120-40da-98aa-2aea3bbdacb4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"18fb5690-6bbe-4fbb-baaf-59279c63b60a","serviceDescription":"service","serviceInvariantUUID":"fbe1055e-4bbe-4e93-a221-e949fd796eee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"417a6e7e-89f4-4ebe-aa4f-27f975311f87","resourceInvariantUUID":"76782bbc-a407-47ed-aac6-311752c61504","resourceCustomizationUUID":"59819d2e-d63b-43bc-b055-49da32478bc3","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":"NDZhNDA4OWQ3NzliNzk0ZWY5NzJmN2Y4YmM1NDdkMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99468441-ebf4-40fa-bf50-a8d7fa7bc489","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":"YzlmYWI1NWE2MzgzYzY4Y2UwZjYzYWYxM2MwMzgwM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf2229f4-b2f1-474c-aa7e-5297b117ef9a","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":"97738940-b850-43ca-b821-890cd8e9712b","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":"36c86668-343e-40b0-89d7-8f9ca23727c9","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":"de9df1cb-dbf8-4200-b1f7-ccb97b750b3d","artifactVersion":"2","generatedFromUUID":"97738940-b850-43ca-b821-890cd8e9712b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzMyZWU0YmU0NTkwNDY0M2E3NzVkMTRkOTdlNDM2MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d17e2e2b-005b-4d65-a118-335b4c6ff0f4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzQwYWZmYTQxZGQ0Yjg5MjJjYzk1NTZhY2IwNWFmOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f281afe-af20-436e-ac10-42ca46ac3aa6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T13:09:45.074Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:09:45.074Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:45.080Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:45.087Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:45.179Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-12-28T13:09:45.181Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:45.181Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:45.224Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:45.228Z||pool-73-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:46.089Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:09:46.090Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:46.093Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:46.094Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:09:46.194Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:09:46.197Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:46.197Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:46.218Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:46.219Z||pool-74-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:47.096Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:09:47.096Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:47.099Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:47.099Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-28T13:09:47.247Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 148 ms 2022-12-28T13:09:47.248Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:47.248Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:47.271Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:47.271Z||pool-75-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:48.107Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:09:48.126Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:48.129Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:48.129Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:48.230Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:09:48.231Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:48.231Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:48.245Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:48.245Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:49.130Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:09:49.131Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:49.133Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:49.135Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-28T13:09:49.233Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T13:09:49.234Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:49.235Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:49.255Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:49.256Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:50.139Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:09:50.140Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:50.143Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:50.143Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:50.243Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:09:50.245Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:50.246Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:50.266Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:50.267Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:51.144Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:09:51.145Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:51.147Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:51.147Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:09:51.247Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:09:51.248Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:51.249Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:51.261Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:51.261Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:52.148Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "18fb5690-6bbe-4fbb-baaf-59279c63b60a", "serviceDescription": "service", "serviceInvariantUUID": "fbe1055e-4bbe-4e93-a221-e949fd796eee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "59819d2e-d63b-43bc-b055-49da32478bc3", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "417a6e7e-89f4-4ebe-aa4f-27f975311f87", "resourceInvariantUUID": "76782bbc-a407-47ed-aac6-311752c61504", "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": "YzlmYWI1NWE2MzgzYzY4Y2UwZjYzYWYxM2MwMzgwM2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf2229f4-b2f1-474c-aa7e-5297b117ef9a", "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": "97738940-b850-43ca-b821-890cd8e9712b", "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": "de9df1cb-dbf8-4200-b1f7-ccb97b750b3d", "generatedFromUUID": "97738940-b850-43ca-b821-890cd8e9712b" }, "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": "de9df1cb-dbf8-4200-b1f7-ccb97b750b3d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzQwYWZmYTQxZGQ0Yjg5MjJjYzk1NTZhY2IwNWFmOTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6f281afe-af20-436e-ac10-42ca46ac3aa6" } ], "workloadContext": "Production" } 2022-12-28T13:09:52.149Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T13:09:52.149Z|34ab2b00-e42d-4219-96f3-3b511175c258|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 18fb5690-6bbe-4fbb-baaf-59279c63b60a ASDC 2022-12-28T13:09:52.150Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:8fb18424-d120-40da-98aa-2aea3bbdacb4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:18fb5690-6bbe-4fbb-baaf-59279c63b60a ServiceInvariantUUID:fbe1055e-4bbe-4e93-a221-e949fd796eee 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:6f281afe-af20-436e-ac10-42ca46ac3aa6 ArtifactChecksum:NzQwYWZmYTQxZGQ0Yjg5MjJjYzk1NTZhY2IwNWFmOTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:59819d2e-d63b-43bc-b055-49da32478bc3 ResourceInvariantUUID:76782bbc-a407-47ed-aac6-311752c61504 ResourceName:basic_vm ResourceType:VF ResourceUUID:417a6e7e-89f4-4ebe-aa4f-27f975311f87 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:cf2229f4-b2f1-474c-aa7e-5297b117ef9a ArtifactChecksum:YzlmYWI1NWE2MzgzYzY4Y2UwZjYzYWYxM2MwMzgwM2I= 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:97738940-b850-43ca-b821-890cd8e9712b 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:de9df1cb-dbf8-4200-b1f7-ccb97b750b3d 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:de9df1cb-dbf8-4200-b1f7-ccb97b750b3d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-28T13:09:52.150Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18fb5690-6bbe-4fbb-baaf-59279c63b60a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:09:52.210Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:09:52.211Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:09:52.211Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:09:52.211Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6f281afe-af20-436e-ac10-42ca46ac3aa6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-28T13:09:52.211Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:09:52.211Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-28T13:09:52.356Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:09:52.361Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6f281afe-af20-436e-ac10-42ca46ac3aa6 74809 2022-12-28T13:09:52.362Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-28T13:09:52.363Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-28T13:09:52.364Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:09:52.365Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:52.368Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:52.368Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232992362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:52.468Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:09:52.469Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:52.470Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:52.482Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:52.483Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:53.370Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:09:53.371Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-28T13:09:53.389Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6f281afe-af20-436e-ac10-42ca46ac3aa6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:53.396Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-28T13:09:53.398Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:53.398Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:53.947Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12051688827177033999/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-28T13:09:56.295Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-28T13:09:56.296Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-28T13:09:56.297Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.297Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:56.297Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:56.297Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-28T13:09:56.297Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:09:56.298Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.298Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:56.298Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:56.298Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-28T13:09:56.298Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:09:56.298Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.299Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:56.299Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.299Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-28T13:09:56.299Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-28T13:09:56.299Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-28T13:09:56.299Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-28T13:09:56.300Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-28T13:09:56.300Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-28T13:09:56.300Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.300Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T13:09:56.300Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.300Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:56.300Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:09:56.301Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.301Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:56.301Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:09:56.301Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.301Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:56.302Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:09:56.302Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.302Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-28T13:09:56.302Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-28T13:09:56.302Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-28T13:09:56.302Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d4f6fec1-c3ed-4750-b764-116d36c91a47 2022-12-28T13:09:56.302Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.303Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:56.303Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.303Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:56.303Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.303Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:56.303Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:56.304Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:56.304Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:18fb5690-6bbe-4fbb-baaf-59279c63b60a Model Version:NULL Model InvariantUuid:fbe1055e-4bbe-4e93-a221-e949fd796eee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:51e8d2a2-6a18-417d-8c2a-80ddaa6a59e7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:76782bbc-a407-47ed-aac6-311752c61504 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:59819d2e-d63b-43bc-b055-49da32478bc3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1a669c95-a7fc-4411-ac23-d38093e29fca ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e7742d5a-2a39-48d5-a379-ecb186c1f6ab ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d4f6fec1-c3ed-4750-b764-116d36c91a47 ModelInvariantUuid:2a61cd33-7eb2-4836-8e23-fe3eac799f91 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:e0838343-5c19-429f-ab3c-81839ccd4406 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b8fe431a-a1fc-4f1f-81a8-64edd4edd52e ModelInvariantUuid:0d13d122-b4d2-4a43-9667-a43d1eb1c890 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:d347edd5-bc38-46bf-ac2d-24cef50685a8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T13:09:56.316Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 417a6e7e-89f4-4ebe-aa4f-27f975311f87 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:09:56.321Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-12-28T13:09:56.321Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 417a6e7e-89f4-4ebe-aa4f-27f975311f87 2022-12-28T13:09:56.321Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cf2229f4-b2f1-474c-aa7e-5297b117ef9a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-28T13:09:56.321Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:09:56.321Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-28T13:09:56.372Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:09:56.373Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cf2229f4-b2f1-474c-aa7e-5297b117ef9a 787 2022-12-28T13:09:56.373Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-12-28T13:09:56.373Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-28T13:09:56.373Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:09:56.373Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:56.376Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:56.376Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232996373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:56.476Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:09:56.477Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:56.477Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:56.490Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:56.491Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:57.380Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1a669c95-a7fc-4411-ac23-d38093e29fca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e7742d5a-2a39-48d5-a379-ecb186c1f6ab", "vfModuleModelCustomizationUUID": "95f086ae-e86b-44f0-9328-963e475c7bb8", "isBase": true, "artifacts": [ "97738940-b850-43ca-b821-890cd8e9712b", "de9df1cb-dbf8-4200-b1f7-ccb97b750b3d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T13:09:57.385Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e7742d5a-2a39-48d5-a379-ecb186c1f6ab VfModuleModelInvariantUUID:1a669c95-a7fc-4411-ac23-d38093e29fca VfModuleModelDescription:NULL Artifacts UUID List:{ 97738940-b850-43ca-b821-890cd8e9712b , de9df1cb-dbf8-4200-b1f7-ccb97b750b3d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T13:09:57.389Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1a669c95-a7fc-4411-ac23-d38093e29fca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e7742d5a-2a39-48d5-a379-ecb186c1f6ab", "vfModuleModelCustomizationUUID": "95f086ae-e86b-44f0-9328-963e475c7bb8", "isBase": true, "artifacts": [ "97738940-b850-43ca-b821-890cd8e9712b", "de9df1cb-dbf8-4200-b1f7-ccb97b750b3d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T13:09:57.389Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e7742d5a-2a39-48d5-a379-ecb186c1f6ab VfModuleModelInvariantUUID:1a669c95-a7fc-4411-ac23-d38093e29fca VfModuleModelDescription:NULL Artifacts UUID List:{ 97738940-b850-43ca-b821-890cd8e9712b , de9df1cb-dbf8-4200-b1f7-ccb97b750b3d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T13:09:57.389Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 97738940-b850-43ca-b821-890cd8e9712b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-28T13:09:57.389Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:09:57.390Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-28T13:09:57.437Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:09:57.438Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 97738940-b850-43ca-b821-890cd8e9712b 5033 2022-12-28T13:09:57.438Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-28T13:09:57.438Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-28T13:09:57.438Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:09:57.439Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:57.455Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:57.455Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232997438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:57.541Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-12-28T13:09:57.542Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:57.543Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:57.558Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:57.558Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:58.457Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de9df1cb-dbf8-4200-b1f7-ccb97b750b3d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-28T13:09:58.457Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-28T13:09:58.458Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-28T13:09:58.502Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-28T13:09:58.503Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env de9df1cb-dbf8-4200-b1f7-ccb97b750b3d 903 2022-12-28T13:09:58.503Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-28T13:09:58.503Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-28T13:09:58.504Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:09:58.504Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:58.513Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:58.513Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232998503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:58.608Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-12-28T13:09:58.609Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:09:58.609Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:09:58.626Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:58.627Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:09:59.514Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 18fb5690-6bbe-4fbb-baaf-59279c63b60a 2022-12-28T13:09:59.514Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 417a6e7e-89f4-4ebe-aa4f-27f975311f87 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-12-28T13:09:59.550Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3354e1b3, org.onap.sdc.toscaparser.api.parameters.Input@1665a125, org.onap.sdc.toscaparser.api.parameters.Input@4af97326, org.onap.sdc.toscaparser.api.parameters.Input@6a0ac1ae, org.onap.sdc.toscaparser.api.parameters.Input@7ec7fc25] 2022-12-28T13:09:59.552Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.552Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:59.553Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-12-28T13:09:59.553Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 59819d2e-d63b-43bc-b055-49da32478bc3 2022-12-28T13:09:59.553Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59819d2e-d63b-43bc-b055-49da32478bc3 matches Tosca VF Customization UUID: 59819d2e-d63b-43bc-b055-49da32478bc3 2022-12-28T13:09:59.553Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 59819d2e-d63b-43bc-b055-49da32478bc3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-28T13:09:59.556Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.556Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:59.557Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 59819d2e-d63b-43bc-b055-49da32478bc3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-28T13:09:59.557Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78ca9317 2022-12-28T13:09:59.557Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.558Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T13:09:59.558Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95f086ae-e86b-44f0-9328-963e475c7bb8 2022-12-28T13:09:59.558Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95f086ae-e86b-44f0-9328-963e475c7bb8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-28T13:09:59.567Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.567Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:59.577Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:09:59.577Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:59.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:09:59.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.579Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-28T13:09:59.581Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-28T13:09:59.581Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-28T13:09:59.581Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d4f6fec1-c3ed-4750-b764-116d36c91a47 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-28T13:09:59.588Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.588Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:59.589Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:09:59.589Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.589Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-28T13:09:59.589Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=59819d2e-d63b-43bc-b055-49da32478bc3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:09:59.600Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.600Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:59.601Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 18fb5690-6bbe-4fbb-baaf-59279c63b60a: basic_vm 2022-12-28T13:09:59.601Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.601Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:59.601Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.601Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:59.602Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.602Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:59.602Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.602Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:59.602Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:09:59.603Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:09:59.603Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||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=? 2022-12-28T13:09:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 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=? 2022-12-28T13:09:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:09:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 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 (?, ?, ?, ?, ?, ?, ?, ?) 2022-12-28T13:09:59.736Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:09:59.736Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.736Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232863191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:09:59.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:59.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:59.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-28T13:09:59.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 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 (?, ?, ?, ?, ?) 2022-12-28T13:09:59.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-28T13:09:59.746Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.746Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.746Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:09:59.746Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.746Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.746Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232759667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232873553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232876926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:59.748Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:59.749Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.749Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232877988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:59.749Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:09:59.749Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-28T13:09:59.749Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232879116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:09:59.749Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:09:59.913Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 417a6e7e-89f4-4ebe-aa4f-27f975311f87 1 ASDC deployResourceStructure 2022-12-28T13:09:59.913Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-12-28T13:09:59.913Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-28T13:09:59.913Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:09:59.920Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:09:59.938Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:09:59.939Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232999913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:10:00.023Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-12-28T13:10:00.023Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:10:00.024Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:00.038Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:10:00.038Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:10:00.941Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-28T13:10:00.941Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-28T13:10:00.942Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:10:00.942Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:10:00.945Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:10:00.946Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672233000941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:10:01.045Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:10:01.052Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:10:01.053Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:01.067Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:10:01.067Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:10:01.946Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-28T13:10:01.947Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-28T13:10:01.947Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:10:01.948Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:10:01.951Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:10:01.951Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672233001946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-28T13:10:02.051Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:10:02.053Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:10:02.054Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:02.081Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:10:02.082Z||pool-86-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:10:02.952Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-28T13:10:02.952Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-28T13:10:02.952Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:10:02.953Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:10:02.955Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:10:02.955Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672233002952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:10:03.055Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:10:03.060Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:10:03.060Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:03.075Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:10:03.075Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:10:03.957Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb18424-d120-40da-98aa-2aea3bbdacb4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:10:03.979Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb18424-d120-40da-98aa-2aea3bbdacb4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:10:04.001Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:10:04.002Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T13:10:04.002Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T13:10:04.002Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T13:10:04.003Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:10:04.003Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:10:04.003Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:10:04.003Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:10:04.004Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:10:04.004Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:10:04.053Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T13:10:34.057Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fb18424-d120-40da-98aa-2aea3bbdacb4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T13:10:34.105Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fb18424-d120-40da-98aa-2aea3bbdacb4 and serviceModelVersionId: 18fb5690-6bbe-4fbb-baaf-59279c63b60a 2022-12-28T13:10:34.105Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fbe1055e-4bbe-4e93-a221-e949fd796eee 2022-12-28T13:10:34.106Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fbe1055e-4bbe-4e93-a221-e949fd796eee/model-vers/model-ver/18fb5690-6bbe-4fbb-baaf-59279c63b60a?depth=0 2022-12-28T13:10:34.125Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T13:10:34.321Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe1055e-4bbe-4e93-a221-e949fd796eee/model-vers/model-ver/18fb5690-6bbe-4fbb-baaf-59279c63b60a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-28T13:10:34.337Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe1055e-4bbe-4e93-a221-e949fd796eee/model-vers/model-ver/18fb5690-6bbe-4fbb-baaf-59279c63b60a?depth=0|INFO|500||Invoke 2022-12-28T13:10:34.396Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe1055e-4bbe-4e93-a221-e949fd796eee/model-vers/model-ver/18fb5690-6bbe-4fbb-baaf-59279c63b60a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T13:10:34.532Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe1055e-4bbe-4e93-a221-e949fd796eee/model-vers/model-ver/18fb5690-6bbe-4fbb-baaf-59279c63b60a?depth=0|INFO|500||InvokeReturn 2022-12-28T13:10:34.534Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe1055e-4bbe-4e93-a221-e949fd796eee/model-vers/model-ver/18fb5690-6bbe-4fbb-baaf-59279c63b60a?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 13:10:33 GMT], content-length=[0], vertex-id=[237704], x-aai-txid=[0-aai-resources-221228-13:10:33:083-61672], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T13:10:34.535Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-12-28T13:10:34.535Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T13:10:34.535Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:10:34.546Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T13:10:34.547Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fb18424-d120-40da-98aa-2aea3bbdacb4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T13:10:34.547Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T13:10:34.548Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:10:34.552Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:10:34.552Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672233034547, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:10:34.652Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:10:34.656Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:10:34.656Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:34.676Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:10:34.677Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:10:35.572Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:10:35.573Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:10:35.573Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:45.139Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:10:45.140Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:10:45.141Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:10:45.141Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:54.686Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:10:54.688Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:10:54.690Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:10:54.690Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:10:59.693Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:10:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:10:59.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:10:59.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-28T13:10:59.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232880217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:10:59.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:10:59.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-28T13:10:59.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232881302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:10:59.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:10:59.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-28T13:10:59.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232882555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-28T13:10:59.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:10:59.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-28T13:10:59.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232883560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-28T13:10:59.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:10:59.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-28T13:10:59.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232884565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:10:59.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:10:59.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-28T13:10:59.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232885570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:10:59.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:10:59.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-28T13:10:59.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232886576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-28T13:10:59.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:10:59.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-28T13:10:59.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232887600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:10:59.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:11:04.260Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:11:04.262Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:11:04.266Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:11:04.267Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:11:13.837Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:11:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:11:59.668Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:11:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:11:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:11:59.694Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:11:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:11:59.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:11:59.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "34ab2b00-e42d-4219-96f3-3b511175c258", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232979540, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:11:59.796Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:11:59.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:11:59.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T13:11:59.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:11:59.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T13:11:59.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-28T13:11:59.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T13:11:59.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:11:59.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T13:11:59.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-28T13:11:59.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T13:11:59.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:11:59.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T13:11:59.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232980562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:11:59.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-28T13:11:59.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232992362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:11:59.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:11:59.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232996373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:11:59.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:11:59.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232997438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:11:59.825Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:11:59.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:11:59.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232998503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:11:59.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:12:09.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:12:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:12:59.668Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:12:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:12:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:12:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:12:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:13:00.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:13:00.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:13:00.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672232999913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:13:00.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:13:00.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:13:00.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672233000941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:13:00.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:13:00.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:13:00.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672233001946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-28T13:13:00.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:13:00.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:13:00.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672233002952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:13:00.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:13:00.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-28T13:13:00.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fb18424-d120-40da-98aa-2aea3bbdacb4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672233034547, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:13:00.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:13:09.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:13:59.671Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:13:59.672Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:13:59.672Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:13:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:13:59.693Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:13:59.693Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:14:09.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:14:09.261Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:14:59.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:14:59.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:14:59.680Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:14:59.697Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:14:59.708Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:14:59.709Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:15:09.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:15:09.312Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:15:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:15:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:15:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:15:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:15:59.692Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:15:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:16:09.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:16:09.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:16:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:16:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:16:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:16:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:16:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:16:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:17:09.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:17:09.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:17:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:17:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:17:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:17:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:17:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:17:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:18:09.212Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:18:09.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:18:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:18:59.671Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:18:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:18:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:18:59.697Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:18:59.698Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:19:09.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:19:09.302Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:19:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:19:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:19:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:19:59.696Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:19:59.699Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:19:59.700Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:20:09.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:20:09.292Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:20:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:20:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:20:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:20:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:20:59.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:20:59.695Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:21:09.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:21:09.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:21:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:21:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:21:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:21:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:21:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:21:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:22:09.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:22:09.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:22:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:22:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:22:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:22:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:22:59.694Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:22:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:23:09.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:23:09.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:23:59.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:23:59.672Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:23:59.672Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:23:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:23:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:23:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:24:09.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:24:09.261Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:24:59.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:24:59.670Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:24:59.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:24:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:24:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:24:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:25:09.328Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:25:09.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:25:59.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:25:59.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:25:59.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:25:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:25:59.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:25:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:26:09.243Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:26:09.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:26:59.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:26:59.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:26:59.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:26:59.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:26:59.694Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:26:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:27:09.228Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:27:09.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:27:59.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:27:59.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:27:59.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:27:59.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:27:59.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:27:59.698Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:28:09.263Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:28:09.264Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:28:59.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:28:59.673Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:28:59.674Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:28:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:28:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:28:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:29:09.237Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:29:09.258Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:29:59.677Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:29:59.678Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:29:59.678Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:29:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:29:59.695Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:29:59.696Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:30:09.256Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:30:09.267Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:30:59.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:30:59.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:30:59.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:30:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:30:59.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:30:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:31:09.227Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:31:09.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:31:59.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:31:59.667Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:31:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:31:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:31:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:31:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:32:09.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:32:09.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:32:59.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:32:59.671Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:32:59.672Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:32:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:32:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:32:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:33:09.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:33:09.285Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:33:59.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:33:59.667Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:33:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:33:59.702Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:33:59.703Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:33:59.703Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:00.317Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:00.319Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.320Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.322Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.322Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.322Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.324Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.324Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.325Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.325Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.325Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.326Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.326Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.326Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.326Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.326Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.326Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.326Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.327Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.327Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.327Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.327Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.327Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.327Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.328Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.328Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.328Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.328Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.328Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.328Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.328Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.328Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.329Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.329Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.329Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.329Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.329Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.329Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.329Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.330Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.330Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.330Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.330Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.330Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.330Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.330Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.330Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.331Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.331Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.331Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.331Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.331Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.331Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.332Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.332Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.332Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.332Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.332Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.332Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.333Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.333Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.333Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.333Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.333Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.333Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.333Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234401039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:34:00.334Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.334Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.337Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.337Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.337Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.338Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.338Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.338Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.338Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234408275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:34:00.338Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.338Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.338Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.339Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.339Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.339Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:34:00.339Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.340Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.340Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234418354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:00.340Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.340Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.340Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.340Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.340Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.341Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.341Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.341Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.341Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234419038, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:00.341Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.341Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.341Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-28T13:34:00.341Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.342Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.342Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.342Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.342Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.342Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.342Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.342Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.342Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.343Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.343Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.343Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.343Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.343Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.343Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.343Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.344Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.344Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-28T13:34:00.344Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.344Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.344Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "cds", "timestamp": 1672234421539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-12-28T13:34:00.355Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:00.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a863894-f503-47a2-88e7-af3032fdb0f6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618","serviceDescription":"service","serviceInvariantUUID":"056cbd82-2309-4b36-8a0e-a8eb80b418a6","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94c83ba9-5467-4a86-a311-0942877f5005","resourceInvariantUUID":"e9314f5d-6274-4e1d-a5b1-8deb2b076911","resourceCustomizationUUID":"e345bcea-5eae-463c-b987-840cca1b4f7a","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":"NzY3YmQwNWVhNDhiY2I3YjJlMWIyMjEwOThhZDRlNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdd30608-6e81-45bf-a63a-29a199b5bbdd","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":"MmU4NWJhMjdkMzMyMmNlY2I2NTBhZjEwZDQ2NTUxYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d00a1112-ed0c-49bb-a286-1306b57b12e6","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":"cca137ef-f648-40cf-9092-eb1cca03c186","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":"3a3105aa-901e-40c3-baba-e533af94b68d","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":"65562d14-be31-40df-9cad-f60f6f3c1288","artifactVersion":"2","generatedFromUUID":"4ff585ad-9259-464d-a19a-c08b746e48d2"},{"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":"ee16f5ff-ed65-46dc-b4d9-b75f99a604eb","artifactVersion":"2","generatedFromUUID":"cca137ef-f648-40cf-9092-eb1cca03c186"},{"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":"4ff585ad-9259-464d-a19a-c08b746e48d2","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":"d3c20b0d-c180-4e2b-b388-1eceb896c89a","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":"ZGY0NjM3NGZiN2U5MzBkNjhkMTA1NTc5YmFlN2VlMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31790cdf-3489-4211-9114-d415791eed06","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTQ1YThlNmNlMGRiOTFjMjQxY2YyNTI1MWFlNGM1NzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77604847-9d8d-40bf-9c03-50e49f08a532","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T13:34:00.365Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:00.369Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:34:00.394Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:00.394Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:34:00.424Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a863894-f503-47a2-88e7-af3032fdb0f6 2022-12-28T13:34:00.425Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a863894-f503-47a2-88e7-af3032fdb0f6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:34:00.437Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.437Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.438Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.438Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.439Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.439Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.439Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.440Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-28T13:34:00.441Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.441Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.441Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.441Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.442Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.442Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.443Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.443Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.443Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-28T13:34:00.444Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.444Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.445Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.445Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.445Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.446Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234423276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.446Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.447Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.447Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.448Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.448Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.449Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.449Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.450Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.450Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234415118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:34:00.451Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.451Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.451Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234423276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.451Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.451Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.452Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.453Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.453Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.454Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.454Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.455Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.455Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234423276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.456Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.456Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.456Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234425914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:00.457Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.458Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.458Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "ves-openapi-manager", "timestamp": 1672234415815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.459Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.460Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.460Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234416526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:34:00.461Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.464Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.464Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234423276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.465Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.465Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.465Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234427405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:00.466Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.466Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.466Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234423276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.467Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.467Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.468Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234428047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:34:00.468Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.468Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.469Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234428472, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:00.478Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.479Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.479Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234423276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.480Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.480Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.480Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234429008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:34:00.481Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.482Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.482Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "aai-ml", "timestamp": 1672234429051, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:34:00.489Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a863894-f503-47a2-88e7-af3032fdb0f6 2022-12-28T13:34:00.489Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a863894-f503-47a2-88e7-af3032fdb0f6 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=? 2022-12-28T13:34:00.493Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:34:00.494Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:00.494Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:00.499Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.499Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234429538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:00.500Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.500Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.501Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234423276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.501Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.501Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.502Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234430042, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:34:00.506Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a863894-f503-47a2-88e7-af3032fdb0f6 2022-12-28T13:34:00.506Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a863894-f503-47a2-88e7-af3032fdb0f6 and ComponentName SDNC 2022-12-28T13:34:00.508Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 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=? 2022-12-28T13:34:00.509Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:34:00.515Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.515Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234430630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:00.515Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.516Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.516Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234423276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:34:00.517Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.517Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.517Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234431039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.517Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.518Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.518Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234431749, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:34:00.523Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a863894-f503-47a2-88e7-af3032fdb0f6 2022-12-28T13:34:00.523Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a863894-f503-47a2-88e7-af3032fdb0f6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:34:00.538Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.539Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234432151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:00.539Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.539Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.540Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234431039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.540Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.540Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.541Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "multicloud-k8s-id", "timestamp": 1672234432753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:34:00.541Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:34:00.542Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.542Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "cds", "timestamp": 1672234433412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:34:00.555Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e33e8c7d-d66f-47a8-9535-2bbe7739cf40 2022-12-28T13:34:00.555Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e33e8c7d-d66f-47a8-9535-2bbe7739cf40 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:34:00.564Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.565Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234431039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.565Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.565Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.566Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234431039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.566Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.567Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.567Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234431039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.567Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.568Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.568Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234431039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.569Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.569Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.569Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "ves-openapi-manager", "timestamp": 1672234435816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.570Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.570Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.571Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234436526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.572Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.572Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.572Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234431039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.573Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.574Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.574Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "ves-openapi-manager", "timestamp": 1672234435816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.575Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.575Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.575Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234436526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:34:00.576Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.576Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.577Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234431039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:34:00.577Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "ves-openapi-manager", "timestamp": 1672234435816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:00.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:00.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:00.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234436526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-28T13:34:00.578Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-28T13:34:01.398Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:01.398Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:01.413Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:01.413Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:34:01.502Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-12-28T13:34:01.504Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:01.504Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:01.528Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:01.529Z||pool-90-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:02.414Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:02.414Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:02.417Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:02.418Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-28T13:34:02.518Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:34:02.519Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:02.520Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:02.554Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:02.556Z||pool-91-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:03.420Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:03.421Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:03.424Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:03.424Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:03.524Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:03.525Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:03.525Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:03.550Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:03.551Z||pool-92-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:04.424Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:04.425Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:04.428Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:04.428Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-28T13:34:04.528Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:04.529Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:04.538Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:04.553Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:04.554Z||pool-93-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:05.429Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:05.429Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:05.431Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:05.432Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-28T13:34:05.532Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:05.533Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:05.533Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:05.567Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:05.567Z||pool-94-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:06.432Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:06.433Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:06.438Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:06.438Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-28T13:34:06.536Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T13:34:06.537Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:06.537Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:06.559Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:06.559Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:07.440Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:07.440Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:07.444Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:07.445Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:07.545Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:07.546Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:07.546Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:07.559Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:07.560Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:08.446Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:08.446Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:08.449Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:08.449Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:08.550Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:34:08.550Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:08.551Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:08.562Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:08.563Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:09.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:09.452Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:09.456Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:09.456Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:34:09.556Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:09.558Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:09.558Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:09.605Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:09.610Z||pool-98-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:10.458Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618", "serviceDescription": "service", "serviceInvariantUUID": "056cbd82-2309-4b36-8a0e-a8eb80b418a6", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e345bcea-5eae-463c-b987-840cca1b4f7a", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "94c83ba9-5467-4a86-a311-0942877f5005", "resourceInvariantUUID": "e9314f5d-6274-4e1d-a5b1-8deb2b076911", "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": "MmU4NWJhMjdkMzMyMmNlY2I2NTBhZjEwZDQ2NTUxYWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d00a1112-ed0c-49bb-a286-1306b57b12e6", "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": "cca137ef-f648-40cf-9092-eb1cca03c186", "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": "ee16f5ff-ed65-46dc-b4d9-b75f99a604eb", "generatedFromUUID": "cca137ef-f648-40cf-9092-eb1cca03c186" }, "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": "65562d14-be31-40df-9cad-f60f6f3c1288", "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": "ee16f5ff-ed65-46dc-b4d9-b75f99a604eb", "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": "4ff585ad-9259-464d-a19a-c08b746e48d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NTQ1YThlNmNlMGRiOTFjMjQxY2YyNTI1MWFlNGM1NzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "77604847-9d8d-40bf-9c03-50e49f08a532" } ], "workloadContext": "Production" } 2022-12-28T13:34:10.459Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T13:34:10.459Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618 ASDC 2022-12-28T13:34:10.461Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:8a863894-f503-47a2-88e7-af3032fdb0f6 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618 ServiceInvariantUUID:056cbd82-2309-4b36-8a0e-a8eb80b418a6 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:77604847-9d8d-40bf-9c03-50e49f08a532 ArtifactChecksum:NTQ1YThlNmNlMGRiOTFjMjQxY2YyNTI1MWFlNGM1NzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e345bcea-5eae-463c-b987-840cca1b4f7a ResourceInvariantUUID:e9314f5d-6274-4e1d-a5b1-8deb2b076911 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:94c83ba9-5467-4a86-a311-0942877f5005 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:d00a1112-ed0c-49bb-a286-1306b57b12e6 ArtifactChecksum:MmU4NWJhMjdkMzMyMmNlY2I2NTBhZjEwZDQ2NTUxYWQ= 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:cca137ef-f648-40cf-9092-eb1cca03c186 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:ee16f5ff-ed65-46dc-b4d9-b75f99a604eb 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:65562d14-be31-40df-9cad-f60f6f3c1288 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:ee16f5ff-ed65-46dc-b4d9-b75f99a604eb 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:4ff585ad-9259-464d-a19a-c08b746e48d2 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-28T13:34:10.463Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:34:10.597Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:34:10.598Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:34:10.599Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:34:10.599Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 77604847-9d8d-40bf-9c03-50e49f08a532 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:10.599Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:34:10.600Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:10.736Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:34:10.747Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 77604847-9d8d-40bf-9c03-50e49f08a532 162971 2022-12-28T13:34:10.748Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-28T13:34:10.748Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:10.748Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:34:10.749Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:10.751Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:10.751Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234450748, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:10.851Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:10.852Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:10.852Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:10.876Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:10.876Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:11.752Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:34:11.753Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:34:11.754Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 77604847-9d8d-40bf-9c03-50e49f08a532, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:11.755Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-28T13:34:11.756Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:11.756Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:12.142Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14863921316422770621/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-28T13:34:15.458Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T13:34:15.466Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-28T13:34:15.466Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:15.467Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-28T13:34:15.468Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:15.469Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:15.470Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:15.470Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:15.470Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-28T13:34:15.471Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.472Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:15.486Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:15.488Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-28T13:34:15.490Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:34:15.495Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.495Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:15.495Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:15.495Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-28T13:34:15.495Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:34:15.496Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.496Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:15.496Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.496Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-28T13:34:15.496Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-28T13:34:15.497Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-28T13:34:15.497Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-28T13:34:15.497Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.497Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T13:34:15.497Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.497Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:15.498Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:34:15.498Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.498Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:15.498Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:34:15.498Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.499Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:15.499Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:34:15.499Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.499Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:15.499Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:34:15.501Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.501Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-28T13:34:15.501Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-28T13:34:15.501Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c734adeb-cb6f-4eb5-8b8e-1cf676292780 2022-12-28T13:34:15.502Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.502Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:15.502Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.502Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:15.503Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.503Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:15.503Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:15.504Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:15.504Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618 Model Version:NULL Model InvariantUuid:056cbd82-2309-4b36-8a0e-a8eb80b418a6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:2c65633c-149a-4af2-aa4c-4cfbed27ddb0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e9314f5d-6274-4e1d-a5b1-8deb2b076911 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e345bcea-5eae-463c-b987-840cca1b4f7a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:85b080cf-5406-4945-803f-e9ef48c165d4 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:ce891d52-b5b3-4b59-902c-b8c92d26f90d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:069f7117-eba6-4b4b-a455-0faf6ae3b2ae ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:da35c0d7-926b-4d7d-be9d-9fe8fc046379 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c734adeb-cb6f-4eb5-8b8e-1cf676292780 ModelInvariantUuid:c7ccf904-29eb-4d76-a271-6ade72d6e5a9 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:6257cfab-7349-47d3-919a-1a308ea2cf1c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:250470ff-2aae-480a-9807-b175fe3144ea ModelInvariantUuid:b5b37b6d-440b-4606-9c2d-666d21ed4065 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:ec2867fd-3e5d-4f28-8a6e-4c09a7e8b4ea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T13:34:15.526Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 94c83ba9-5467-4a86-a311-0942877f5005 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:34:15.531Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-12-28T13:34:15.532Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 94c83ba9-5467-4a86-a311-0942877f5005 2022-12-28T13:34:15.532Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d00a1112-ed0c-49bb-a286-1306b57b12e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-28T13:34:15.533Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:34:15.534Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-28T13:34:15.606Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:34:15.606Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d00a1112-ed0c-49bb-a286-1306b57b12e6 1565 2022-12-28T13:34:15.607Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-28T13:34:15.607Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-28T13:34:15.607Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:34:15.607Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:15.610Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:15.611Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234455607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:15.711Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:34:15.711Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:15.711Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:15.757Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:15.758Z||pool-100-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:16.611Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "069f7117-eba6-4b4b-a455-0faf6ae3b2ae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da35c0d7-926b-4d7d-be9d-9fe8fc046379", "vfModuleModelCustomizationUUID": "dacab826-578a-4728-ad3c-e9ab301e9ed5", "isBase": true, "artifacts": [ "cca137ef-f648-40cf-9092-eb1cca03c186", "ee16f5ff-ed65-46dc-b4d9-b75f99a604eb" ], "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": "85b080cf-5406-4945-803f-e9ef48c165d4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce891d52-b5b3-4b59-902c-b8c92d26f90d", "vfModuleModelCustomizationUUID": "6bd92946-e619-4dc1-9391-a0aa3af1e12e", "isBase": false, "artifacts": [ "4ff585ad-9259-464d-a19a-c08b746e48d2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T13:34:16.616Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da35c0d7-926b-4d7d-be9d-9fe8fc046379 VfModuleModelInvariantUUID:069f7117-eba6-4b4b-a455-0faf6ae3b2ae VfModuleModelDescription:NULL Artifacts UUID List:{ cca137ef-f648-40cf-9092-eb1cca03c186 , ee16f5ff-ed65-46dc-b4d9-b75f99a604eb } 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:ce891d52-b5b3-4b59-902c-b8c92d26f90d VfModuleModelInvariantUUID:85b080cf-5406-4945-803f-e9ef48c165d4 VfModuleModelDescription:NULL Artifacts UUID List:{ 4ff585ad-9259-464d-a19a-c08b746e48d2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-12-28T13:34:16.619Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "069f7117-eba6-4b4b-a455-0faf6ae3b2ae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da35c0d7-926b-4d7d-be9d-9fe8fc046379", "vfModuleModelCustomizationUUID": "dacab826-578a-4728-ad3c-e9ab301e9ed5", "isBase": true, "artifacts": [ "cca137ef-f648-40cf-9092-eb1cca03c186", "ee16f5ff-ed65-46dc-b4d9-b75f99a604eb" ], "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": "85b080cf-5406-4945-803f-e9ef48c165d4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce891d52-b5b3-4b59-902c-b8c92d26f90d", "vfModuleModelCustomizationUUID": "6bd92946-e619-4dc1-9391-a0aa3af1e12e", "isBase": false, "artifacts": [ "4ff585ad-9259-464d-a19a-c08b746e48d2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T13:34:16.619Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da35c0d7-926b-4d7d-be9d-9fe8fc046379 VfModuleModelInvariantUUID:069f7117-eba6-4b4b-a455-0faf6ae3b2ae VfModuleModelDescription:NULL Artifacts UUID List:{ cca137ef-f648-40cf-9092-eb1cca03c186 , ee16f5ff-ed65-46dc-b4d9-b75f99a604eb } 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:ce891d52-b5b3-4b59-902c-b8c92d26f90d VfModuleModelInvariantUUID:85b080cf-5406-4945-803f-e9ef48c165d4 VfModuleModelDescription:NULL Artifacts UUID List:{ 4ff585ad-9259-464d-a19a-c08b746e48d2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-12-28T13:34:16.619Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cca137ef-f648-40cf-9092-eb1cca03c186 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-28T13:34:16.619Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:34:16.620Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-28T13:34:16.663Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:34:16.663Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml cca137ef-f648-40cf-9092-eb1cca03c186 914 2022-12-28T13:34:16.663Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-28T13:34:16.663Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-28T13:34:16.663Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:34:16.664Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:16.666Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:16.666Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234456663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:16.778Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-12-28T13:34:16.790Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:16.791Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:16.820Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:16.820Z||pool-101-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:17.667Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65562d14-be31-40df-9cad-f60f6f3c1288 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-28T13:34:17.667Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:34:17.667Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-28T13:34:17.708Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:34:17.709Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 65562d14-be31-40df-9cad-f60f6f3c1288 12 2022-12-28T13:34:17.709Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-28T13:34:17.709Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-28T13:34:17.709Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:34:17.709Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:17.722Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:17.722Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234457709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:17.822Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:17.824Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:17.824Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:17.835Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:17.836Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:18.723Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ee16f5ff-ed65-46dc-b4d9-b75f99a604eb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-28T13:34:18.723Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:34:18.723Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-28T13:34:18.794Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:34:18.795Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ee16f5ff-ed65-46dc-b4d9-b75f99a604eb 96 2022-12-28T13:34:18.796Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-28T13:34:18.797Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-28T13:34:18.797Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:34:18.798Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:18.804Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:18.804Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234458796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:18.902Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T13:34:18.903Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:18.904Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:18.928Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:18.929Z||pool-103-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:19.805Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4ff585ad-9259-464d-a19a-c08b746e48d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-28T13:34:19.806Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:34:19.807Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-28T13:34:19.902Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:34:19.903Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 4ff585ad-9259-464d-a19a-c08b746e48d2 20206 2022-12-28T13:34:19.904Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-28T13:34:19.904Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-28T13:34:19.904Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:34:19.904Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:19.935Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:19.935Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234459903, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:20.008Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms 2022-12-28T13:34:20.010Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:20.010Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:20.054Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:20.055Z||pool-104-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:20.940Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618 2022-12-28T13:34:20.941Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 94c83ba9-5467-4a86-a311-0942877f5005 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:34:20.951Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40e9316, org.onap.sdc.toscaparser.api.parameters.Input@17170e16, org.onap.sdc.toscaparser.api.parameters.Input@2cbe2b5c, org.onap.sdc.toscaparser.api.parameters.Input@47bcd90c, org.onap.sdc.toscaparser.api.parameters.Input@375a64ce] 2022-12-28T13:34:20.953Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.954Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:20.954Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-12-28T13:34:20.954Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e345bcea-5eae-463c-b987-840cca1b4f7a 2022-12-28T13:34:20.955Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e345bcea-5eae-463c-b987-840cca1b4f7a matches Tosca VF Customization UUID: e345bcea-5eae-463c-b987-840cca1b4f7a 2022-12-28T13:34:20.955Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e345bcea-5eae-463c-b987-840cca1b4f7a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-28T13:34:20.958Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.958Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:20.959Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e345bcea-5eae-463c-b987-840cca1b4f7a: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-12-28T13:34:20.960Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@647e4208 2022-12-28T13:34:20.960Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.960Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T13:34:20.961Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6bd92946-e619-4dc1-9391-a0aa3af1e12e 2022-12-28T13:34:20.961Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6bd92946-e619-4dc1-9391-a0aa3af1e12e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-28T13:34:20.964Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.964Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:20.965Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:34:20.965Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.965Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:20.966Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:34:20.966Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.967Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-28T13:34:20.968Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e345bcea-5eae-463c-b987-840cca1b4f7a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:34:20.969Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.970Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:20.970Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618: basic_cnf_macro 2022-12-28T13:34:20.971Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.971Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:20.971Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.972Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:20.972Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.972Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:20.973Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.973Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:20.974Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:34:20.974Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:34:20.974Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:34:21.039Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 94c83ba9-5467-4a86-a311-0942877f5005 2 ASDC deployResourceStructure 2022-12-28T13:34:21.040Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-28T13:34:21.040Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-28T13:34:21.041Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:34:21.041Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:21.043Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:21.043Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234461040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:34:21.143Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:21.146Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:21.146Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:21.171Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:21.172Z||pool-105-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:22.044Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-28T13:34:22.044Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-28T13:34:22.045Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:34:22.045Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:22.048Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:22.048Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234462044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:34:22.148Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:34:22.151Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:22.152Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:22.166Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:22.169Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:23.049Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-28T13:34:23.050Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-12-28T13:34:23.050Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-28T13:34:23.050Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:23.054Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:23.054Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234463049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-28T13:34:23.154Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:23.155Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:23.156Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:23.171Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:23.172Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:24.055Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-28T13:34:24.055Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-28T13:34:24.055Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:34:24.055Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:24.071Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:24.071Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234464054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-28T13:34:24.170Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:34:24.171Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:24.171Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:24.210Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:24.211Z||pool-108-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:34:25.072Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-28T13:34:25.073Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-28T13:34:25.073Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-28T13:34:25.074Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:25.076Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:25.077Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234465072, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-28T13:34:25.177Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:25.178Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:25.178Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:25.189Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:25.190Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:26.078Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-28T13:34:26.078Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-28T13:34:26.078Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:34:26.079Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:26.083Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:26.084Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234466078, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:34:26.185Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-28T13:34:26.186Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:26.186Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:26.199Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:26.200Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:27.085Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a863894-f503-47a2-88e7-af3032fdb0f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:34:27.101Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a863894-f503-47a2-88e7-af3032fdb0f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:34:27.104Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:34:27.104Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T13:34:27.104Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T13:34:27.104Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T13:34:27.104Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:34:27.105Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:34:27.105Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:34:27.105Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:34:27.105Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:34:27.105Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:34:27.110Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T13:34:57.110Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a863894-f503-47a2-88e7-af3032fdb0f6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T13:34:57.121Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a863894-f503-47a2-88e7-af3032fdb0f6 and serviceModelVersionId: d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618 2022-12-28T13:34:57.121Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 056cbd82-2309-4b36-8a0e-a8eb80b418a6 2022-12-28T13:34:57.122Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?depth=0 2022-12-28T13:34:57.129Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T13:34:57.298Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?depth=0|INFO|500||Invoke 2022-12-28T13:34:57.299Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a863894-f503-47a2-88e7-af3032fdb0f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33297c4a-207c-4a82-95d4-5c72f5a487fd], X-ECOMP-RequestID=[8a863894-f503-47a2-88e7-af3032fdb0f6], X-TransactionId=[], X-ONAP-RequestID=[8a863894-f503-47a2-88e7-af3032fdb0f6], Content-Type=[application/merge-patch+json]} 2022-12-28T13:34:57.359Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T13:34:57.500Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?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/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 13:34:56 GMT], content-length=[0], vertex-id=[221376], x-aai-txid=[2-aai-resources-221228-13:34:56:039-79090], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T13:34:57.501Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-28T13:34:57.502Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/056cbd82-2309-4b36-8a0e-a8eb80b418a6/model-vers/model-ver/d2f9cb8e-f9ab-4ba5-b65a-22a0e379b618?depth=0|INFO|500||InvokeReturn 2022-12-28T13:34:57.502Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T13:34:57.502Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:34:57.510Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T13:34:57.510Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a863894-f503-47a2-88e7-af3032fdb0f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T13:34:57.510Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T13:34:57.511Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:57.525Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:57.526Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234497510, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:34:57.629Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-28T13:34:57.630Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:57.630Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:57.666Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:57.667Z||pool-111-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:34:58.545Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-28T13:34:58.545Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e33e8c7d-d66f-47a8-9535-2bbe7739cf40","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0ccd006b-5d8f-4881-ab09-c4bfe2e453ce","serviceDescription":"service","serviceInvariantUUID":"4c6ec12f-79a2-4510-86ec-8ac67cab7d93","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e518f8b9-b64f-44f3-847c-bb2cacbcaaca","resourceInvariantUUID":"678cc274-7d35-4685-86b5-278a5b088ea3","resourceCustomizationUUID":"79992f7d-b771-4b46-8e14-d6893a648146","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDFkNjA5NjdkNDI3NDA4ZjdiZDg3MTdjZjJhODJlMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49487219-f192-4c0e-81e1-6190774dda05","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZGUzNGM0MDdjZTAxZDhjM2Q3ZGJkM2RlNDJhNjY5N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02ca832a-48ec-462d-9a2a-a28f408dbfb3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44791033-5c29-41e3-b384-86df5b062385","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff31c6a2-b40d-433d-91b4-7f8898a80df4","artifactVersion":"2","generatedFromUUID":"bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZTA3Zjk2NTMzYTljNGYwZTQwYmM0ZjU5ODc2ZWU4OWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fedd4bb0-e218-47d9-a570-652f2e231aad","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"OGJlYTMxM2Y0ZmQ4MDk4MWQ3YjM2NDlhZWViNzYxMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0a5f493-68ef-4d8b-b877-335e9ef32a18","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODUwNGMyOWNmZGM3NjA3NGJiMGNmYmI5MDE2MzJmYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4354f860-b40a-4303-96a2-6901a59a0864","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T13:34:58.546Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:58.546Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:58.549Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:58.549Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:34:58.649Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:34:58.650Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:58.656Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:58.673Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:58.673Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:59.555Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:34:59.555Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:34:59.559Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:34:59.559Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:34:59.657Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-28T13:34:59.658Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:34:59.658Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:59.676Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:59.676Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:34:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:34:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:34:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:34:59.718Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:34:59.719Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-28T13:34:59.719Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234439853, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:34:59.720Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:35:00.559Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:35:00.561Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:00.564Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:00.565Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-28T13:35:00.664Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:00.665Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:00.666Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:00.677Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:00.678Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:01.566Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:35:01.567Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:01.569Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:01.570Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:35:01.669Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:01.670Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:01.670Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:01.683Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:01.683Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:02.570Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:35:02.571Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:02.573Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:02.573Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-28T13:35:02.673Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:02.674Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:02.674Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:02.692Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:02.692Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:03.575Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:35:03.576Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:03.578Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:03.579Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:35:03.678Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:03.679Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:03.679Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:03.702Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:03.702Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:04.579Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:35:04.580Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:04.583Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:04.583Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:35:04.682Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-28T13:35:04.683Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:04.683Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:04.700Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:04.701Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:05.584Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:35:05.584Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:05.587Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:05.587Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:35:05.687Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:05.688Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:05.688Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:05.702Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:05.703Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:06.588Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "0ccd006b-5d8f-4881-ab09-c4bfe2e453ce", "serviceDescription": "service", "serviceInvariantUUID": "4c6ec12f-79a2-4510-86ec-8ac67cab7d93", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "79992f7d-b771-4b46-8e14-d6893a648146", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e518f8b9-b64f-44f3-847c-bb2cacbcaaca", "resourceInvariantUUID": "678cc274-7d35-4685-86b5-278a5b088ea3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZGUzNGM0MDdjZTAxZDhjM2Q3ZGJkM2RlNDJhNjY5N2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02ca832a-48ec-462d-9a2a-a28f408dbfb3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ff31c6a2-b40d-433d-91b4-7f8898a80df4", "generatedFromUUID": "bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ff31c6a2-b40d-433d-91b4-7f8898a80df4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODUwNGMyOWNmZGM3NjA3NGJiMGNmYmI5MDE2MzJmYmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4354f860-b40a-4303-96a2-6901a59a0864" } ], "workloadContext": "Production" } 2022-12-28T13:35:06.588Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T13:35:06.588Z|8a863894-f503-47a2-88e7-af3032fdb0f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ccd006b-5d8f-4881-ab09-c4bfe2e453ce ASDC 2022-12-28T13:35:06.589Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e33e8c7d-d66f-47a8-9535-2bbe7739cf40 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:0ccd006b-5d8f-4881-ab09-c4bfe2e453ce ServiceInvariantUUID:4c6ec12f-79a2-4510-86ec-8ac67cab7d93 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:4354f860-b40a-4303-96a2-6901a59a0864 ArtifactChecksum:ODUwNGMyOWNmZGM3NjA3NGJiMGNmYmI5MDE2MzJmYmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:79992f7d-b771-4b46-8e14-d6893a648146 ResourceInvariantUUID:678cc274-7d35-4685-86b5-278a5b088ea3 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e518f8b9-b64f-44f3-847c-bb2cacbcaaca ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:02ca832a-48ec-462d-9a2a-a28f408dbfb3 ArtifactChecksum:ZGUzNGM0MDdjZTAxZDhjM2Q3ZGJkM2RlNDJhNjY5N2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:ff31c6a2-b40d-433d-91b4-7f8898a80df4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:ff31c6a2-b40d-433d-91b4-7f8898a80df4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-28T13:35:06.589Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ccd006b-5d8f-4881-ab09-c4bfe2e453ce ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:35:06.639Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:35:06.640Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:35:06.640Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:35:06.641Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4354f860-b40a-4303-96a2-6901a59a0864 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-28T13:35:06.641Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:35:06.641Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-28T13:35:06.701Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:35:06.706Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4354f860-b40a-4303-96a2-6901a59a0864 82621 2022-12-28T13:35:06.707Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-28T13:35:06.707Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-28T13:35:06.708Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:35:06.708Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:06.710Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:06.710Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234506707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:35:06.810Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:35:06.811Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:06.811Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:06.823Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:06.824Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:07.711Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:35:07.712Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:35:07.712Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4354f860-b40a-4303-96a2-6901a59a0864, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:07.712Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-28T13:35:07.713Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:07.713Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:07.929Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16453662467288879702/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-28T13:35:10.960Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:10.961Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-28T13:35:10.988Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-28T13:35:10.989Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.990Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:10.990Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:10.990Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-28T13:35:10.990Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:35:10.990Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.990Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:10.990Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:10.990Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-28T13:35:10.991Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:35:10.991Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.991Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:10.991Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.991Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-28T13:35:10.991Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-28T13:35:10.991Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-28T13:35:10.992Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-28T13:35:10.992Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-28T13:35:10.992Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-28T13:35:10.992Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.992Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T13:35:10.993Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.993Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:10.993Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:35:10.993Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.994Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:10.994Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:35:10.994Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.994Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:10.994Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:35:10.994Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.994Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-28T13:35:10.994Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-28T13:35:10.995Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-28T13:35:10.995Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d46768d3-a9f1-455b-95b4-d47283d75ac9 2022-12-28T13:35:10.995Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.995Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:10.995Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.995Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:10.995Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.995Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:10.996Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:10.996Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:10.996Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:0ccd006b-5d8f-4881-ab09-c4bfe2e453ce Model Version:NULL Model InvariantUuid:4c6ec12f-79a2-4510-86ec-8ac67cab7d93 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:833b3f11-43cf-4690-a590-63a899c73366 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:678cc274-7d35-4685-86b5-278a5b088ea3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:79992f7d-b771-4b46-8e14-d6893a648146 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:588cf1ce-5686-4e5f-a7c5-027f44747c3c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:5f0b0b18-31a5-43e8-97fd-2de5486149c5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d46768d3-a9f1-455b-95b4-d47283d75ac9 ModelInvariantUuid:15a0391f-112e-475e-a2c7-a5d359b611fa ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:54250759-56c0-4dc3-82a5-331a9d2c4c90 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fa498cf6-364e-4810-8ed1-42081516f1c0 ModelInvariantUuid:d20e3127-2681-41d9-9cf5-f771fc3b3370 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:f1410109-06ae-47b7-abf1-9dd202be0747 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T13:35:11.009Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e518f8b9-b64f-44f3-847c-bb2cacbcaaca Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:35:11.020Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-12-28T13:35:11.020Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e518f8b9-b64f-44f3-847c-bb2cacbcaaca 2022-12-28T13:35:11.020Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 02ca832a-48ec-462d-9a2a-a28f408dbfb3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-28T13:35:11.020Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:35:11.020Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-28T13:35:11.086Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:35:11.086Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 02ca832a-48ec-462d-9a2a-a28f408dbfb3 792 2022-12-28T13:35:11.089Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-28T13:35:11.089Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-28T13:35:11.090Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:35:11.092Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:11.103Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:11.104Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234511086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:35:11.200Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-12-28T13:35:11.201Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:11.201Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:11.214Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:11.215Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:12.104Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "588cf1ce-5686-4e5f-a7c5-027f44747c3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f0b0b18-31a5-43e8-97fd-2de5486149c5", "vfModuleModelCustomizationUUID": "ddad9d6c-0d72-4917-ac56-f07654ac8838", "isBase": true, "artifacts": [ "bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac", "ff31c6a2-b40d-433d-91b4-7f8898a80df4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T13:35:12.121Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f0b0b18-31a5-43e8-97fd-2de5486149c5 VfModuleModelInvariantUUID:588cf1ce-5686-4e5f-a7c5-027f44747c3c VfModuleModelDescription:NULL Artifacts UUID List:{ bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac , ff31c6a2-b40d-433d-91b4-7f8898a80df4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T13:35:12.136Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "588cf1ce-5686-4e5f-a7c5-027f44747c3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f0b0b18-31a5-43e8-97fd-2de5486149c5", "vfModuleModelCustomizationUUID": "ddad9d6c-0d72-4917-ac56-f07654ac8838", "isBase": true, "artifacts": [ "bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac", "ff31c6a2-b40d-433d-91b4-7f8898a80df4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-28T13:35:12.137Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f0b0b18-31a5-43e8-97fd-2de5486149c5 VfModuleModelInvariantUUID:588cf1ce-5686-4e5f-a7c5-027f44747c3c VfModuleModelDescription:NULL Artifacts UUID List:{ bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac , ff31c6a2-b40d-433d-91b4-7f8898a80df4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-28T13:35:12.137Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-28T13:35:12.138Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:35:12.139Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-28T13:35:12.183Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:35:12.184Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bf8c1f2c-c9fd-40ce-b006-72cdd5e87bac 5033 2022-12-28T13:35:12.184Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-28T13:35:12.184Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-28T13:35:12.185Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:35:12.186Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:12.203Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:12.203Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234512184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:35:12.302Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:12.303Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:12.303Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:12.317Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:12.318Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:13.204Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ff31c6a2-b40d-433d-91b4-7f8898a80df4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-28T13:35:13.204Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:35:13.204Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-28T13:35:13.248Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:35:13.248Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ff31c6a2-b40d-433d-91b4-7f8898a80df4 903 2022-12-28T13:35:13.248Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-28T13:35:13.248Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-28T13:35:13.248Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:35:13.249Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:13.254Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:13.254Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234513248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:35:13.355Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:13.356Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:13.356Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:13.398Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:13.398Z||pool-123-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:14.257Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0ccd006b-5d8f-4881-ab09-c4bfe2e453ce 2022-12-28T13:35:14.258Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e518f8b9-b64f-44f3-847c-bb2cacbcaaca 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-12-28T13:35:14.321Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@da1e8c, org.onap.sdc.toscaparser.api.parameters.Input@3ac800cc, org.onap.sdc.toscaparser.api.parameters.Input@2ce4c88a, org.onap.sdc.toscaparser.api.parameters.Input@27e8e198, org.onap.sdc.toscaparser.api.parameters.Input@7716a597] 2022-12-28T13:35:14.327Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.329Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:14.329Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-12-28T13:35:14.330Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 79992f7d-b771-4b46-8e14-d6893a648146 2022-12-28T13:35:14.330Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79992f7d-b771-4b46-8e14-d6893a648146 matches Tosca VF Customization UUID: 79992f7d-b771-4b46-8e14-d6893a648146 2022-12-28T13:35:14.331Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 79992f7d-b771-4b46-8e14-d6893a648146 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-28T13:35:14.353Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.354Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:14.361Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 79992f7d-b771-4b46-8e14-d6893a648146: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-12-28T13:35:14.362Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@670cf927 2022-12-28T13:35:14.363Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.364Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-28T13:35:14.370Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ddad9d6c-0d72-4917-ac56-f07654ac8838 2022-12-28T13:35:14.371Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ddad9d6c-0d72-4917-ac56-f07654ac8838 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-28T13:35:14.384Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.386Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:14.387Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:35:14.388Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.389Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:14.390Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:35:14.391Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.393Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-28T13:35:14.393Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-28T13:35:14.394Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-28T13:35:14.394Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d46768d3-a9f1-455b-95b4-d47283d75ac9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-28T13:35:14.416Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.417Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:14.419Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-28T13:35:14.421Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.422Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-28T13:35:14.444Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=79992f7d-b771-4b46-8e14-d6893a648146 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:35:14.447Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.447Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:14.448Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0ccd006b-5d8f-4881-ab09-c4bfe2e453ce: basic_vm_macro 2022-12-28T13:35:14.448Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.448Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:14.448Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.448Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:14.448Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.448Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:14.449Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.449Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:14.449Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:35:14.449Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:35:14.449Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:35:14.670Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e518f8b9-b64f-44f3-847c-bb2cacbcaaca 1 ASDC deployResourceStructure 2022-12-28T13:35:14.671Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-28T13:35:14.671Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-28T13:35:14.671Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:35:14.672Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:14.682Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:14.682Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234514671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:35:14.795Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-12-28T13:35:14.796Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:14.797Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:14.830Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:14.831Z||pool-124-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:35:15.683Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-28T13:35:15.684Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-28T13:35:15.684Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:35:15.684Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:15.688Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:15.689Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234515683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:35:15.788Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:15.805Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:15.805Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:15.821Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:15.821Z||pool-125-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:16.690Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-28T13:35:16.690Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-28T13:35:16.690Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:35:16.691Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:16.694Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:16.694Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234516690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-28T13:35:16.793Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:35:16.795Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:16.795Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:16.812Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:16.813Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:35:17.695Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-28T13:35:17.695Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-28T13:35:17.696Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:35:17.711Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:35:17.728Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:35:17.729Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234517695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:35:17.815Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms 2022-12-28T13:35:17.815Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:35:17.816Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:17.837Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:17.837Z||pool-127-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:35:18.738Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:35:18.785Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:35:18.791Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:35:18.791Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T13:35:18.791Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T13:35:48.792Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:35:48.808Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:35:48.821Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:35:48.822Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T13:35:48.822Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T13:35:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:35:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:35:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:35:59.719Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:35:59.720Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:35:59.720Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "ves-openapi-manager", "timestamp": 1672234435816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:35:59.721Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:18.825Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:36:18.858Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:36:18.860Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:36:18.860Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T13:36:18.860Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T13:36:48.865Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:36:48.877Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:36:48.880Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:36:48.880Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-28T13:36:48.881Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-28T13:36:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:36:59.694Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:36:59.694Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:36:59.750Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:36:59.753Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.753Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.754Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.754Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.754Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234436526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "ves-openapi-manager", "timestamp": 1672234435816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:36:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234436526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "ves-openapi-manager", "timestamp": 1672234435816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234436526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "ves-openapi-manager", "timestamp": 1672234435816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234436526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "ves-openapi-manager", "timestamp": 1672234435816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-28T13:36:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234436526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:36:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-28T13:36:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234445298, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234445118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.763Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.763Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234446399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234445118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234447455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234445118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234448501, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:36:59.783Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e33e8c7d-d66f-47a8-9535-2bbe7739cf40 2022-12-28T13:36:59.784Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e33e8c7d-d66f-47a8-9535-2bbe7739cf40 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:36:59.795Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.795Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234445118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.796Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.796Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.796Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:36:59.796Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.796Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.796Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234449453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:36:59.796Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.796Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.797Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "multicloud-k8s-id", "timestamp": 1672234449512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:36:59.797Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.797Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.797Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234445118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.797Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.797Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.797Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234450748, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.798Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.798Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.798Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "aai-ml", "timestamp": 1672234450456, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:36:59.803Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e33e8c7d-d66f-47a8-9535-2bbe7739cf40 2022-12-28T13:36:59.803Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e33e8c7d-d66f-47a8-9535-2bbe7739cf40 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:36:59.812Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.813Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234445118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.813Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.813Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.813Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234445118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.813Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.814Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.814Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234445118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:36:59.814Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.815Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.815Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234453875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.815Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.816Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.816Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234455607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.816Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.816Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.817Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234456663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.819Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.819Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.819Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234456996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:36:59.819Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.819Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.819Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234457709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.820Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.820Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.820Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234458006, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:36:59.832Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e33e8c7d-d66f-47a8-9535-2bbe7739cf40 2022-12-28T13:36:59.832Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e33e8c7d-d66f-47a8-9535-2bbe7739cf40 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:36:59.849Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.849Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234458796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.849Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.849Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.849Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234459903, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-28T13:36:59.851Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.851Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.851Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234461040, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:36:59.851Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.851Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.851Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234462044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:36:59.851Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.852Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.852Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234463049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-28T13:36:59.852Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.852Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.852Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234464054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-28T13:36:59.852Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.852Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.852Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234465072, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-28T13:36:59.853Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.853Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.853Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234466078, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:36:59.853Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.853Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.853Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a863894-f503-47a2-88e7-af3032fdb0f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234497510, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:36:59.853Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:36:59.854Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.854Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.854Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.854Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.854Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.854Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.855Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.855Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.855Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.855Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.855Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.856Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.856Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.856Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.857Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.857Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.857Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.857Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.857Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.857Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.857Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.869Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.869Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:36:59.869Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:36:59.869Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:36:59.869Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-28T13:36:59.869Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:18.883Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:37:18.902Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:37:18.906Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:37:18.906Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T13:37:18.906Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T13:37:18.907Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T13:37:18.907Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:37:18.907Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:37:18.907Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:37:18.908Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:37:18.908Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:37:18.908Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:37:18.921Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T13:37:48.925Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T13:37:48.938Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e33e8c7d-d66f-47a8-9535-2bbe7739cf40 and serviceModelVersionId: 0ccd006b-5d8f-4881-ab09-c4bfe2e453ce 2022-12-28T13:37:48.938Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c6ec12f-79a2-4510-86ec-8ac67cab7d93 2022-12-28T13:37:48.941Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?depth=0 2022-12-28T13:37:48.954Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T13:37:49.042Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?depth=0|INFO|500||Invoke 2022-12-28T13:37:49.043Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e33e8c7d-d66f-47a8-9535-2bbe7739cf40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf2092c5-168d-4b42-b4ec-f88129e3e998], X-ECOMP-RequestID=[e33e8c7d-d66f-47a8-9535-2bbe7739cf40], X-TransactionId=[], X-ONAP-RequestID=[e33e8c7d-d66f-47a8-9535-2bbe7739cf40], Content-Type=[application/merge-patch+json]} 2022-12-28T13:37:49.108Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T13:37:49.314Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?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/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 13:37:47 GMT], content-length=[0], vertex-id=[262288], x-aai-txid=[1-aai-resources-221228-13:37:47:790-31771], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T13:37:49.315Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-28T13:37:49.316Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c6ec12f-79a2-4510-86ec-8ac67cab7d93/model-vers/model-ver/0ccd006b-5d8f-4881-ab09-c4bfe2e453ce?depth=0|INFO|500||InvokeReturn 2022-12-28T13:37:49.320Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T13:37:49.320Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:37:49.327Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T13:37:49.327Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e33e8c7d-d66f-47a8-9535-2bbe7739cf40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T13:37:49.328Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T13:37:49.328Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:37:49.332Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:37:49.332Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234669328, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:37:49.432Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:37:49.434Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:37:49.436Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:49.520Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:49.520Z||pool-128-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:37:50.350Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:37:50.351Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:37:50.351Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:54.836Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:54.837Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-28T13:37:54.837Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5ff95d2-5d56-4daf-b97a-38b5f9edd996","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5d3ff004-982e-4ba0-8a47-a611ff857273","serviceDescription":"service","serviceInvariantUUID":"05f88c8a-9f45-47f1-a86a-7c93424f892b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fe0d6dd7-e336-4fa3-b0cc-ce52d4da512d","resourceInvariantUUID":"83dfb4ee-eb42-471b-abd7-9113485bf14e","resourceCustomizationUUID":"f8d1a9d6-7b67-4323-8e30-9be9857921ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NjBlOWQ5YTI3N2E2ZTYxZTM2YTQ2NzgyMDFiMWEyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b54a07f0-ec03-446a-acfd-cbf3eed92bd5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7675a6f-9c0d-464d-8bbb-5c8e65c1c806","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6098021-c486-4ea8-b768-51eafbb48d55","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MzBhZWU2Y2I3MzM1MzY5ZGY3NDA0ZjBlMTk1NmNjYzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"16e330af-1b4d-42ea-82c7-68f553ad4602","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d228b1ea-94f3-48a1-a335-9d7f16e892ff","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca54a7c6-a953-4373-a864-fbff376f1b52","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdd2fcd6-4835-46d6-8461-ec72a8f5cbab","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTMzNWJjNzFjNjM1ZjFjYTBmNDZjZTg4NTMwMTEzODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f35ef92-8258-4e05-b640-a8fffba8bc76","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjVkN2M3MGFmNmNkOGM4OGM2MWI2MmRmYzUxNzZjNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c53dee28-fc84-4907-bfe0-36f2e1148d84","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-28T13:37:54.842Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:37:54.842Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:37:54.846Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:37:54.846Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:54.945Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:37:54.946Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:37:54.946Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:54.959Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:54.959Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:37:55.847Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:37:55.848Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:37:55.852Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:37:55.852Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:55.951Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:37:55.953Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:37:55.953Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:55.973Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:55.974Z||pool-130-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:37:56.853Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:37:56.853Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:37:56.856Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:37:56.856Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:56.956Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:37:56.957Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:37:56.957Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:56.978Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:56.981Z||pool-131-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:37:57.857Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:37:57.857Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:37:57.861Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:37:57.862Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:57.960Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-28T13:37:57.960Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:37:57.961Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:57.992Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:57.993Z||pool-132-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:37:58.862Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:37:58.863Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:37:58.866Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:37:58.866Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:58.966Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:37:58.967Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:37:58.967Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:58.985Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:58.986Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:37:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:37:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:37:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:59.747Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:59.748Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.749Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.750Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.750Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.750Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.750Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.750Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.750Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.750Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.751Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.751Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.751Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.751Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.751Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-28T13:37:59.751Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.752Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.752Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.752Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.752Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.752Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.752Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.752Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.753Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.753Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.753Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.753Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.753Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.753Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.754Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.754Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.754Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.754Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.755Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.756Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-28T13:37:59.757Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.758Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.759Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.760Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.761Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.761Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.761Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.761Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.762Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.763Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.763Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.763Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.764Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.765Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-28T13:37:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.766Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.767Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.767Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.767Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.768Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.768Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.769Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.769Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.769Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.769Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.769Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.770Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.770Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.771Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234439666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:37:59.771Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.771Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.772Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.772Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.772Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.773Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.773Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.773Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.773Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "multicloud-k8s-id", "timestamp": 1672234496526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:37:59.774Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.774Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.774Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234491039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:37:59.775Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.775Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.775Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234495820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.776Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.776Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.776Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234506707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:37:59.776Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.776Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.776Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.776Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.777Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.777Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234498277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:37:59.777Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.777Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.777Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234507194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:37:59.777Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.778Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.778Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234506657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:37:59.778Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.778Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.778Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.778Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.779Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.779Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234508032, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:37:59.779Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.779Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.779Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234507686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:37:59.780Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.780Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.780Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.780Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.780Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.781Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "ves-openapi-manager", "timestamp": 1672234508689, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:37:59.803Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d5ff95d2-5d56-4daf-b97a-38b5f9edd996 2022-12-28T13:37:59.803Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5ff95d2-5d56-4daf-b97a-38b5f9edd996 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:37:59.813Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.813Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "cds", "timestamp": 1672234509302, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:37:59.830Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5ff95d2-5d56-4daf-b97a-38b5f9edd996 2022-12-28T13:37:59.830Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5ff95d2-5d56-4daf-b97a-38b5f9edd996 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:37:59.864Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.864Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.864Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.864Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.864Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234511086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-28T13:37:59.864Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.865Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.865Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.865Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.865Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.865Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.865Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.865Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.866Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234512184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-28T13:37:59.866Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.866Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.866Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.867Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:37:59.866Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.867Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:37:59.867Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.868Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234513248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-28T13:37:59.868Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.868Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.868Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234513372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:37:59.869Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.869Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.872Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234505121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:37:59.872Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:37:59.872Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:37:59.872Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:37:59.872Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.872Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "aai-ml", "timestamp": 1672234514375, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:37:59.885Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5ff95d2-5d56-4daf-b97a-38b5f9edd996 2022-12-28T13:37:59.885Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5ff95d2-5d56-4daf-b97a-38b5f9edd996 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:37:59.906Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.906Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234514671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-28T13:37:59.906Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.906Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.906Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234514921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:37:59.906Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.907Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.907Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234515683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-28T13:37:59.907Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.908Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.908Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234516690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-28T13:37:59.908Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.908Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.909Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234517033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:37:59.909Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.909Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.909Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234517695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:37:59.910Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:37:59.910Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:37:59.910Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672234518041, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:37:59.916Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5ff95d2-5d56-4daf-b97a-38b5f9edd996 2022-12-28T13:37:59.916Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5ff95d2-5d56-4daf-b97a-38b5f9edd996 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-28T13:37:59.970Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-28T13:37:59.971Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:37:59.971Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:37:59.983Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:37:59.984Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:38:00.873Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:38:00.875Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:38:00.880Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:38:00.881Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:38:00.980Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:38:00.981Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:38:00.981Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:00.993Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:00.994Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:38:01.882Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:38:01.882Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:38:01.885Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:38:01.886Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:38:01.985Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-28T13:38:01.986Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:38:01.986Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:02.005Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:02.006Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:38:02.887Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-28T13:38:02.887Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:38:02.890Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:38:02.890Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:38:02.990Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-28T13:38:02.990Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:38:02.991Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:03.004Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:03.004Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:38:03.891Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5d3ff004-982e-4ba0-8a47-a611ff857273", "serviceDescription": "service", "serviceInvariantUUID": "05f88c8a-9f45-47f1-a86a-7c93424f892b", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "f8d1a9d6-7b67-4323-8e30-9be9857921ef", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fe0d6dd7-e336-4fa3-b0cc-ce52d4da512d", "resourceInvariantUUID": "83dfb4ee-eb42-471b-abd7-9113485bf14e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NjVkN2M3MGFmNmNkOGM4OGM2MWI2MmRmYzUxNzZjNDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c53dee28-fc84-4907-bfe0-36f2e1148d84" } ], "workloadContext": "Production" } 2022-12-28T13:38:03.892Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-28T13:38:03.892Z|e33e8c7d-d66f-47a8-9535-2bbe7739cf40|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5d3ff004-982e-4ba0-8a47-a611ff857273 ASDC 2022-12-28T13:38:03.893Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d5ff95d2-5d56-4daf-b97a-38b5f9edd996 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5d3ff004-982e-4ba0-8a47-a611ff857273 ServiceInvariantUUID:05f88c8a-9f45-47f1-a86a-7c93424f892b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:c53dee28-fc84-4907-bfe0-36f2e1148d84 ArtifactChecksum:NjVkN2M3MGFmNmNkOGM4OGM2MWI2MmRmYzUxNzZjNDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:f8d1a9d6-7b67-4323-8e30-9be9857921ef ResourceInvariantUUID:83dfb4ee-eb42-471b-abd7-9113485bf14e ResourceName:test-pnf ResourceType:PNF ResourceUUID:fe0d6dd7-e336-4fa3-b0cc-ce52d4da512d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-28T13:38:03.893Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d3ff004-982e-4ba0-8a47-a611ff857273 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:38:04.018Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:38:04.022Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:38:04.023Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:38:04.023Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c53dee28-fc84-4907-bfe0-36f2e1148d84 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-28T13:38:04.024Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-28T13:38:04.026Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-28T13:38:04.221Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-28T13:38:04.234Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c53dee28-fc84-4907-bfe0-36f2e1148d84 110869 2022-12-28T13:38:04.235Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-28T13:38:04.235Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-28T13:38:04.235Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-28T13:38:04.236Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:38:04.244Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:38:04.245Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234684234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:38:04.341Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-12-28T13:38:04.344Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:38:04.344Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:04.378Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:04.379Z||pool-138-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-12-28T13:38:05.245Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-28T13:38:05.246Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-28T13:38:05.247Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c53dee28-fc84-4907-bfe0-36f2e1148d84, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:05.247Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-28T13:38:05.248Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:05.248Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:05.715Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4928590225238559851/Definitions/service-TestPnfMacro-template.yml 2022-12-28T13:38:08.058Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-28T13:38:08.058Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-28T13:38:08.059Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.059Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-28T13:38:08.059Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.059Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.059Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.059Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.059Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.060Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.060Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.060Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-28T13:38:08.060Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.060Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.061Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-28T13:38:08.061Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-28T13:38:08.065Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:38:08.068Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.069Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.072Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-28T13:38:08.072Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-28T13:38:08.073Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-28T13:38:08.073Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.073Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.074Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.075Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.076Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.076Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.077Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.077Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.078Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.078Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.081Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:5d3ff004-982e-4ba0-8a47-a611ff857273 Model Version:NULL Model InvariantUuid:05f88c8a-9f45-47f1-a86a-7c93424f892b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-28T13:38:08.115Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: fe0d6dd7-e336-4fa3-b0cc-ce52d4da512d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:38:08.120Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-12-28T13:38:08.120Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fe0d6dd7-e336-4fa3-b0cc-ce52d4da512d 2022-12-28T13:38:08.120Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 5d3ff004-982e-4ba0-8a47-a611ff857273 2022-12-28T13:38:08.120Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5d3ff004-982e-4ba0-8a47-a611ff857273 2022-12-28T13:38:08.120Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fe0d6dd7-e336-4fa3-b0cc-ce52d4da512d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:38:08.161Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78a13fec, org.onap.sdc.toscaparser.api.parameters.Input@6907d535, org.onap.sdc.toscaparser.api.parameters.Input@60eb3ae, org.onap.sdc.toscaparser.api.parameters.Input@335c1246, org.onap.sdc.toscaparser.api.parameters.Input@4273159e] 2022-12-28T13:38:08.161Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.162Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.162Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5d3ff004-982e-4ba0-8a47-a611ff857273: test-pnf 2022-12-28T13:38:08.162Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||Processing PNF resource: fe0d6dd7-e336-4fa3-b0cc-ce52d4da512d 2022-12-28T13:38:08.162Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-28T13:38:08.162Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-28T13:38:08.163Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||Resource customization UUID: f8d1a9d6-7b67-4323-8e30-9be9857921ef is the same as notified resource customizationUUID: f8d1a9d6-7b67-4323-8e30-9be9857921ef Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-28T13:38:08.269Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fe0d6dd7-e336-4fa3-b0cc-ce52d4da512d 0 ASDC deployResourceStructure 2022-12-28T13:38:08.269Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-28T13:38:08.269Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-28T13:38:08.270Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-28T13:38:08.270Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:38:08.279Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:38:08.279Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234688269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:38:08.372Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-12-28T13:38:08.373Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:38:08.373Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:08.408Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:08.409Z||pool-139-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-12-28T13:38:09.281Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5ff95d2-5d56-4daf-b97a-38b5f9edd996 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:38:09.327Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5ff95d2-5d56-4daf-b97a-38b5f9edd996 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-28T13:38:09.334Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-28T13:38:09.336Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-28T13:38:09.336Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-28T13:38:09.337Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-28T13:38:09.337Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:38:09.337Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:38:09.338Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:38:09.338Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:38:09.339Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-28T13:38:09.339Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-28T13:38:09.347Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-28T13:38:39.349Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5ff95d2-5d56-4daf-b97a-38b5f9edd996 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-28T13:38:39.357Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5ff95d2-5d56-4daf-b97a-38b5f9edd996 and serviceModelVersionId: 5d3ff004-982e-4ba0-8a47-a611ff857273 2022-12-28T13:38:39.357Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05f88c8a-9f45-47f1-a86a-7c93424f892b 2022-12-28T13:38:39.358Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05f88c8a-9f45-47f1-a86a-7c93424f892b/model-vers/model-ver/5d3ff004-982e-4ba0-8a47-a611ff857273?depth=0 2022-12-28T13:38:39.366Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-28T13:38:39.440Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05f88c8a-9f45-47f1-a86a-7c93424f892b/model-vers/model-ver/5d3ff004-982e-4ba0-8a47-a611ff857273?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-28T13:38:39.446Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05f88c8a-9f45-47f1-a86a-7c93424f892b/model-vers/model-ver/5d3ff004-982e-4ba0-8a47-a611ff857273?depth=0|INFO|500||Invoke 2022-12-28T13:38:39.474Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05f88c8a-9f45-47f1-a86a-7c93424f892b/model-vers/model-ver/5d3ff004-982e-4ba0-8a47-a611ff857273?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-28T13:38:39.694Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05f88c8a-9f45-47f1-a86a-7c93424f892b/model-vers/model-ver/5d3ff004-982e-4ba0-8a47-a611ff857273?depth=0|INFO|500||InvokeReturn 2022-12-28T13:38:39.694Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05f88c8a-9f45-47f1-a86a-7c93424f892b/model-vers/model-ver/5d3ff004-982e-4ba0-8a47-a611ff857273?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 13:38:38 GMT], content-length=[0], vertex-id=[249904], x-aai-txid=[0-aai-resources-221228-13:38:38:160-79888], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-28T13:38:39.698Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-12-28T13:38:39.698Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-28T13:38:39.698Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-28T13:38:39.704Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-28T13:38:39.705Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5ff95d2-5d56-4daf-b97a-38b5f9edd996 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-28T13:38:39.705Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-28T13:38:39.705Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-28T13:38:39.709Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-28T13:38:39.709Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234719705, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:38:39.812Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-28T13:38:39.813Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-28T13:38:39.813Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:39.880Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:39.881Z||pool-140-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-28T13:38:40.731Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:38:40.732Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:38:40.732Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:50.306Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:50.307Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:38:50.308Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:38:50.309Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:38:59.700Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:38:59.700Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:38:59.735Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:59.736Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:38:59.736Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e33e8c7d-d66f-47a8-9535-2bbe7739cf40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234669328, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:38:59.737Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:38:59.738Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:38:59.738Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:38:59.738Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:38:59.738Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:38:59.738Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-28T13:38:59.739Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:38:59.739Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:38:59.739Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-28T13:38:59.739Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:38:59.740Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:38:59.740Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-28T13:38:59.741Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:38:59.741Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-28T13:38:59.742Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-28T13:38:59.743Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-28T13:38:59.888Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:38:59.889Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:38:59.889Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:38:59.890Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:39:09.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:39:09.490Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:39:09.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:39:09.492Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:39:19.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:39:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:39:59.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:39:59.696Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:39:59.696Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:39:59.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:39:59.718Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:39:59.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:39:59.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-28T13:39:59.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:39:59.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-28T13:40:09.262Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:40:59.667Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:40:59.669Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:40:59.670Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:40:59.694Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:40:59.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:40:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:41:00.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:41:00.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-28T13:41:00.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-28T13:41:00.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-28T13:41:00.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-28T13:41:00.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-28T13:41:00.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-28T13:41:00.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-28T13:41:00.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234670350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-28T13:41:00.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-28T13:41:00.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-28T13:41:00.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234684234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-28T13:41:00.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:41:00.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-28T13:41:00.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234688269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-28T13:41:00.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:41:00.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-28T13:41:00.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5ff95d2-5d56-4daf-b97a-38b5f9edd996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672234719705, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-28T13:41:00.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-28T13:41:09.278Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:41:59.668Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:41:59.669Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:41:59.669Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:41:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:41:59.692Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:41:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:42:09.240Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:42:09.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:42:59.667Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:42:59.672Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:42:59.674Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:42:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:42:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:42:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:43:09.301Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:43:09.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:43:59.671Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:43:59.672Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:43:59.672Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:43:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:43:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:43:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:44:09.239Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:44:09.321Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:44:59.674Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:44:59.685Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:44:59.686Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:44:59.692Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:44:59.693Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:44:59.693Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:45:09.282Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:45:09.379Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:45:59.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:45:59.676Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:45:59.676Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:45:59.725Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:45:59.771Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:45:59.772Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:46:09.335Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:46:09.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:46:59.672Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:46:59.675Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:46:59.676Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:46:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:46:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:46:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:47:09.263Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:47:09.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:47:59.670Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:47:59.671Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:47:59.671Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:47:59.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:47:59.713Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:47:59.714Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:48:09.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:48:09.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:48:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:48:59.667Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:48:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:48:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:48:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:48:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:49:09.288Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:49:09.388Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:49:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:49:59.667Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:49:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:49:59.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:49:59.696Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:49:59.696Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:50:09.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:50:09.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:50:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:50:59.667Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:50:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:50:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:50:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:50:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:51:09.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:51:09.267Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:51:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:51:59.667Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:51:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:51:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:51:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:51:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:52:09.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:52:09.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:52:59.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:52:59.681Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:52:59.682Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:52:59.703Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:52:59.703Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:52:59.704Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:53:09.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:53:09.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:53:59.669Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:53:59.670Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:53:59.670Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:53:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:53:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:53:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:54:09.230Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:54:09.269Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:54:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:54:59.671Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:54:59.672Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:54:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:54:59.692Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:54:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:55:09.241Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:55:09.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:55:59.673Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:55:59.679Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:55:59.681Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:55:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:55:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:55:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:56:09.257Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:56:09.260Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:56:59.666Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:56:59.668Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:56:59.668Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:56:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:56:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:56:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:57:09.236Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:57:09.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:57:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:57:59.667Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:57:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:57:59.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:57:59.694Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:57:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:58:09.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:58:09.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:58:59.669Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:58:59.670Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:58:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:58:59.700Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:58:59.701Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:58:59.701Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:59:09.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:59:09.276Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T13:59:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:59:59.669Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:59:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T13:59:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T13:59:59.692Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T13:59:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:00:09.232Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:00:09.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:00:59.670Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:00:59.670Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:00:59.671Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:00:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:00:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:00:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:01:09.244Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:01:09.246Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:01:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:01:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:01:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:01:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:01:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:01:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:02:09.234Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:02:09.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:02:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:02:59.669Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:02:59.670Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:02:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:02:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:02:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:03:09.240Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:03:09.258Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:03:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:03:59.668Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:03:59.668Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:03:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:03:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:03:59.694Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:04:09.229Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:04:09.239Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:04:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:04:59.673Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:04:59.674Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:04:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:04:59.692Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:04:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:05:09.270Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:05:09.270Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:05:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:05:59.671Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:05:59.671Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:05:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:05:59.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:05:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:06:09.242Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:06:09.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:06:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:06:59.669Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:06:59.669Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:06:59.698Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:06:59.699Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:06:59.699Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:07:09.236Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:07:09.273Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:07:59.669Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:07:59.670Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:07:59.670Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:07:59.694Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:07:59.696Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:07:59.696Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:08:09.223Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:08:09.299Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:08:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:08:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:08:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:08:59.694Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:08:59.697Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:08:59.697Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:09:09.234Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:09:09.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:09:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:09:59.668Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:09:59.668Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:09:59.696Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:09:59.697Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:09:59.698Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:10:09.226Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:10:09.299Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:10:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:10:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:10:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:10:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:10:59.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:10:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:11:09.229Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:11:09.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:11:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:11:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:11:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:11:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:11:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:11:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:12:09.252Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:12:09.252Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:12:59.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:12:59.667Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:12:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:12:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:12:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:12:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:13:09.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:13:09.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:13:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:13:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:13:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:13:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:13:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:13:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:14:09.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:14:09.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:14:59.686Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:14:59.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:14:59.689Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:14:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:14:59.692Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:14:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:15:09.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:15:09.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:15:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:15:59.669Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:15:59.670Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:15:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:15:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:15:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:16:09.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:16:09.253Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:16:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:16:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:16:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:16:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:16:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:16:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:17:09.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:17:09.315Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:17:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:17:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:17:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:17:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:17:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:17:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:18:09.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:18:09.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:18:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:18:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:18:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:18:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:18:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:18:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:19:09.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:19:09.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:19:59.668Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:19:59.669Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:19:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:19:59.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:19:59.694Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:19:59.695Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:20:09.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:20:09.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:20:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:20:59.668Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:20:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:20:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:20:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:20:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:21:09.236Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:21:09.245Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:21:59.668Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:21:59.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:21:59.675Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:21:59.701Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:21:59.702Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:21:59.702Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:22:09.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:22:09.259Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:22:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:22:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:22:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:22:59.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:22:59.699Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:22:59.699Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:23:09.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:23:09.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:23:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:23:59.669Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:23:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:23:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:23:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:23:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:24:09.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:24:09.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:24:59.669Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:24:59.675Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:24:59.675Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:24:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:24:59.692Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:24:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:25:09.231Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:25:09.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:25:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:25:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:25:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:25:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:25:59.700Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:25:59.701Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:26:09.307Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:26:09.321Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:26:59.666Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:26:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:26:59.667Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:26:59.700Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:26:59.701Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:26:59.702Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:27:09.220Z|d5ff95d2-5d56-4daf-b97a-38b5f9edd996|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:27:09.260Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:27:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:27:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:27:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:27:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:27:59.693Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:27:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:28:09.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:28:09.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:28:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:28:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:28:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:28:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:28:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:28:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:29:09.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:29:09.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:29:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:29:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:29:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:29:59.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:29:59.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:29:59.695Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:30:09.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:30:09.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:30:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:30:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:30:59.675Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:30:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:30:59.693Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:30:59.720Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:31:09.263Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:31:09.296Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:31:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:31:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:31:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:31:59.699Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:31:59.700Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:31:59.700Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:32:09.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:32:09.271Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:32:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:32:59.669Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:32:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:32:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:32:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:32:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:33:09.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:33:09.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:33:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:33:59.668Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:33:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:33:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:33:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:33:59.693Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:34:09.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:34:09.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:34:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:34:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:34:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:34:59.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:34:59.694Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:34:59.694Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:35:09.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:35:09.274Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:35:59.670Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:35:59.671Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:35:59.672Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:35:59.698Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:35:59.702Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:35:59.702Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:36:09.251Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:36:09.258Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:36:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:36:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:36:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:36:59.692Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:36:59.693Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:36:59.693Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:37:09.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:37:09.274Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:37:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:37:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:37:59.668Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:37:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:37:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:37:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:38:09.246Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:38:09.252Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:38:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:38:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:38:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:38:59.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:38:59.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:38:59.700Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:39:09.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:39:09.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:39:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:39:59.669Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:39:59.669Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:39:59.707Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:39:59.707Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:39:59.708Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:40:09.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:40:09.265Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:40:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:40:59.667Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:40:59.667Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:40:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:40:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:40:59.692Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:41:09.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:41:09.247Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:41:59.701Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:41:59.704Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:41:59.705Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:41:59.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:41:59.706Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:41:59.706Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:42:09.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:42:09.281Z|8fb18424-d120-40da-98aa-2aea3bbdacb4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:42:59.680Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:42:59.685Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:42:59.686Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:42:59.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:42:59.696Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:42:59.697Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:43:09.240Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:43:09.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:43:59.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:43:59.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:43:59.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:43:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-28T14:43:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-28T14:43:59.692Z||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 3FAiD4vUvcJFn4Qw) ... 2022-12-28T14:44:09.248Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-28T14:44:09.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK