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-11-18T11:52:08.519Z||main|||||INFO|500||The following profiles are active: basic 2022-11-18T11:52:21.120Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-18T11:52:21.121Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-18T11:52:21.239Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-18T11:52:25.681Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-18T11:52:26.125Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-18T11:52:26.617Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-18T11:52:26.667Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-18T11:52:26.807Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-18T11:52:27.067Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-18T11:52:27.700Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-18T11:52:29.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-18T11:52:32.128Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-18T11:52:32.195Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-18T11:52:32.787Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-18T11:52:33.056Z||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-11-18T11:52:34.380Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-18T11:52:35.506Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-18T11:52:35.524Z||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$$7b5c92.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-11-18T11:52:35.525Z||main|||||WARN|500||The sdc end point is not alive 2022-11-18T11:52:38.918Z||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-11-18T11:52:41.954Z||main|||||WARN|500||--- 2022-11-18T11:52:41.955Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-18T11:52:41.955Z||main|||||WARN|500||--- 2022-11-18T11:52:42.442Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-18T11:52:48.478Z||main|||||INFO|500||Started Application in 43.367 seconds (JVM running for 45.82) 2022-11-18T11:52:48.516Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-18T11:52:48.517Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-18T11:52:48.538Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-18T11:52:48.579Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-18T11:52:48.637Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 124a307f-6a3c-4a5c-ae83-9ad773fab334 url= /sdc/v1/artifactTypes 2022-11-18T11:52:48.637Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-18T11:52:49.143Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-18T11:52:49.230Z||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-11-18T11:52:49.257Z||scheduling-1|||||DEBUG|500||create keys 2022-11-18T11:52:49.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-18T11:52:49.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:52:49.344Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1884da4c-f3fd-4f50-bf48-8713c16a34a7 url= /sdc/v1/registerForDistribution 2022-11-18T11:52:49.615Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1884da4c-f3fd-4f50-bf48-8713c16a34a7 url= /sdc/v1/registerForDistribution 2022-11-18T11:52:49.616Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-18T11:52:49.629Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:52:49.634Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:52:49.639Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-18T11:52:49.658Z||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-11-18T11:52:49.658Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:52:49.662Z||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-11-18T11:52:49.663Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:52:59.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:52:59.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:53:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:53:49.624Z||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-11-18T11:53:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:53:49.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:53:49.629Z||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-11-18T11:53:49.630Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:53:59.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:53:59.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:54:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:54:49.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:54:49.624Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T11:54:49.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:54:49.627Z||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-11-18T11:54:49.628Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:54:59.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:54:59.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:55:49.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:55:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:55:49.626Z||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-11-18T11:55:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:55:49.631Z||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-11-18T11:55:49.631Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:55:59.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:55:59.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:56:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:56:49.623Z||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-11-18T11:56:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:56:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:56:49.626Z||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-11-18T11:56:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:56:59.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:56:59.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:57:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:57:49.623Z||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-11-18T11:57:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:57:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:57:49.625Z||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-11-18T11:57:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:57:59.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:57:59.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:58:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:58:49.623Z||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-11-18T11:58:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:58:49.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:58:49.625Z||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-11-18T11:58:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:58:59.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:58:59.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:59:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:59:49.623Z||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-11-18T11:59:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:59:49.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:59:49.626Z||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-11-18T11:59:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T11:59:59.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:59:59.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:00:49.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:00:49.624Z||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-11-18T12:00:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:00:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:00:49.625Z||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-11-18T12:00:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:00:59.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:00:59.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:01:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:01:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:01:49.624Z||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-11-18T12:01:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:01:49.625Z||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-11-18T12:01:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:01:59.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:01:59.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:02:03.855Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-18T12:02:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:02:49.623Z||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-11-18T12:02:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:02:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:02:49.625Z||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-11-18T12:02:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:02:59.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:02:59.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:03:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:03:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:03:49.625Z||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-11-18T12:03:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:03:49.628Z||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-11-18T12:03:49.628Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:03:59.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:03:59.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:04:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:04:49.623Z||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-11-18T12:04:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:04:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:04:49.625Z||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-11-18T12:04:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:04:59.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:04:59.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:05:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:05:49.623Z||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-11-18T12:05:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:05:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:05:49.625Z||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-11-18T12:05:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:05:59.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:05:59.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:06:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:06:49.623Z||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-11-18T12:06:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:06:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:06:49.625Z||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-11-18T12:06:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:06:59.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:06:59.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:07:49.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:07:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:07:49.625Z||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-11-18T12:07:49.625Z||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-11-18T12:07:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:07:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:07:59.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:07:59.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:08:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:08:49.623Z||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-11-18T12:08:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:08:49.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:08:49.626Z||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-11-18T12:08:49.627Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:08:59.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:08:59.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:09:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:09:49.623Z||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-11-18T12:09:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:09:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:09:49.625Z||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-11-18T12:09:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:09:59.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:09:59.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:10:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:10:49.623Z||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-11-18T12:10:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:10:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:10:49.625Z||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-11-18T12:10:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:10:59.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:10:59.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:11:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:11:49.624Z||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-11-18T12:11:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:11:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:11:49.625Z||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-11-18T12:11:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:11:59.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:11:59.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:12:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:12:49.623Z||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-11-18T12:12:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:12:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:12:49.625Z||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-11-18T12:12:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:12:59.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:12:59.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:13:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:13:49.624Z||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-11-18T12:13:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:13:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:13:49.625Z||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-11-18T12:13:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:13:59.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:13:59.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:14:49.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:14:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:14:49.625Z||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-11-18T12:14:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:14:49.625Z||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-11-18T12:14:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:14:59.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:14:59.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:15:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:15:49.623Z||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-11-18T12:15:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:15:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:15:49.625Z||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-11-18T12:15:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:15:59.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:15:59.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:16:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:16:49.623Z||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-11-18T12:16:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:16:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:16:49.625Z||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-11-18T12:16:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:16:59.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:16:59.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:17:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:17:49.623Z||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-11-18T12:17:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:17:49.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:17:49.626Z||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-11-18T12:17:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:17:59.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:17:59.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:18:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:18:49.623Z||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-11-18T12:18:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:18:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:18:49.624Z||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-11-18T12:18:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:18:59.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:18:59.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:19:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:19:49.623Z||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-11-18T12:19:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:19:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:19:49.625Z||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-11-18T12:19:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:19:59.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:19:59.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:20:49.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:20:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:20:49.625Z||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-11-18T12:20:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:20:49.625Z||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-11-18T12:20:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:20:59.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:20:59.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:21:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:21:49.623Z||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-11-18T12:21:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:21:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:21:49.625Z||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-11-18T12:21:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:21:59.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:21:59.220Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:22:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:22:49.623Z||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-11-18T12:22:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:22:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:22:49.625Z||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-11-18T12:22:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:22:59.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:22:59.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:23:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:23:49.623Z||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-11-18T12:23:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:23:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:23:49.625Z||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-11-18T12:23:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:23:59.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:23:59.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:24:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:24:49.623Z||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-11-18T12:24:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:24:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:24:49.625Z||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-11-18T12:24:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:24:59.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:24:59.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:25:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:25:49.623Z||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-11-18T12:25:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:25:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:25:49.625Z||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-11-18T12:25:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:25:59.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:25:59.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:26:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:26:49.623Z||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-11-18T12:26:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:26:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:26:49.625Z||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-11-18T12:26:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:26:59.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:26:59.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:27:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:27:49.624Z||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-11-18T12:27:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:27:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:27:49.625Z||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-11-18T12:27:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:27:59.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:27:59.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:28:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:28:49.624Z||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-11-18T12:28:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:28:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:28:49.626Z||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-11-18T12:28:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:28:59.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:28:59.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:29:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:29:49.623Z||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-11-18T12:29:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:29:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:29:49.625Z||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-11-18T12:29:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:29:59.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:29:59.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:30:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:30:49.623Z||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-11-18T12:30:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:30:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:30:49.624Z||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-11-18T12:30:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:30:59.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:30:59.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:31:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:31:49.623Z||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-11-18T12:31:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:31:49.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:31:49.626Z||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-11-18T12:31:49.627Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:31:59.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:31:59.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:32:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:32:49.623Z||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-11-18T12:32:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:32:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:32:49.625Z||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-11-18T12:32:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:32:59.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:32:59.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:33:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:33:49.623Z||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-11-18T12:33:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:33:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:33:49.625Z||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-11-18T12:33:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:33:59.181Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:33:59.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:34:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:34:49.624Z||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-11-18T12:34:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:34:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:34:49.625Z||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-11-18T12:34:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:34:59.207Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:34:59.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:35:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:35:49.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:35:49.626Z||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-11-18T12:35:49.626Z||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-11-18T12:35:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:35:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:35:59.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:35:59.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:36:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:36:49.623Z||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-11-18T12:36:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:36:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:36:49.625Z||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-11-18T12:36:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:36:59.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:36:59.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:37:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:37:49.623Z||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-11-18T12:37:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:37:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:37:49.625Z||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-11-18T12:37:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:37:59.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:37:59.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:38:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:38:49.623Z||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-11-18T12:38:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:38:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:38:49.625Z||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-11-18T12:38:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:38:59.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:38:59.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:39:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:39:49.623Z||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-11-18T12:39:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:39:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:39:49.624Z||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-11-18T12:39:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:39:59.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:39:59.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:40:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:40:49.623Z||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-11-18T12:40:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:40:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:40:49.625Z||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-11-18T12:40:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:40:59.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:40:59.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:41:49.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:41:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:41:49.625Z||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-11-18T12:41:49.625Z||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-11-18T12:41:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:41:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:41:59.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:41:59.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:42:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:42:49.624Z||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-11-18T12:42:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:42:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:42:49.625Z||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-11-18T12:42:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:42:59.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:42:59.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:43:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:43:49.623Z||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-11-18T12:43:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:43:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:43:49.625Z||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-11-18T12:43:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:43:59.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:43:59.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:44:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:44:49.623Z||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-11-18T12:44:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:44:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:44:49.625Z||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-11-18T12:44:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:44:59.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:44:59.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:45:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:45:49.623Z||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-11-18T12:45:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:45:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:45:49.625Z||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-11-18T12:45:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:45:59.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:45:59.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:46:49.623Z||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-11-18T12:46:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:46:49.625Z||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-11-18T12:46:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:50.257Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:50.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:50.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c55cd01-1e5c-4676-887d-321b1cf05d54","serviceName":"vFW 2022-11-18 12-44-47","serviceVersion":"1.0","serviceUUID":"a2772ac4-5809-45e8-9e18-5858e3125797","serviceDescription":"catalog service description","serviceInvariantUUID":"5c8ecded-556d-4252-845c-d5d4a7d318f0","resources":[{"resourceInstanceName":"vFW 22080bdf-ade0 0","resourceName":"vFW 22080bdf-ade0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6adde0cb-0e8b-42a5-903f-c3bf3ad1e770","resourceInvariantUUID":"c97260d4-d082-437f-a290-be7c648a8e73","resourceCustomizationUUID":"15698c34-3698-4376-98ab-e32d92ab1ae6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml","artifactChecksum":"ZTYwNDJjNTgyZTllMjkyNWE3MDVlMWZkZDQwN2ZkMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"683c7cdf-b88e-49a9-8dce-a1ac1837a8c4","artifactVersion":"1"},{"artifactName":"vfw22080bdfade00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json","artifactChecksum":"NTY1ZGIxNjE5OWUzNmRkOTVhYjFkN2I2YWU1ZmY1YTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d8295455-ebcb-41b7-8dea-a03c990a54bc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc94e111-08aa-47be-a023-5f48aad2f9f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml","artifactChecksum":"MmNiYmYxODBiZWFkZjZkMTkwNTkzNjNmY2MxMjIzZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25205ad4-f273-4a5c-981e-b0a820613ad1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d144efbb-a961-484a-8262-5abcd23a7830","artifactVersion":"2","generatedFromUUID":"fc94e111-08aa-47be-a023-5f48aad2f9f5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118124447-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml","artifactChecksum":"NjViNDEzYjMzMWQxNjljNTA0MWM3MGY1OTVmMWJjOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4fa3de0-6e4c-4bb2-88d5-463a53c6060e","artifactVersion":"1"},{"artifactName":"service-Vfw20221118124447-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar","artifactChecksum":"NDA1ZWFjZjU3MjQwZmE1ZTdkNmExMWIwZDZkNmE1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d393373-918e-4390-b913-7b9436a406f9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T12:46:50.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775554461, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:46:50.277Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:46:50.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "ves-openapi-manager", "timestamp": 1668775561548, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775560273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "ves-openapi-manager", "timestamp": 1668775561548, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775554461, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "NOTIFIED" } 2022-11-18T12:46:50.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775560273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "ves-openapi-manager", "timestamp": 1668775561548, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.292Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:46:50.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.292Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775554461, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-18T12:46:50.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775560273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775554461, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "ves-openapi-manager", "timestamp": 1668775561548, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775560273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775554461, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-18T12:46:50.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "ves-openapi-manager", "timestamp": 1668775561548, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775560273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775554461, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "ves-openapi-manager", "timestamp": 1668775561548, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775560273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775554461, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:46:50.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "ves-openapi-manager", "timestamp": 1668775561548, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775560273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:46:50.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775570060, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T12:46:50.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775569724, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775570556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:46:50.304Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775569716, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775571157, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T12:46:50.305Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775569724, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "cds", "timestamp": 1668775571594, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-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-11-18T12:46:50.392Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-18T12:46:50.396Z||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-11-18T12:46:50.396Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:50.410Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:50.411Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T12:46:50.496Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c55cd01-1e5c-4676-887d-321b1cf05d54 2022-11-18T12:46:50.516Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c55cd01-1e5c-4676-887d-321b1cf05d54 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-11-18T12:46:50.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775569716, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775569724, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775572231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-18T12:46:50.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775569716, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775569724, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775573318, "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-11-18T12:46:50.555Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c55cd01-1e5c-4676-887d-321b1cf05d54 2022-11-18T12:46:50.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c55cd01-1e5c-4676-887d-321b1cf05d54 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-11-18T12:46:50.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775569716, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775569724, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "multicloud-k8s-id", "timestamp": 1668775574324, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "DEPLOY_OK" } 2022-11-18T12:46:50.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775569716, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775569724, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775569716, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:50.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775569724, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:46:50.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775569716, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:46:50.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:46:50.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775577859, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:46:50.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775577605, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:46:50.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775588541, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T12:46:50.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775589552, "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-11-18T12:46:50.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c55cd01-1e5c-4676-887d-321b1cf05d54 2022-11-18T12:46:50.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c55cd01-1e5c-4676-887d-321b1cf05d54 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-11-18T12:46:50.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775593352, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T12:46:50.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:46:50.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:46:50.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "aai-ml", "timestamp": 1668775594357, "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-11-18T12:46:50.592Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c55cd01-1e5c-4676-887d-321b1cf05d54 2022-11-18T12:46:50.592Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c55cd01-1e5c-4676-887d-321b1cf05d54 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-11-18T12:46:51.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:46:51.301Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:46:51.303Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:46:51.303Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "NOTIFIED" } 2022-11-18T12:46:51.403Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:46:51.404Z||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-11-18T12:46:51.405Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:51.415Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:51.416Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:46:52.303Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:46:52.305Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:46:52.306Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:46:52.307Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-18T12:46:52.407Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:46:52.408Z||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-11-18T12:46:52.408Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:52.419Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:52.420Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:46:53.307Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:46:53.308Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:46:53.310Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:46:53.311Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:53.411Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:46:53.414Z||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-11-18T12:46:53.414Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:53.429Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:53.429Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:46:54.311Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:46:54.312Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:46:54.314Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:46:54.314Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-18T12:46:54.415Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T12:46:54.416Z||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-11-18T12:46:54.416Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:54.428Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:54.429Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:46:55.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:46:55.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:46:55.317Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:46:55.317Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:46:55.417Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:46:55.419Z||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-11-18T12:46:55.419Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:55.445Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:55.446Z||pool-8-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:46:56.318Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:46:56.319Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:46:56.320Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:46:56.321Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:46:56.421Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:46:56.422Z||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-11-18T12:46:56.422Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:56.434Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:56.435Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:46:57.322Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "serviceName": "vFW 2022-11-18 12-44-47", "serviceVersion": "1.0", "serviceUUID": "a2772ac4-5809-45e8-9e18-5858e3125797", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5c8ecded-556d-4252-845c-d5d4a7d318f0", "resources": [ { "resourceInstanceName": "vFW 22080bdf-ade0 0", "resourceCustomizationUUID": "15698c34-3698-4376-98ab-e32d92ab1ae6", "resourceName": "vFW 22080bdf-ade0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6adde0cb-0e8b-42a5-903f-c3bf3ad1e770", "resourceInvariantUUID": "c97260d4-d082-437f-a290-be7c648a8e73", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw22080bdfade00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "artifactChecksum": "NTY1ZGIxNjE5OWUzNmRkOTVhYjFkN2I2YWU1ZmY1YTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d8295455-ebcb-41b7-8dea-a03c990a54bc", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fc94e111-08aa-47be-a023-5f48aad2f9f5", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d144efbb-a961-484a-8262-5abcd23a7830", "generatedFromUUID": "fc94e111-08aa-47be-a023-5f48aad2f9f5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d144efbb-a961-484a-8262-5abcd23a7830", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221118124447-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "artifactChecksum": "NDA1ZWFjZjU3MjQwZmE1ZTdkNmExMWIwZDZkNmE1MjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d393373-918e-4390-b913-7b9436a406f9" } ], "workloadContext": "Production" } 2022-11-18T12:46:57.324Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T12:46:57.324Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a2772ac4-5809-45e8-9e18-5858e3125797 ASDC 2022-11-18T12:46:57.430Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:6c55cd01-1e5c-4676-887d-321b1cf05d54 ServiceName:vFW 2022-11-18 12-44-47 ServiceVersion:1.0 ServiceUUID:a2772ac4-5809-45e8-9e18-5858e3125797 ServiceInvariantUUID:5c8ecded-556d-4252-845c-d5d4a7d318f0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221118124447-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar ArtifactUUID:4d393373-918e-4390-b913-7b9436a406f9 ArtifactChecksum:NDA1ZWFjZjU3MjQwZmE1ZTdkNmExMWIwZDZkNmE1MjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 22080bdf-ade0 0 ResourceCustomizationUUID:15698c34-3698-4376-98ab-e32d92ab1ae6 ResourceInvariantUUID:c97260d4-d082-437f-a290-be7c648a8e73 ResourceName:vFW 22080bdf-ade0 ResourceType:VF ResourceUUID:6adde0cb-0e8b-42a5-903f-c3bf3ad1e770 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw22080bdfade00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json ArtifactUUID:d8295455-ebcb-41b7-8dea-a03c990a54bc ArtifactChecksum:NTY1ZGIxNjE5OWUzNmRkOTVhYjFkN2I2YWU1ZmY1YTA= 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/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml ArtifactUUID:fc94e111-08aa-47be-a023-5f48aad2f9f5 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/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env ArtifactUUID:d144efbb-a961-484a-8262-5abcd23a7830 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/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env ArtifactUUID:d144efbb-a961-484a-8262-5abcd23a7830 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T12:46:57.430Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2772ac4-5809-45e8-9e18-5858e3125797 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-11-18T12:46:57.480Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T12:46:57.481Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T12:46:57.482Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T12:46:57.482Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4d393373-918e-4390-b913-7b9436a406f9 from URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar 2022-11-18T12:46:57.483Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T12:46:57.484Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar 2022-11-18T12:46:57.804Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T12:46:57.821Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar 4d393373-918e-4390-b913-7b9436a406f9 100685 2022-11-18T12:46:57.822Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar ASDC sendASDCNotification 2022-11-18T12:46:57.823Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar 2022-11-18T12:46:57.823Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T12:46:57.824Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:46:57.826Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:46:57.826Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775617821, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:46:57.926Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:46:57.927Z||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-11-18T12:46:57.928Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:46:57.950Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:46:57.951Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:46:58.827Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T12:46:58.828Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T12:46:58.828Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4d393373-918e-4390-b913-7b9436a406f9, URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar to file: /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:46:58.829Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118124447-csar.csar 2022-11-18T12:46:58.918Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:46:58.918Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:46:59.612Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5685318430556016653/Definitions/service-Vfw20221118124447-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_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2022-11-18T12:47:02.354Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T12:47:02.372Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T12:47:02.372Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.373Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-18T12:47:02.373Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.373Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.375Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 22080bdf-ade0 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-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.375Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.375Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.375Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:02.376Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T12:47:02.383Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.384Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:02.388Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:02.389Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T12:47:02.391Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T12:47:02.393Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.393Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:02.393Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:02.393Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T12:47:02.394Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T12:47:02.394Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.394Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:02.398Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.398Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria 2022-11-18T12:47:02.399Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T12:47:02.399Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T12:47:02.399Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.399Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.400Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T12:47:02.400Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.400Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T12:47:02.400Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T12:47:02.401Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T12:47:02.401Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.401Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.401Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T12:47:02.402Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.402Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T12:47:02.402Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.402Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T12:47:02.403Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.403Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T12:47:02.405Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.405Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:02.405Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:47:02.406Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.406Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:02.406Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:47:02.407Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.407Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:02.407Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:47:02.407Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.408Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria 2022-11-18T12:47:02.408Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T12:47:02.408Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-18T12:47:02.408Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T12:47:02.409Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T12:47:02.409Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T12:47:02.409Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.410Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.410Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T12:47:02.410Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.410Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T12:47:02.411Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.411Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3995af71-23f0-4df0-8046-31ddf83034a4 2022-11-18T12:47:02.411Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.412Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria 2022-11-18T12:47:02.412Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T12:47:02.412Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T12:47:02.412Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.413Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.413Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T12:47:02.413Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.413Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T12:47:02.414Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-18T12:47:02.414Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T12:47:02.414Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.414Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T12:47:02.415Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.415Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98c4111f-8f67-410a-a2a9-b9496b1c2a8e 2022-11-18T12:47:02.415Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.416Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria 2022-11-18T12:47:02.416Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T12:47:02.416Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T12:47:02.418Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T12:47:02.418Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T12:47:02.418Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:02.418Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:02.419Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-18T12:47:02.419Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a695edd0-7fc1-4198-955f-56ca96dc6620 2022-11-18T12:47:02.419Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.420Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:02.420Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.420Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:02.420Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.421Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:02.421Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:02.421Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:02.422Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-18 12-44-47 Description:catalog service description Model UUID:a2772ac4-5809-45e8-9e18-5858e3125797 Model Version:NULL Model InvariantUuid:5c8ecded-556d-4252-845c-d5d4a7d318f0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 22080bdf-ade0 Model UUID:f8a0d519-83f2-4a13-91fc-7a925b22df62 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c97260d4-d082-437f-a290-be7c648a8e73 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:15698c34-3698-4376-98ab-e32d92ab1ae6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:813b36b1-a58e-4cce-8898-9b3034bdcdf3 ModelName:Vfw22080bdfAde0..base_vfw..module-0 ModelUuid:34079896-0b28-4922-84da-079f6333f736 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3995af71-23f0-4df0-8046-31ddf83034a4 ModelInvariantUuid:032c430d-04f1-43c4-997e-9210665de1a2 ModelName:vFW 22080bdf-ade0-nodes.vfwCvfc ModelUuid:aab51369-17b4-4467-b7ad-cbdee1a33ba7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e5c6e250-8765-4813-b931-49da1648bda9 ModelInvariantUuid:72138c6e-9e32-430a-b942-474b98f06c1f ModelName:Vfw22080bdfAde0.compute.nodes.heat.vfw ModelUuid:68edc089-a3aa-4141-be26-6c1464521633 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:98c4111f-8f67-410a-a2a9-b9496b1c2a8e ModelInvariantUuid:a1d0826f-9f50-464a-8c75-ddc3665dde81 ModelName:vFW 22080bdf-ade0-nodes.vsnCvfc ModelUuid:02cd684a-ca2b-4921-b80f-a04ec36145e2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:02febaf7-1ab8-460f-a84f-73edc242915b ModelInvariantUuid:a974e44d-253e-4111-ac0c-5bb7f32c7650 ModelName:Vfw22080bdfAde0.compute.nodes.heat.vsn ModelUuid:20ee2b07-aed9-4250-b72a-01e547b8981a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a695edd0-7fc1-4198-955f-56ca96dc6620 ModelInvariantUuid:6ab0adbc-7e15-4cf2-8efe-19e299757d2f ModelName:vFW 22080bdf-ade0-nodes.vpgCvfc ModelUuid:4bf3dca2-c97b-4c2d-b6e1-eae53c4ec940 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9ef7d1e4-a861-480e-8112-2c1f20f092b0 ModelInvariantUuid:ba5b63ed-7269-45fc-bef1-dfa37eb7215b ModelName:Vfw22080bdfAde0.compute.nodes.heat.vpg ModelUuid:8f6ba7c3-e034-4a9f-a7c0-09de5aa6f34a 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-11-18T12:47:02.434Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6adde0cb-0e8b-42a5-903f-c3bf3ad1e770 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-11-18T12:47:02.529Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||vFW 22080bdf-ade0 0 2022-11-18T12:47:02.536Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6adde0cb-0e8b-42a5-903f-c3bf3ad1e770 2022-11-18T12:47:02.536Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d8295455-ebcb-41b7-8dea-a03c990a54bc from URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json 2022-11-18T12:47:02.536Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T12:47:02.536Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json 2022-11-18T12:47:02.615Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json d8295455-ebcb-41b7-8dea-a03c990a54bc 785 2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json ASDC sendASDCNotification 2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json 2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:47:02.619Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:47:02.619Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775622616, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T12:47:02.720Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:47:02.721Z||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-11-18T12:47:02.721Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:02.732Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:02.733Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:47:03.625Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw22080bdfAde0..base_vfw..module-0", "vfModuleModelInvariantUUID": "813b36b1-a58e-4cce-8898-9b3034bdcdf3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "34079896-0b28-4922-84da-079f6333f736", "vfModuleModelCustomizationUUID": "c239a7c2-dea7-4394-9e9d-6b6b7a7277ba", "isBase": true, "artifacts": [ "fc94e111-08aa-47be-a023-5f48aad2f9f5", "d144efbb-a961-484a-8262-5abcd23a7830" ], "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-11-18T12:47:03.647Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw22080bdfAde0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:34079896-0b28-4922-84da-079f6333f736 VfModuleModelInvariantUUID:813b36b1-a58e-4cce-8898-9b3034bdcdf3 VfModuleModelDescription:NULL Artifacts UUID List:{ fc94e111-08aa-47be-a023-5f48aad2f9f5 , d144efbb-a961-484a-8262-5abcd23a7830 } 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-11-18T12:47:03.651Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw22080bdfAde0..base_vfw..module-0", "vfModuleModelInvariantUUID": "813b36b1-a58e-4cce-8898-9b3034bdcdf3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "34079896-0b28-4922-84da-079f6333f736", "vfModuleModelCustomizationUUID": "c239a7c2-dea7-4394-9e9d-6b6b7a7277ba", "isBase": true, "artifacts": [ "fc94e111-08aa-47be-a023-5f48aad2f9f5", "d144efbb-a961-484a-8262-5abcd23a7830" ], "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-11-18T12:47:03.651Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw22080bdfAde0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:34079896-0b28-4922-84da-079f6333f736 VfModuleModelInvariantUUID:813b36b1-a58e-4cce-8898-9b3034bdcdf3 VfModuleModelDescription:NULL Artifacts UUID List:{ fc94e111-08aa-47be-a023-5f48aad2f9f5 , d144efbb-a961-484a-8262-5abcd23a7830 } 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-11-18T12:47:03.651Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc94e111-08aa-47be-a023-5f48aad2f9f5 from URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml 2022-11-18T12:47:03.652Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T12:47:03.652Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml 2022-11-18T12:47:03.726Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T12:47:03.728Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml fc94e111-08aa-47be-a023-5f48aad2f9f5 20368 2022-11-18T12:47:03.728Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-18T12:47:03.728Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml 2022-11-18T12:47:03.729Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T12:47:03.729Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:47:03.732Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:47:03.732Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775623728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T12:47:03.832Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:47:03.833Z||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-11-18T12:47:03.833Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:03.873Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:03.874Z||pool-12-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:47:04.735Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d144efbb-a961-484a-8262-5abcd23a7830 from URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env 2022-11-18T12:47:04.735Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T12:47:04.735Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env 2022-11-18T12:47:04.817Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T12:47:04.818Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env d144efbb-a961-484a-8262-5abcd23a7830 2098 2022-11-18T12:47:04.818Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-18T12:47:04.819Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env 2022-11-18T12:47:04.819Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T12:47:04.819Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:47:04.822Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:47:04.822Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775624818, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-18T12:47:04.922Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:47:04.923Z||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-11-18T12:47:04.923Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:04.943Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:04.943Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:47:05.823Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a2772ac4-5809-45e8-9e18-5858e3125797 2022-11-18T12:47:05.823Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 22080bdf-ade0 0 6adde0cb-0e8b-42a5-903f-c3bf3ad1e770 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T12:47:05.856Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26368c75, org.onap.sdc.toscaparser.api.parameters.Input@6df6d3a1, org.onap.sdc.toscaparser.api.parameters.Input@5d95d940, org.onap.sdc.toscaparser.api.parameters.Input@668a22e6, org.onap.sdc.toscaparser.api.parameters.Input@74cd5f66] 2022-11-18T12:47:05.859Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 15698c34-3698-4376-98ab-e32d92ab1ae6 2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15698c34-3698-4376-98ab-e32d92ab1ae6 matches Tosca VF Customization UUID: 15698c34-3698-4376-98ab-e32d92ab1ae6 2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 15698c34-3698-4376-98ab-e32d92ab1ae6 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-11-18T12:47:05.867Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.867Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:05.868Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 15698c34-3698-4376-98ab-e32d92ab1ae6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T12:47:05.868Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dbdadea 2022-11-18T12:47:05.868Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.869Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T12:47:05.869Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c239a7c2-dea7-4394-9e9d-6b6b7a7277ba 2022-11-18T12:47:05.870Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c239a7c2-dea7-4394-9e9d-6b6b7a7277ba 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-11-18T12:47:05.875Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.876Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:05.876Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:47:05.876Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria 2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T12:47:05.879Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:05.879Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T12:47:05.879Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:05.879Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3995af71-23f0-4df0-8046-31ddf83034a4 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-11-18T12:47:05.885Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria 2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:05.889Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98c4111f-8f67-410a-a2a9-b9496b1c2a8e 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-11-18T12:47:05.890Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.891Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:05.891Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria 2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T12:47:05.896Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T12:47:05.896Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T12:47:05.896Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-18T12:47:05.896Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a695edd0-7fc1-4198-955f-56ca96dc6620 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-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria 2022-11-18T12:47:05.899Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=15698c34-3698-4376-98ab-e32d92ab1ae6 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-11-18T12:47:05.901Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.901Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:05.901Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a2772ac4-5809-45e8-9e18-5858e3125797: vFW 22080bdf-ade0 2022-11-18T12:47:05.902Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.902Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:05.902Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.902Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:05.903Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.903Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:05.903Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.903Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:05.904Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:47:05.904Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:47:05.904Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-18 12-44-47 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-11-18T12:47:06.156Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 22080bdf-ade0 6adde0cb-0e8b-42a5-903f-c3bf3ad1e770 1 ASDC deployResourceStructure 2022-11-18T12:47:06.157Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json ASDC sendASDCNotification 2022-11-18T12:47:06.157Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json 2022-11-18T12:47:06.157Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T12:47:06.158Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:47:06.160Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:47:06.161Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775626157, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "DEPLOY_OK" } 2022-11-18T12:47:06.261Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:47:06.262Z||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-11-18T12:47:06.262Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:06.277Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:06.278Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:47:07.165Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-18T12:47:07.166Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml 2022-11-18T12:47:07.166Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T12:47:07.166Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:47:07.168Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:47:07.168Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775627165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-18T12:47:07.268Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:47:07.269Z||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-11-18T12:47:07.269Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:07.282Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:07.283Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:47:08.169Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-18T12:47:08.170Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env 2022-11-18T12:47:08.170Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T12:47:08.170Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:47:08.172Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:47:08.173Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775628169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-18T12:47:08.273Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:47:08.274Z||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-11-18T12:47:08.274Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:08.298Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:08.299Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:47:09.178Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar ASDC sendASDCNotification 2022-11-18T12:47:09.178Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar 2022-11-18T12:47:09.178Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T12:47:09.178Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:47:09.181Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:47:09.181Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775629174, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T12:47:09.281Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:47:09.282Z||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-11-18T12:47:09.282Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:09.294Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:09.294Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:47:10.183Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c55cd01-1e5c-4676-887d-321b1cf05d54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T12:47:10.204Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c55cd01-1e5c-4676-887d-321b1cf05d54 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-11-18T12:47:10.208Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T12:47:10.208Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T12:47:10.209Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T12:47:10.209Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T12:47:10.209Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:47:10.209Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:47:10.210Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:47:10.210Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:47:10.210Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:47:10.210Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T12:47:10.215Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T12:47:40.216Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c55cd01-1e5c-4676-887d-321b1cf05d54 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-11-18T12:47:40.229Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c55cd01-1e5c-4676-887d-321b1cf05d54 and serviceModelVersionId: a2772ac4-5809-45e8-9e18-5858e3125797 2022-11-18T12:47:40.229Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c8ecded-556d-4252-845c-d5d4a7d318f0 2022-11-18T12:47:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:47:49.625Z||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-11-18T12:47:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:49.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:49.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:47:49.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:47:49.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:47:55.066Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0 2022-11-18T12:47:55.186Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T12:47:55.701Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|INFO|500||Invoke 2022-11-18T12:47:55.708Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c55cd01-1e5c-4676-887d-321b1cf05d54], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23c96f78-ae55-47cf-8157-d0b9dccd65b4], X-ECOMP-RequestID=[6c55cd01-1e5c-4676-887d-321b1cf05d54], X-TransactionId=[], X-ONAP-RequestID=[6c55cd01-1e5c-4676-887d-321b1cf05d54], Content-Type=[application/merge-patch+json]} 2022-11-18T12:47:55.819Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T12:47:56.018Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?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/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-12:47:56:311-60163], vertex-id=[188520], Content-Length=[0], Date=[Fri, 18 Nov 2022 12:47:56 GMT], Content-Type=[application/json]} 2022-11-18T12:47:56.019Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T12:47:56.020Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|INFO|500||InvokeReturn 2022-11-18T12:47:56.023Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T12:47:56.023Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T12:47:56.041Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T12:47:56.042Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c55cd01-1e5c-4676-887d-321b1cf05d54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T12:47:56.043Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T12:47:56.043Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:47:56.046Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:47:56.047Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775676042, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T12:47:56.147Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:47:56.148Z||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-11-18T12:47:56.148Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:47:56.161Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:47:56.162Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T12:47:57.062Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:47:57.062Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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-11-18T12:47:57.063Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:48:06.643Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:48:49.623Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:48:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:48:49.625Z||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-11-18T12:48:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:48:49.626Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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-11-18T12:48:49.627Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:48:49.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:48:49.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "NOTIFIED" } 2022-11-18T12:48:49.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T12:48:49.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-18T12:48:49.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T12:48:49.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:48:49.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T12:48:49.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-18T12:48:49.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T12:48:49.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:48:49.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775609622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:48:49.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775617821, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:48:49.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775622616, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T12:48:49.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775623728, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T12:48:49.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775624818, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-18T12:48:49.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775626157, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json", "status": "DEPLOY_OK" } 2022-11-18T12:48:49.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775627165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-18T12:48:49.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775628169, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-18T12:48:49.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:48:49.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T12:48:49.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775629174, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T12:48:49.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:48:59.176Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:49:49.622Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:49:49.623Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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-11-18T12:49:49.624Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:49:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:49:49.625Z||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-11-18T12:49:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:49:50.148Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:49:50.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:49:50.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775676042, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T12:49:50.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:49:59.198Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:49.622Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:50:49.623Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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-11-18T12:50:49.623Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:50:49.625Z||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-11-18T12:50:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:50.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:50.253Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:50.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "ves-openapi-manager", "timestamp": 1668775841547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.254Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.254Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6383705-a04a-4fd9-bc22-d1a4ee01efae","serviceName":"basic_onboard_fHlLWc","serviceVersion":"1.0","serviceUUID":"9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb","serviceDescription":"service","serviceInvariantUUID":"0321665f-b32c-47ed-93c7-e64806a97213","resources":[{"resourceInstanceName":"basic_onboard_fHlLWc 0","resourceName":"basic_onboard_fHlLWc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61c6552f-e7d6-46c6-985e-36e2c7ae0e9e","resourceInvariantUUID":"1c6fec5c-d1a9-4b28-83cd-6db28010a2cf","resourceCustomizationUUID":"6d6df98b-518d-4c70-9d09-e0a0ed90bcba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml","artifactChecksum":"NmYyNTgyODA0NjQ0YTQxZWVjOWMwM2U0MTIxMTI0NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"702aac21-ba0b-4b89-b765-72e4262be533","artifactVersion":"1"},{"artifactName":"basic_onboard_fhllwc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json","artifactChecksum":"ZDU5ODJiMjE2NThlMmJlMzM4NmY1MjE2MmQzZDNhMGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90e0872e-6fe0-4de4-b5be-613086a80099","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"125c34bd-e9b5-483c-8b4f-49a4e4d73856","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7dce02b3-0f3c-4294-9212-037dc924cabe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"58e63ba9-acab-48d8-8c56-b6c9cf2bbd57","artifactVersion":"2","generatedFromUUID":"125c34bd-e9b5-483c-8b4f-49a4e4d73856"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFhllwc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml","artifactChecksum":"NTliOTk4MTE4ZTljNzI2ZTFiMjdmOTU1MWQ1M2NiMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d36ff09-cc0e-4c24-833a-d0b817b6dbd5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFhllwc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar","artifactChecksum":"NDhhOTZiOGEwZDc0MTFlNGU2Y2ExYmJlOTU3ZDBkN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cbf9cce-fbac-4526-af8e-ea2b980c68ea","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T12:50:50.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775839716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775839725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775845272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "ves-openapi-manager", "timestamp": 1668775841547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775839716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775845272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775839725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "ves-openapi-manager", "timestamp": 1668775841547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775839716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775845272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:50:50.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775839725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:50:50.258Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:50:50.259Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:50:50.262Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:50:50.262Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:50.362Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:50:50.363Z||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-11-18T12:50:50.364Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:50.375Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:50.375Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:50:51.263Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:50:51.264Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:50:51.266Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:50:51.266Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "NOTIFIED" } 2022-11-18T12:50:51.366Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:50:51.367Z||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-11-18T12:50:51.368Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:51.394Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:51.395Z||pool-20-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:50:52.267Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:50:52.268Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:50:52.270Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:50:52.270Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T12:50:52.370Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T12:50:52.371Z||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-11-18T12:50:52.371Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:52.382Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:52.382Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:50:53.271Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:50:53.273Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:50:53.275Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:50:53.275Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:53.377Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T12:50:53.378Z||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-11-18T12:50:53.378Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:53.390Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:53.390Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1} 2022-11-18T12:50:54.276Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:50:54.277Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:50:54.279Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:50:54.280Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T12:50:54.380Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:50:54.381Z||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-11-18T12:50:54.381Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:54.402Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:54.402Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:50:55.280Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:50:55.281Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:50:55.284Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:50:55.285Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:50:55.384Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T12:50:55.385Z||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-11-18T12:50:55.385Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:55.398Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:55.398Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:50:56.285Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T12:50:56.286Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:50:56.289Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:50:56.289Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:50:56.389Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:50:56.390Z||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-11-18T12:50:56.390Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:56.400Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:56.401Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:50:57.291Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "serviceName": "basic_onboard_fHlLWc", "serviceVersion": "1.0", "serviceUUID": "9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb", "serviceDescription": "service", "serviceInvariantUUID": "0321665f-b32c-47ed-93c7-e64806a97213", "resources": [ { "resourceInstanceName": "basic_onboard_fHlLWc 0", "resourceCustomizationUUID": "6d6df98b-518d-4c70-9d09-e0a0ed90bcba", "resourceName": "basic_onboard_fHlLWc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "61c6552f-e7d6-46c6-985e-36e2c7ae0e9e", "resourceInvariantUUID": "1c6fec5c-d1a9-4b28-83cd-6db28010a2cf", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_fhllwc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "artifactChecksum": "ZDU5ODJiMjE2NThlMmJlMzM4NmY1MjE2MmQzZDNhMGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "90e0872e-6fe0-4de4-b5be-613086a80099", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "125c34bd-e9b5-483c-8b4f-49a4e4d73856", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "58e63ba9-acab-48d8-8c56-b6c9cf2bbd57", "generatedFromUUID": "125c34bd-e9b5-483c-8b4f-49a4e4d73856" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "58e63ba9-acab-48d8-8c56-b6c9cf2bbd57", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardFhllwc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "artifactChecksum": "NDhhOTZiOGEwZDc0MTFlNGU2Y2ExYmJlOTU3ZDBkN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6cbf9cce-fbac-4526-af8e-ea2b980c68ea" } ], "workloadContext": "Production" } 2022-11-18T12:50:57.291Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T12:50:57.292Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb ASDC 2022-11-18T12:50:57.292Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b6383705-a04a-4fd9-bc22-d1a4ee01efae ServiceName:basic_onboard_fHlLWc ServiceVersion:1.0 ServiceUUID:9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb ServiceInvariantUUID:0321665f-b32c-47ed-93c7-e64806a97213 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardFhllwc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar ArtifactUUID:6cbf9cce-fbac-4526-af8e-ea2b980c68ea ArtifactChecksum:NDhhOTZiOGEwZDc0MTFlNGU2Y2ExYmJlOTU3ZDBkN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_fHlLWc 0 ResourceCustomizationUUID:6d6df98b-518d-4c70-9d09-e0a0ed90bcba ResourceInvariantUUID:1c6fec5c-d1a9-4b28-83cd-6db28010a2cf ResourceName:basic_onboard_fHlLWc ResourceType:VF ResourceUUID:61c6552f-e7d6-46c6-985e-36e2c7ae0e9e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_fhllwc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json ArtifactUUID:90e0872e-6fe0-4de4-b5be-613086a80099 ArtifactChecksum:ZDU5ODJiMjE2NThlMmJlMzM4NmY1MjE2MmQzZDNhMGE= 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/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml ArtifactUUID:125c34bd-e9b5-483c-8b4f-49a4e4d73856 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/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env ArtifactUUID:58e63ba9-acab-48d8-8c56-b6c9cf2bbd57 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/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env ArtifactUUID:58e63ba9-acab-48d8-8c56-b6c9cf2bbd57 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T12:50:57.293Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb 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-11-18T12:50:57.329Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T12:50:57.330Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T12:50:57.330Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T12:50:57.330Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6cbf9cce-fbac-4526-af8e-ea2b980c68ea from URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:57.331Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T12:50:57.331Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:57.480Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T12:50:57.484Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar 6cbf9cce-fbac-4526-af8e-ea2b980c68ea 75297 2022-11-18T12:50:57.484Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar ASDC sendASDCNotification 2022-11-18T12:50:57.484Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:57.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T12:50:57.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:50:57.487Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:50:57.487Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775857484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:50:57.587Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:50:57.588Z||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-11-18T12:50:57.588Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:50:57.600Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:50:57.600Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:50:58.488Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T12:50:58.489Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T12:50:58.489Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6cbf9cce-fbac-4526-af8e-ea2b980c68ea, URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar to file: /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:58.489Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:58.490Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:58.490Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:58.649Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11317066986107917505/Definitions/service-BasicOnboardFhllwc-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-11-18T12:50:59.958Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T12:50:59.959Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T12:50:59.959Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_fHlLWc 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-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.962Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:50:59.962Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:50:59.962Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T12:50:59.962Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T12:50:59.963Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.963Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:50:59.963Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:50:59.963Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is not matching search criteria 2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T12:50:59.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T12:50:59.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:50:59.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:50:59.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:50:59.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is not matching search criteria 2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13042d96-1bbd-4620-b0fe-a5dcf2142b87 2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:50:59.971Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:50:59.971Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_fHlLWc Description:service Model UUID:9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb Model Version:NULL Model InvariantUuid:0321665f-b32c-47ed-93c7-e64806a97213 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_fHlLWc Model UUID:9428630e-14a3-44c7-a50a-1c4fe97aae6c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1c6fec5c-d1a9-4b28-83cd-6db28010a2cf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6d6df98b-518d-4c70-9d09-e0a0ed90bcba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:44e6351e-381d-4d48-8898-af9b7fd0050e ModelName:BasicOnboardFhllwc..base_ubuntu18..module-0 ModelUuid:daf790bc-cdbc-4bbd-a93a-af1834dcd0e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:13042d96-1bbd-4620-b0fe-a5dcf2142b87 ModelInvariantUuid:a2f1a38a-903b-4b87-b6fe-2088c51e00b0 ModelName:basic_onboard_fHlLWc-nodes.ubuntu18Cvfc ModelUuid:6033b5f4-f9b8-49ab-9230-5416f27ecd03 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e1911892-2cfa-4155-bdf9-0ce2e584ea36 ModelInvariantUuid:9c54ec21-2d55-48c1-9e17-3a141f6f24b5 ModelName:BasicOnboardFhllwc.compute.nodes.heat.ubuntu18 ModelUuid:521e2629-3ad0-452a-8e72-0c6162c97f4b 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-11-18T12:51:00.007Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61c6552f-e7d6-46c6-985e-36e2c7ae0e9e 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-11-18T12:51:00.011Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||basic_onboard_fHlLWc 0 2022-11-18T12:51:00.011Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61c6552f-e7d6-46c6-985e-36e2c7ae0e9e 2022-11-18T12:51:00.012Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90e0872e-6fe0-4de4-b5be-613086a80099 from URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json 2022-11-18T12:51:00.012Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T12:51:00.012Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json 2022-11-18T12:51:00.136Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T12:51:00.136Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json 90e0872e-6fe0-4de4-b5be-613086a80099 798 2022-11-18T12:51:00.136Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json ASDC sendASDCNotification 2022-11-18T12:51:00.136Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json 2022-11-18T12:51:00.137Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T12:51:00.137Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:51:00.139Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:51:00.139Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775860136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T12:51:00.239Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:51:00.240Z||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-11-18T12:51:00.240Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:51:00.250Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:51:00.251Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:51:01.140Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFhllwc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "44e6351e-381d-4d48-8898-af9b7fd0050e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "daf790bc-cdbc-4bbd-a93a-af1834dcd0e0", "vfModuleModelCustomizationUUID": "ba7b2d72-8365-4dc5-b972-a433a8d93fb1", "isBase": true, "artifacts": [ "125c34bd-e9b5-483c-8b4f-49a4e4d73856", "58e63ba9-acab-48d8-8c56-b6c9cf2bbd57" ], "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-11-18T12:51:01.145Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFhllwc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:daf790bc-cdbc-4bbd-a93a-af1834dcd0e0 VfModuleModelInvariantUUID:44e6351e-381d-4d48-8898-af9b7fd0050e VfModuleModelDescription:NULL Artifacts UUID List:{ 125c34bd-e9b5-483c-8b4f-49a4e4d73856 , 58e63ba9-acab-48d8-8c56-b6c9cf2bbd57 } 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-11-18T12:51:01.147Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFhllwc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "44e6351e-381d-4d48-8898-af9b7fd0050e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "daf790bc-cdbc-4bbd-a93a-af1834dcd0e0", "vfModuleModelCustomizationUUID": "ba7b2d72-8365-4dc5-b972-a433a8d93fb1", "isBase": true, "artifacts": [ "125c34bd-e9b5-483c-8b4f-49a4e4d73856", "58e63ba9-acab-48d8-8c56-b6c9cf2bbd57" ], "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-11-18T12:51:01.148Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFhllwc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:daf790bc-cdbc-4bbd-a93a-af1834dcd0e0 VfModuleModelInvariantUUID:44e6351e-381d-4d48-8898-af9b7fd0050e VfModuleModelDescription:NULL Artifacts UUID List:{ 125c34bd-e9b5-483c-8b4f-49a4e4d73856 , 58e63ba9-acab-48d8-8c56-b6c9cf2bbd57 } 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-11-18T12:51:01.148Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 125c34bd-e9b5-483c-8b4f-49a4e4d73856 from URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml 2022-11-18T12:51:01.148Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T12:51:01.148Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml 2022-11-18T12:51:01.234Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T12:51:01.234Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml 125c34bd-e9b5-483c-8b4f-49a4e4d73856 5033 2022-11-18T12:51:01.234Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-18T12:51:01.234Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml 2022-11-18T12:51:01.235Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T12:51:01.235Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:51:01.237Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:51:01.237Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775861234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T12:51:01.337Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:51:01.338Z||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-11-18T12:51:01.338Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:51:01.348Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:51:01.349Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:51:02.238Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58e63ba9-acab-48d8-8c56-b6c9cf2bbd57 from URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env 2022-11-18T12:51:02.239Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T12:51:02.239Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env 2022-11-18T12:51:02.316Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env 58e63ba9-acab-48d8-8c56-b6c9cf2bbd57 909 2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env 2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:51:02.319Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:51:02.319Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775862317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T12:51:02.419Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T12:51:02.420Z||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-11-18T12:51:02.421Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:51:02.451Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:51:02.452Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:51:03.320Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb 2022-11-18T12:51:03.322Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_fHlLWc 0 61c6552f-e7d6-46c6-985e-36e2c7ae0e9e 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-11-18T12:51:03.336Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49f33b8c, org.onap.sdc.toscaparser.api.parameters.Input@4a864beb, org.onap.sdc.toscaparser.api.parameters.Input@5689217d, org.onap.sdc.toscaparser.api.parameters.Input@70a6ebbd, org.onap.sdc.toscaparser.api.parameters.Input@20d9817e] 2022-11-18T12:51:03.337Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.338Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:51:03.338Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-18T12:51:03.338Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6d6df98b-518d-4c70-9d09-e0a0ed90bcba 2022-11-18T12:51:03.339Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d6df98b-518d-4c70-9d09-e0a0ed90bcba matches Tosca VF Customization UUID: 6d6df98b-518d-4c70-9d09-e0a0ed90bcba 2022-11-18T12:51:03.339Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6d6df98b-518d-4c70-9d09-e0a0ed90bcba 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-11-18T12:51:03.341Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.341Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:51:03.342Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6d6df98b-518d-4c70-9d09-e0a0ed90bcba: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T12:51:03.342Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d9ef64 2022-11-18T12:51:03.343Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.343Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T12:51:03.343Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba7b2d72-8365-4dc5-b972-a433a8d93fb1 2022-11-18T12:51:03.343Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba7b2d72-8365-4dc5-b972-a433a8d93fb1 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-11-18T12:51:03.346Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.346Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:51:03.346Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:51:03.347Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.347Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:51:03.348Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:51:03.348Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.348Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is not matching search criteria 2022-11-18T12:51:03.349Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-18T12:51:03.349Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T12:51:03.349Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13042d96-1bbd-4620-b0fe-a5dcf2142b87 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-11-18T12:51:03.352Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.352Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:51:03.353Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T12:51:03.353Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.353Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria 2022-11-18T12:51:03.354Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=6d6df98b-518d-4c70-9d09-e0a0ed90bcba 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-11-18T12:51:03.356Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.356Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:51:03.357Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb: basic_onboard_fHlLWc 2022-11-18T12:51:03.357Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.357Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:51:03.360Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:51:03.362Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T12:51:03.362Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T12:51:03.362Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_fHlLWc 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-11-18T12:51:03.448Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_fHlLWc 61c6552f-e7d6-46c6-985e-36e2c7ae0e9e 1 ASDC deployResourceStructure 2022-11-18T12:51:03.448Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json ASDC sendASDCNotification 2022-11-18T12:51:03.449Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json 2022-11-18T12:51:03.449Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T12:51:03.449Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:51:03.451Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:51:03.451Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775863448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T12:51:03.551Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:51:03.552Z||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-11-18T12:51:03.553Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:51:03.564Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:51:03.565Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:51:04.452Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-18T12:51:04.452Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml 2022-11-18T12:51:04.452Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T12:51:04.453Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:51:04.455Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:51:04.455Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775864452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-18T12:51:04.555Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:51:04.556Z||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-11-18T12:51:04.556Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:51:04.571Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:51:04.571Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:51:05.456Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-18T12:51:05.456Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env 2022-11-18T12:51:05.457Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T12:51:05.457Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:51:05.459Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:51:05.459Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775865456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-18T12:51:05.559Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:51:05.560Z||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-11-18T12:51:05.560Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:51:05.574Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:51:05.575Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T12:51:06.460Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar ASDC sendASDCNotification 2022-11-18T12:51:06.461Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar 2022-11-18T12:51:06.461Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T12:51:06.461Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:51:06.463Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:51:06.463Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775866460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T12:51:06.564Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:51:06.564Z||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-11-18T12:51:06.564Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:51:06.579Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:51:06.579Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T12:51:07.465Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T12:51:07.482Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:51:07.484Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T12:51:07.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T12:51:07.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T12:51:37.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T12:51:37.494Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:51:37.496Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T12:51:37.496Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T12:51:37.496Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T12:51:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:51:49.625Z||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-11-18T12:51:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:51:49.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:51:49.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T12:51:49.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "ves-openapi-manager", "timestamp": 1668775841547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:51:49.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:07.497Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T12:52:07.508Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:52:07.510Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T12:52:07.510Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T12:52:07.510Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T12:52:37.511Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T12:52:37.519Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:52:37.521Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T12:52:37.521Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T12:52:37.521Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T12:52:49.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:52:49.627Z||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-11-18T12:52:49.627Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:52:50.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:52:50.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775839716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775845272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775839725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "ves-openapi-manager", "timestamp": 1668775841547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775839716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775845272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775839725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "NOTIFIED" } 2022-11-18T12:52:50.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "ves-openapi-manager", "timestamp": 1668775841547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775839716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775845272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T12:52:50.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775839725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775839716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:52:50.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "ves-openapi-manager", "timestamp": 1668775841547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775845272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:52:50.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775839725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:52:50.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T12:52:50.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775854899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775855395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775855421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775854461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "cds", "timestamp": 1668775856432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-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-11-18T12:52:50.188Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6383705-a04a-4fd9-bc22-d1a4ee01efae 2022-11-18T12:52:50.188Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:52:50.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775854461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "NOTIFIED" } 2022-11-18T12:52:50.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775849622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:52:50.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775854461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T12:52:50.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775857484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.200Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775854461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775854461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T12:52:50.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775859697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T12:52:50.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775854461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T12:52:50.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668775860709, "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-11-18T12:52:50.209Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6383705-a04a-4fd9-bc22-d1a4ee01efae 2022-11-18T12:52:50.209Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:52:50.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775860136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775854461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "NOTIFIED" } 2022-11-18T12:52:50.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T12:52:50.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775861234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775862241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775862379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T12:52:50.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775862317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775863343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "aai-ml", "timestamp": 1668775863384, "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-11-18T12:52:50.233Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6383705-a04a-4fd9-bc22-d1a4ee01efae 2022-11-18T12:52:50.233Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:52:50.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775863448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T12:52:50.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775864398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T12:52:50.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775864452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-18T12:52:50.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775865432, "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-11-18T12:52:50.252Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6383705-a04a-4fd9-bc22-d1a4ee01efae 2022-11-18T12:52:50.252Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:52:50.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775865456, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-18T12:52:50.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "multicloud-k8s-id", "timestamp": 1668775866447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T12:52:50.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:52:50.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:52:50.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668775866460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T12:52:50.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:53:07.521Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T12:53:07.533Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:53:07.538Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T12:53:07.538Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T12:53:07.543Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T12:53:37.543Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae 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-11-18T12:53:37.550Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae and serviceModelVersionId: 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb 2022-11-18T12:53:37.551Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0321665f-b32c-47ed-93c7-e64806a97213 2022-11-18T12:53:37.551Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0 2022-11-18T12:53:37.559Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T12:53:37.613Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|INFO|500||Invoke 2022-11-18T12:53:37.613Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6383705-a04a-4fd9-bc22-d1a4ee01efae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c76ed78b-20b8-4612-8287-b55254b08349], X-ECOMP-RequestID=[b6383705-a04a-4fd9-bc22-d1a4ee01efae], X-TransactionId=[], X-ONAP-RequestID=[b6383705-a04a-4fd9-bc22-d1a4ee01efae], Content-Type=[application/merge-patch+json]} 2022-11-18T12:53:37.639Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T12:53:37.803Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?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/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-12:53:38:130-79748], vertex-id=[151640], Content-Length=[0], Date=[Fri, 18 Nov 2022 12:53:38 GMT], Content-Type=[application/json]} 2022-11-18T12:53:37.803Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T12:53:37.804Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|INFO|500||InvokeReturn 2022-11-18T12:53:37.804Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T12:53:37.804Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T12:53:37.809Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T12:53:37.809Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6383705-a04a-4fd9-bc22-d1a4ee01efae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T12:53:37.809Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T12:53:37.809Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T12:53:37.812Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T12:53:37.812Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776017809, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T12:53:37.912Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T12:53:37.913Z||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-11-18T12:53:37.914Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T12:53:37.931Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:53:37.932Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T12:53:38.831Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:53:38.831Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T12:53:38.831Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:53:49.153Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:53:49.154Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:53:49.155Z||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-11-18T12:53:49.155Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:53:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:53:49.625Z||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-11-18T12:53:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:53:50.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:53:50.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T12:53:50.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776017809, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T12:53:50.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T12:53:58.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:53:58.705Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:53:58.706Z||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-11-18T12:53:58.706Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:54:08.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:54:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:54:49.624Z||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-11-18T12:54:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:54:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:54:49.625Z||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-11-18T12:54:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:54:59.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:54:59.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:55:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:55:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:55:49.624Z||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-11-18T12:55:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:55:49.625Z||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-11-18T12:55:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:55:59.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:55:59.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:56:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:56:49.624Z||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-11-18T12:56:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:56:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:56:49.624Z||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-11-18T12:56:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:56:59.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:56:59.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:57:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:57:49.623Z||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-11-18T12:57:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:57:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:57:49.625Z||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-11-18T12:57:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:57:59.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:57:59.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:58:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:58:49.623Z||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-11-18T12:58:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:58:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:58:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T12:58:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:58:59.191Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:58:59.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:59:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:59:49.623Z||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-11-18T12:59:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:59:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:59:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T12:59:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T12:59:59.174Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:59:59.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:00:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:00:49.623Z||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-11-18T13:00:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:00:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:00:49.625Z||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-11-18T13:00:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:00:50.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:00:50.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "multicloud-k8s-id", "timestamp": 1668776434461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "cds", "timestamp": 1668776430271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "multicloud-k8s-id", "timestamp": 1668776434461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:00:50.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "cds", "timestamp": 1668776430271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:00:50.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776439725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "cds", "timestamp": 1668776440576, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:00:50.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "aai-ml", "timestamp": 1668776439716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776439725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:00:50.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "cds", "timestamp": 1668776441594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T13:00:50.201Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9939e43-e4be-41a1-bc10-d8277147565a 2022-11-18T13:00:50.202Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9939e43-e4be-41a1-bc10-d8277147565a 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-11-18T13:00:50.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "aai-ml", "timestamp": 1668776439716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:00:50.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776442604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:00:50.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:00:50.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "aai-ml", "timestamp": 1668776442452, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:00:50.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:00:50.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "ves-openapi-manager", "timestamp": 1668776441547, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "ves-openapi-manager", "timestamp": 1668776441547, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776445497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:00:50.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:00:50.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776446510, "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-11-18T13:00:50.225Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9939e43-e4be-41a1-bc10-d8277147565a 2022-11-18T13:00:50.225Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9939e43-e4be-41a1-bc10-d8277147565a 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-11-18T13:00:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "aai-ml", "timestamp": 1668776446607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:00:50.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:00:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "aai-ml", "timestamp": 1668776447611, "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-11-18T13:00:50.243Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9939e43-e4be-41a1-bc10-d8277147565a 2022-11-18T13:00:50.243Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9939e43-e4be-41a1-bc10-d8277147565a 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-11-18T13:00:50.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776445273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776445273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:00:50.259Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:00:50.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T13:00:50.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9939e43-e4be-41a1-bc10-d8277147565a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6a752d43-b6a4-446d-815e-97fd52de9f6f","serviceDescription":"service","serviceInvariantUUID":"35e97d9b-ec1c-4298-af2a-625d7e06d744","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"edd8918d-b379-4260-bd7c-2bf4f43b18c2","resourceInvariantUUID":"a8687664-9ede-4343-925d-6fa247332c45","resourceCustomizationUUID":"67a1c6d7-f986-4280-959e-afb4386c07bb","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":"NGExYWM2Y2I0OGJhNWE1NmNjMTZkZTQyZjJjMWNjMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fb8018d-cadc-42dc-a24e-26bae138c73b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjU3YjJiMTljY2E2ZTkzMzhlYmM4MDg0NjlhNjhjZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a33472d1-7571-4d04-8faf-63f26a6f4723","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T13:00:50.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:00:50.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:00:50.268Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:00:50.268Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:00:50.370Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-18T13:00:50.371Z||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-11-18T13:00:50.372Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:00:50.387Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:00:50.387Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:00:51.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:00:51.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:00:51.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:00:51.271Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:00:51.371Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:00:51.372Z||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-11-18T13:00:51.372Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:00:51.386Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:00:51.387Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:00:52.273Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "6a752d43-b6a4-446d-815e-97fd52de9f6f", "serviceDescription": "service", "serviceInvariantUUID": "35e97d9b-ec1c-4298-af2a-625d7e06d744", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "67a1c6d7-f986-4280-959e-afb4386c07bb", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "edd8918d-b379-4260-bd7c-2bf4f43b18c2", "resourceInvariantUUID": "a8687664-9ede-4343-925d-6fa247332c45", "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": "YjU3YjJiMTljY2E2ZTkzMzhlYmM4MDg0NjlhNjhjZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a33472d1-7571-4d04-8faf-63f26a6f4723" } ], "workloadContext": "Production" } 2022-11-18T13:00:52.273Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T13:00:52.273Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a752d43-b6a4-446d-815e-97fd52de9f6f ASDC 2022-11-18T13:00:52.274Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:a9939e43-e4be-41a1-bc10-d8277147565a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:6a752d43-b6a4-446d-815e-97fd52de9f6f ServiceInvariantUUID:35e97d9b-ec1c-4298-af2a-625d7e06d744 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:a33472d1-7571-4d04-8faf-63f26a6f4723 ArtifactChecksum:YjU3YjJiMTljY2E2ZTkzMzhlYmM4MDg0NjlhNjhjZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:67a1c6d7-f986-4280-959e-afb4386c07bb ResourceInvariantUUID:a8687664-9ede-4343-925d-6fa247332c45 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:edd8918d-b379-4260-bd7c-2bf4f43b18c2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-18T13:00:52.275Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a752d43-b6a4-446d-815e-97fd52de9f6f 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-11-18T13:00:52.310Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a33472d1-7571-4d04-8faf-63f26a6f4723 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-18T13:00:52.415Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:00:52.418Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a33472d1-7571-4d04-8faf-63f26a6f4723 57658 2022-11-18T13:00:52.418Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-18T13:00:52.418Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-18T13:00:52.419Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:00:52.419Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:00:52.421Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:00:52.421Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776452418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:00:52.521Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:00:52.522Z||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-11-18T13:00:52.523Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:00:52.536Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:00:52.536Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:00:53.422Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:00:53.423Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:00:53.423Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a33472d1-7571-4d04-8faf-63f26a6f4723, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T13:00:53.424Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-18T13:00:53.424Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T13:00:53.424Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T13:00:53.613Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1554724167441352847/Definitions/service-BasicNetwork-template.yml 2022-11-18T13:00:54.106Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|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-BasicNetwork-csar.csar 2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.111Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.111Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.111Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.111Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:6a752d43-b6a4-446d-815e-97fd52de9f6f Model Version:NULL Model InvariantUuid:35e97d9b-ec1c-4298-af2a-625d7e06d744 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a8687664-9ede-4343-925d-6fa247332c45 Model UUID:fdab637a-9f5b-41e5-b1b9-9d45bc61391a Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:67a1c6d7-f986-4280-959e-afb4386c07bb 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-11-18T13:00:54.119Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: edd8918d-b379-4260-bd7c-2bf4f43b18c2 2022-11-18T13:00:54.119Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||No resources found for Service: 6a752d43-b6a4-446d-815e-97fd52de9f6f 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-11-18T13:00:54.124Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500|| 2022-11-18T13:00:54.124Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-18T13:00:54.125Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6a752d43-b6a4-446d-815e-97fd52de9f6f 2022-11-18T13:00:54.125Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6a752d43-b6a4-446d-815e-97fd52de9f6f 2022-11-18T13:00:54.126Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-18T13:00:54.126Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.130Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d0b82db, org.onap.sdc.toscaparser.api.parameters.Input@676ed9ca, org.onap.sdc.toscaparser.api.parameters.Input@708a19e7, org.onap.sdc.toscaparser.api.parameters.Input@4e49c243, org.onap.sdc.toscaparser.api.parameters.Input@6f758c0b] 2022-11-18T13:00:54.132Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.132Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.132Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.132Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.133Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6a752d43-b6a4-446d-815e-97fd52de9f6f: Generic NeutronNet 2022-11-18T13:00:54.133Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.133Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.134Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.134Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.160Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.161Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.161Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.161Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.162Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:00:54.162Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:00:54.162Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||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-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:00:54.224Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:00:54.224Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776454222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:00:54.324Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:00:54.325Z||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-11-18T13:00:54.325Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:00:54.337Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:00:54.338Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:00:55.225Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9939e43-e4be-41a1-bc10-d8277147565a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:00:55.272Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9939e43-e4be-41a1-bc10-d8277147565a 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-11-18T13:00:55.276Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:00:55.276Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|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-11-18T13:00:55.299Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T13:01:25.300Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9939e43-e4be-41a1-bc10-d8277147565a 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-11-18T13:01:25.306Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9939e43-e4be-41a1-bc10-d8277147565a and serviceModelVersionId: 6a752d43-b6a4-446d-815e-97fd52de9f6f 2022-11-18T13:01:25.306Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35e97d9b-ec1c-4298-af2a-625d7e06d744 2022-11-18T13:01:25.307Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0 2022-11-18T13:01:25.312Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T13:01:25.366Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|INFO|500||Invoke 2022-11-18T13:01:25.366Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9939e43-e4be-41a1-bc10-d8277147565a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b5eae80-abe9-4c02-ba2e-76e8b99953f0], X-ECOMP-RequestID=[a9939e43-e4be-41a1-bc10-d8277147565a], X-TransactionId=[], X-ONAP-RequestID=[a9939e43-e4be-41a1-bc10-d8277147565a], Content-Type=[application/merge-patch+json]} 2022-11-18T13:01:25.392Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T13:01:25.556Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?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/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-13:01:25:888-77299], vertex-id=[454792], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:01:25 GMT], Content-Type=[application/json]} 2022-11-18T13:01:25.556Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T13:01:25.557Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|INFO|500||InvokeReturn 2022-11-18T13:01:25.558Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T13:01:25.558Z|a9939e43-e4be-41a1-bc10-d8277147565a|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-11-18T13:01:25.562Z|a9939e43-e4be-41a1-bc10-d8277147565a|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-11-18T13:01:25.563Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9939e43-e4be-41a1-bc10-d8277147565a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T13:01:25.563Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T13:01:25.563Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:25.565Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:25.565Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776485563, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:01:25.665Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:25.666Z||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-11-18T13:01:25.666Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:25.684Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:25.684Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 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-11-18T13:01:26.578Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T13:01:26.578Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"25b6dc47-e642-47ce-92aa-5304ba9ada54","serviceName":"Demo_pNF_B5YADkOgoPDYLIs0fkT6","serviceVersion":"1.0","serviceUUID":"86e92735-f995-454d-acea-0ec359b7b828","serviceDescription":"catalog service description","serviceInvariantUUID":"94ba6a49-7a1b-4496-95b8-ce8b0b4447c7","resources":[{"resourceInstanceName":"pNF fee72390-585f 0","resourceName":"pNF fee72390-585f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fc2a1179-0831-43af-8a51-3693935983f8","resourceInvariantUUID":"b030de88-6df8-4280-82a5-c2f847209ef6","resourceCustomizationUUID":"6aac7721-1050-4e20-b14b-89f5719f9772","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml","artifactChecksum":"NTdjYTcxNTU5NzExYTI3ZmU0MzFjMmUzYzU4MjlhNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e43ee8b-9154-422e-a861-24757f33570c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar","artifactChecksum":"NWEzMDM0YTQ2NzRjOWViN2RhNDYwM2U3NjkwOTdhYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b8ae3bf-5103-4ba2-aedd-ef2d43c1d9f8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4855e094-4f7e-4d97-9f24-9bde3706d1ad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml","artifactChecksum":"MjUwMDMwOTFiZGQ1MmEzODAxNWM2Y2QzZjFkYWYyZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbc66bc1-4cfd-4d8b-b9de-987e53c02502","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d390641e-23f1-4103-9e87-6b995bf671e7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34dfea74-e94b-4935-b2f6-4068eae3b7f2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB5yadkogopdylis0fkt6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml","artifactChecksum":"MmRlMTU4Y2I1OTgyZWRlNTk3OTg2MTM4NDVlMjMyYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7c05f06-3e2b-4b40-95a3-fa1d07a94c6e","artifactVersion":"1"},{"artifactName":"service-DemoPnfB5yadkogopdylis0fkt6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar","artifactChecksum":"NTViNmRiZjdmYmYyMGY4Zjk4ZmUwYmQzYTMyMWNkNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bc06868-fae8-4aad-b1b8-40e5428f2c8f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T13:01:26.579Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:01:26.579Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:26.581Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:26.581Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:01:26.681Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:26.682Z||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-11-18T13:01:26.682Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:26.696Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:26.697Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:01:27.581Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:01:27.582Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:27.584Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:27.584Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:01:27.684Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:27.685Z||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-11-18T13:01:27.685Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:27.712Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:27.712Z||pool-41-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:01:28.585Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:01:28.585Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:28.587Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:28.587Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:01:28.687Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:28.688Z||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-11-18T13:01:28.688Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:28.699Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:28.699Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:01:29.588Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:01:29.589Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:29.590Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:29.591Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:01:29.692Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T13:01:29.693Z||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-11-18T13:01:29.694Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:29.706Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:29.706Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:01:30.591Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:01:30.592Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:30.594Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:30.594Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:01:30.694Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:30.695Z||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-11-18T13:01:30.695Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:30.708Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:30.708Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:01:31.595Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:01:31.595Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:31.597Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:31.597Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:01:31.697Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:31.699Z||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-11-18T13:01:31.699Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:31.714Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:31.715Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:01:32.598Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:01:32.599Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:32.600Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:32.600Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:01:32.700Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:32.701Z||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-11-18T13:01:32.702Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:32.713Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:32.714Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:01:33.601Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:01:33.602Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:33.604Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:33.604Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:01:33.704Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:33.705Z||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-11-18T13:01:33.705Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:33.725Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:33.725Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:01:34.605Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "serviceName": "Demo_pNF_B5YADkOgoPDYLIs0fkT6", "serviceVersion": "1.0", "serviceUUID": "86e92735-f995-454d-acea-0ec359b7b828", "serviceDescription": "catalog service description", "serviceInvariantUUID": "94ba6a49-7a1b-4496-95b8-ce8b0b4447c7", "resources": [ { "resourceInstanceName": "pNF fee72390-585f 0", "resourceCustomizationUUID": "6aac7721-1050-4e20-b14b-89f5719f9772", "resourceName": "pNF fee72390-585f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fc2a1179-0831-43af-8a51-3693935983f8", "resourceInvariantUUID": "b030de88-6df8-4280-82a5-c2f847209ef6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "artifactChecksum": "NTViNmRiZjdmYmYyMGY4Zjk4ZmUwYmQzYTMyMWNkNTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0bc06868-fae8-4aad-b1b8-40e5428f2c8f" } ], "workloadContext": "Production" } 2022-11-18T13:01:34.605Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T13:01:34.605Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86e92735-f995-454d-acea-0ec359b7b828 ASDC 2022-11-18T13:01:34.605Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:25b6dc47-e642-47ce-92aa-5304ba9ada54 ServiceName:Demo_pNF_B5YADkOgoPDYLIs0fkT6 ServiceVersion:1.0 ServiceUUID:86e92735-f995-454d-acea-0ec359b7b828 ServiceInvariantUUID:94ba6a49-7a1b-4496-95b8-ce8b0b4447c7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfB5yadkogopdylis0fkt6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar ArtifactUUID:0bc06868-fae8-4aad-b1b8-40e5428f2c8f ArtifactChecksum:NTViNmRiZjdmYmYyMGY4Zjk4ZmUwYmQzYTMyMWNkNTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF fee72390-585f 0 ResourceCustomizationUUID:6aac7721-1050-4e20-b14b-89f5719f9772 ResourceInvariantUUID:b030de88-6df8-4280-82a5-c2f847209ef6 ResourceName:pNF fee72390-585f ResourceType:PNF ResourceUUID:fc2a1179-0831-43af-8a51-3693935983f8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-18T13:01:34.606Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86e92735-f995-454d-acea-0ec359b7b828 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-11-18T13:01:34.669Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:01:34.669Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:01:34.670Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:01:34.670Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0bc06868-fae8-4aad-b1b8-40e5428f2c8f from URL: /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:34.670Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:01:34.670Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:34.860Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:01:34.868Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 0bc06868-fae8-4aad-b1b8-40e5428f2c8f 87777 2022-11-18T13:01:34.868Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar ASDC sendASDCNotification 2022-11-18T13:01:34.869Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:34.869Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:01:34.869Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:34.871Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:34.871Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776494868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:01:34.972Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:01:34.972Z||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-11-18T13:01:34.972Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:34.984Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:34.985Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:01:35.872Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:01:35.873Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:01:35.874Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0bc06868-fae8-4aad-b1b8-40e5428f2c8f, URL: /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar to file: /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:35.875Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:35.875Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:35.876Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:35.975Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15821075094894016251/Definitions/service-DemoPnfB5yadkogopdylis0fkt6-template.yml 2022-11-18T13:01:36.769Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T13:01:36.770Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:01:36.770Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.770Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fee72390-585f 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-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Node template pNF fee72390-585f 0 is matching search criteria 2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF fee72390-585f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:01:36.773Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.773Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.773Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Node template pNF fee72390-585f 0 is matching search criteria 2022-11-18T13:01:36.773Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:01:36.774Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF fee72390-585f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:01:36.774Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.774Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.774Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.776Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.776Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.776Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_B5YADkOgoPDYLIs0fkT6 Description:catalog service description Model UUID:86e92735-f995-454d-acea-0ec359b7b828 Model Version:NULL Model InvariantUuid:94ba6a49-7a1b-4496-95b8-ce8b0b4447c7 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-11-18T13:01:36.783Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: fc2a1179-0831-43af-8a51-3693935983f8 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-11-18T13:01:36.785Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||pNF fee72390-585f 0 2022-11-18T13:01:36.786Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fc2a1179-0831-43af-8a51-3693935983f8 2022-11-18T13:01:36.786Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 86e92735-f995-454d-acea-0ec359b7b828 2022-11-18T13:01:36.786Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 86e92735-f995-454d-acea-0ec359b7b828 2022-11-18T13:01:36.786Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fee72390-585f 0 fc2a1179-0831-43af-8a51-3693935983f8 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-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1da0795f, org.onap.sdc.toscaparser.api.parameters.Input@27ccd965, org.onap.sdc.toscaparser.api.parameters.Input@60690dd5, org.onap.sdc.toscaparser.api.parameters.Input@51e53c23, org.onap.sdc.toscaparser.api.parameters.Input@4f11cdc1] 2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 86e92735-f995-454d-acea-0ec359b7b828: pNF fee72390-585f 2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Processing PNF resource: fc2a1179-0831-43af-8a51-3693935983f8 2022-11-18T13:01:36.792Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:01:36.792Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:01:36.792Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Resource customization UUID: 6aac7721-1050-4e20-b14b-89f5719f9772 is the same as notified resource customizationUUID: 6aac7721-1050-4e20-b14b-89f5719f9772 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-11-18T13:01:36.860Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fee72390-585f fc2a1179-0831-43af-8a51-3693935983f8 0 ASDC deployResourceStructure 2022-11-18T13:01:36.860Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar ASDC sendASDCNotification 2022-11-18T13:01:36.860Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 2022-11-18T13:01:36.860Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:01:36.861Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:01:36.863Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:01:36.863Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776496860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:01:36.963Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:01:36.964Z||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-11-18T13:01:36.964Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:36.976Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:36.976Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:01:37.864Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:01:37.879Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:01:37.882Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:01:37.882Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:01:37.883Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:01:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:01:49.625Z||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-11-18T13:01:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:01:49.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:01:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:01:49.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776445273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:01:49.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:02:07.883Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:02:07.895Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:02:07.901Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:02:07.901Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:02:07.902Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:02:37.902Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:02:37.931Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:02:37.933Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:02:37.933Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:02:37.933Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:02:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:02:49.625Z||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-11-18T13:02:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:02:49.651Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:02:49.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:02:49.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:02:49.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:07.934Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:03:07.950Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:03:07.959Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:03:07.959Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:03:07.959Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:03:37.960Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:03:37.972Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:03:37.974Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:03:37.975Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:03:37.975Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:03:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:03:49.626Z||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-11-18T13:03:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:03:49.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:03:49.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776445273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:03:49.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776445273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776452418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:03:49.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776445273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776445273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776454222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "multicloud-k8s-id", "timestamp": 1668776454461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776445273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "multicloud-k8s-id", "timestamp": 1668776454461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776457074, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "multicloud-k8s-id", "timestamp": 1668776454461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "cds", "timestamp": 1668776458081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-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-11-18T13:03:49.677Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25b6dc47-e642-47ce-92aa-5304ba9ada54 2022-11-18T13:03:49.677Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:03:49.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "multicloud-k8s-id", "timestamp": 1668776454461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "multicloud-k8s-id", "timestamp": 1668776454461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "multicloud-k8s-id", "timestamp": 1668776454461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "multicloud-k8s-id", "timestamp": 1668776454461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "multicloud-k8s-id", "timestamp": 1668776454461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:03:49.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776461547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776461547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776461547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776461547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776461547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776461547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776461547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776461547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776469723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776469716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776470513, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776469723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776469716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776469723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776471684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776469716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776469723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "ves-openapi-manager", "timestamp": 1668776472688, "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-11-18T13:03:49.707Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 25b6dc47-e642-47ce-92aa-5304ba9ada54 2022-11-18T13:03:49.707Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:03:49.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776469716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776469723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776469716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776469723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776469716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776469723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776469716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776469723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776469716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776478593, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776478587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:03:49.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776481825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:03:49.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776482833, "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-11-18T13:03:49.740Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25b6dc47-e642-47ce-92aa-5304ba9ada54 2022-11-18T13:03:49.740Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:03:49.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776483622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:03:49.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "aai-ml", "timestamp": 1668776484626, "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-11-18T13:03:49.760Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25b6dc47-e642-47ce-92aa-5304ba9ada54 2022-11-18T13:03:49.760Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:03:49.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776485563, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:03:49.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776449622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:03:49.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776494868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776496860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776499716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "ves-openapi-manager", "timestamp": 1668776501547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776499723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776505270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776499716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "ves-openapi-manager", "timestamp": 1668776501547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776499723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:03:49.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:03:49.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776505270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:03:49.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:07.975Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:04:07.992Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:04:07.995Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:04:07.996Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T13:04:07.996Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T13:04:07.996Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T13:04:07.996Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:04:07.996Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:04:07.996Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:04:07.996Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:04:07.997Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:04:07.997Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:04:08.017Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T13:04:38.018Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 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-11-18T13:04:38.044Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25b6dc47-e642-47ce-92aa-5304ba9ada54 and serviceModelVersionId: 86e92735-f995-454d-acea-0ec359b7b828 2022-11-18T13:04:38.044Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94ba6a49-7a1b-4496-95b8-ce8b0b4447c7 2022-11-18T13:04:38.046Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?depth=0 2022-11-18T13:04:38.055Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T13:04:38.124Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?depth=0|INFO|500||Invoke 2022-11-18T13:04:38.124Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25b6dc47-e642-47ce-92aa-5304ba9ada54], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ff163a6-60ce-4d36-8d50-4e06d887311a], X-ECOMP-RequestID=[25b6dc47-e642-47ce-92aa-5304ba9ada54], X-TransactionId=[], X-ONAP-RequestID=[25b6dc47-e642-47ce-92aa-5304ba9ada54], Content-Type=[application/merge-patch+json]} 2022-11-18T13:04:38.154Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T13:04:38.248Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?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/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-13:04:38:653-4208], vertex-id=[237816], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:04:38 GMT], Content-Type=[application/json]} 2022-11-18T13:04:38.249Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T13:04:38.249Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94ba6a49-7a1b-4496-95b8-ce8b0b4447c7/model-vers/model-ver/86e92735-f995-454d-acea-0ec359b7b828?depth=0|INFO|500||InvokeReturn 2022-11-18T13:04:38.249Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T13:04:38.249Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:04:38.254Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:04:38.254Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25b6dc47-e642-47ce-92aa-5304ba9ada54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T13:04:38.255Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T13:04:38.255Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:38.257Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:38.257Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776678254, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:04:38.357Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:38.359Z||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-11-18T13:04:38.359Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:38.375Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:38.375Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T13:04:39.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:04:39.315Z||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-11-18T13:04:39.316Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:43.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:43.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:04:43.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"23d2a0de-b70f-4b0a-90f2-c41b3388a269","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"39905082-4672-427f-84a9-fc19ff8185e1","serviceDescription":"service","serviceInvariantUUID":"d76b921e-b508-4ee2-a434-9f2e9e4e8d5b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b33015a3-e54a-4011-af15-70db88ab363f","resourceInvariantUUID":"b22f22d0-4c2f-4fb9-b3e1-4cf5aaa5204b","resourceCustomizationUUID":"9d6d1457-2fac-41fb-84af-679611d5c369","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":"MmIwYTViNDk2YWNkYmMwMGM3ZTM2MDhhNDEzNzVhNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa85f180-445e-4b13-9696-1334c4c31a6a","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":"M2RkNGU2ODQwYzQzYmRkZjljZDE5ZDJiNDMzNGRlMGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e24ddd4a-a16a-4473-bf4b-830b8d1c019e","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":"5b3a6561-51fb-4df0-bfee-1fae94599577","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":"3c7b41e7-823d-4e60-b4be-2bf575762801","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":"303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4","artifactVersion":"2","generatedFromUUID":"5b3a6561-51fb-4df0-bfee-1fae94599577"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGI4OTU1ODIzYTNkZGY1NzQwYzNhMjljMWY1MTBlNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"583a3c21-c47d-4402-8295-7071b4f9fae7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODMyNDk2YTJiZDIwZDliODc0ZjY2OGM3YjZmNjJkZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e4e67c3-82d6-44e6-99fc-862557cd12b5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T13:04:43.745Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:04:43.745Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:43.748Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:43.748Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:43.848Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:43.849Z||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-11-18T13:04:43.849Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:43.861Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:43.862Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:04:44.749Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:04:44.749Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:44.751Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:44.751Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:04:44.851Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:44.852Z||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-11-18T13:04:44.853Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:44.897Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:44.898Z||pool-52-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:45.752Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:04:45.753Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:45.755Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:45.755Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T13:04:45.856Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T13:04:45.857Z||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-11-18T13:04:45.857Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:45.867Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:45.867Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:46.756Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:04:46.756Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:46.758Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:46.758Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:46.859Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:46.860Z||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-11-18T13:04:46.860Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:46.871Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:46.872Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:47.759Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:04:47.760Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:47.761Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:47.761Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T13:04:47.862Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:47.863Z||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-11-18T13:04:47.863Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:47.875Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:47.875Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:48.762Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:04:48.762Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:48.765Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:48.765Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:48.864Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:04:48.865Z||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-11-18T13:04:48.865Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:48.876Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:48.876Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:04:49.625Z||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-11-18T13:04:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:49.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:49.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "ves-openapi-manager", "timestamp": 1668776501547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776499716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776499723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776505270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "ves-openapi-manager", "timestamp": 1668776501547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776499716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776499723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776505270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "ves-openapi-manager", "timestamp": 1668776501547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776499716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776499723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776505270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "ves-openapi-manager", "timestamp": 1668776501547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776499716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776499723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776505270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776499716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776499723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "ves-openapi-manager", "timestamp": 1668776501547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776505270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776515647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776516152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776516161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:04:49.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "cds", "timestamp": 1668776517168, "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-11-18T13:04:49.678Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23d2a0de-b70f-4b0a-90f2-c41b3388a269 2022-11-18T13:04:49.678Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d2a0de-b70f-4b0a-90f2-c41b3388a269 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-11-18T13:04:49.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776520024, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:04:49.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776521035, "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-11-18T13:04:49.692Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23d2a0de-b70f-4b0a-90f2-c41b3388a269 2022-11-18T13:04:49.692Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d2a0de-b70f-4b0a-90f2-c41b3388a269 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-11-18T13:04:49.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:04:49.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776522209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776522500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776523316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "aai-ml", "timestamp": 1668776523503, "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-11-18T13:04:49.721Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23d2a0de-b70f-4b0a-90f2-c41b3388a269 2022-11-18T13:04:49.721Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d2a0de-b70f-4b0a-90f2-c41b3388a269 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-11-18T13:04:49.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776524376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776525412, "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-11-18T13:04:49.743Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23d2a0de-b70f-4b0a-90f2-c41b3388a269 2022-11-18T13:04:49.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d2a0de-b70f-4b0a-90f2-c41b3388a269 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-11-18T13:04:49.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "multicloud-k8s-id", "timestamp": 1668776526418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776520270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:04:49.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776530166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "ves-openapi-manager", "timestamp": 1668776521547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "cds", "timestamp": 1668776531173, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-11-18T13:04:49.765Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:04:49.765Z||pool-2-thread-5|||||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-11-18T13:04:49.769Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:49.769Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "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-11-18T13:04:49.778Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8d3f67f-cde8-41cb-8202-9cc1be746e0c 2022-11-18T13:04:49.778Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d3f67f-cde8-41cb-8202-9cc1be746e0c 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-11-18T13:04:49.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776514461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776536544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776537609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776529723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776529718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776538726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776539482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776539445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776539780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:49.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776540850, "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-11-18T13:04:49.798Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8d3f67f-cde8-41cb-8202-9cc1be746e0c 2022-11-18T13:04:49.798Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d3f67f-cde8-41cb-8202-9cc1be746e0c 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-11-18T13:04:49.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1668776541853, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:04:49.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776543201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:04:49.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668776544224, "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-11-18T13:04:49.811Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8d3f67f-cde8-41cb-8202-9cc1be746e0c 2022-11-18T13:04:49.811Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d3f67f-cde8-41cb-8202-9cc1be746e0c 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-11-18T13:04:49.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776546621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:04:49.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:04:49.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:04:49.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "aai-ml", "timestamp": 1668776547624, "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-11-18T13:04:49.823Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8d3f67f-cde8-41cb-8202-9cc1be746e0c 2022-11-18T13:04:49.823Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d3f67f-cde8-41cb-8202-9cc1be746e0c 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-11-18T13:04:49.868Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:04:49.869Z||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-11-18T13:04:49.869Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:49.900Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:49.901Z||pool-57-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:50.771Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "39905082-4672-427f-84a9-fc19ff8185e1", "serviceDescription": "service", "serviceInvariantUUID": "d76b921e-b508-4ee2-a434-9f2e9e4e8d5b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "9d6d1457-2fac-41fb-84af-679611d5c369", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b33015a3-e54a-4011-af15-70db88ab363f", "resourceInvariantUUID": "b22f22d0-4c2f-4fb9-b3e1-4cf5aaa5204b", "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": "M2RkNGU2ODQwYzQzYmRkZjljZDE5ZDJiNDMzNGRlMGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e24ddd4a-a16a-4473-bf4b-830b8d1c019e", "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": "5b3a6561-51fb-4df0-bfee-1fae94599577", "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": "303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4", "generatedFromUUID": "5b3a6561-51fb-4df0-bfee-1fae94599577" }, "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": "303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ODMyNDk2YTJiZDIwZDliODc0ZjY2OGM3YjZmNjJkZTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e4e67c3-82d6-44e6-99fc-862557cd12b5" } ], "workloadContext": "Production" } 2022-11-18T13:04:50.771Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T13:04:50.771Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39905082-4672-427f-84a9-fc19ff8185e1 ASDC 2022-11-18T13:04:50.772Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:23d2a0de-b70f-4b0a-90f2-c41b3388a269 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:39905082-4672-427f-84a9-fc19ff8185e1 ServiceInvariantUUID:d76b921e-b508-4ee2-a434-9f2e9e4e8d5b 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:8e4e67c3-82d6-44e6-99fc-862557cd12b5 ArtifactChecksum:ODMyNDk2YTJiZDIwZDliODc0ZjY2OGM3YjZmNjJkZTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:9d6d1457-2fac-41fb-84af-679611d5c369 ResourceInvariantUUID:b22f22d0-4c2f-4fb9-b3e1-4cf5aaa5204b ResourceName:basic_vm ResourceType:VF ResourceUUID:b33015a3-e54a-4011-af15-70db88ab363f 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:e24ddd4a-a16a-4473-bf4b-830b8d1c019e ArtifactChecksum:M2RkNGU2ODQwYzQzYmRkZjljZDE5ZDJiNDMzNGRlMGE= 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:5b3a6561-51fb-4df0-bfee-1fae94599577 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:303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4 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:303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T13:04:50.772Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39905082-4672-427f-84a9-fc19ff8185e1 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-11-18T13:04:50.809Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:04:50.810Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-18T13:04:50.810Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-18T13:04:50.810Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8e4e67c3-82d6-44e6-99fc-862557cd12b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T13:04:50.811Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:04:50.811Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T13:04:50.933Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:04:50.937Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8e4e67c3-82d6-44e6-99fc-862557cd12b5 74799 2022-11-18T13:04:50.937Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-18T13:04:50.937Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T13:04:50.938Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:04:50.938Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:50.940Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:50.940Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776690937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:51.040Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:04:51.041Z||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-11-18T13:04:51.041Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:51.052Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:51.052Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:04:51.941Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:04:51.942Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-18T13:04:51.942Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8e4e67c3-82d6-44e6-99fc-862557cd12b5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T13:04:51.943Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-18T13:04:51.943Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T13:04:51.944Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T13:04:52.134Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4939640544484291119/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-11-18T13:04:53.406Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T13:04:53.407Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-18T13:04:53.407Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T13:04:53.407Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T13:04:53.407Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T13:04:53.407Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|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-BasicVm-csar.csar 2022-11-18T13:04:53.407Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:53.407Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T13:04:53.408Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|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-BasicVm-csar.csar 2022-11-18T13:04:53.408Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|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-BasicVm-csar.csar 2022-11-18T13:04:53.408Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|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-BasicVm-csar.csar 2022-11-18T13:04:53.408Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-18T13:04:53.408Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.409Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:53.409Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:53.409Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-18T13:04:53.409Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:04:53.410Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.410Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:53.410Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:53.410Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-18T13:04:53.410Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:04:53.410Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.410Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:53.411Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.411Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T13:04:53.411Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-18T13:04:53.411Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-18T13:04:53.411Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-18T13:04:53.412Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T13:04:53.412Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T13:04:53.412Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.412Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:04:53.412Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.412Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:53.412Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:04:53.413Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.413Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:53.413Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:04:53.413Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.413Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:53.413Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:04:53.414Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.414Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T13:04:53.414Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T13:04:53.414Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T13:04:53.414Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=24958878-2f38-4fc4-8559-92b8b3218cd2 2022-11-18T13:04:53.414Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.415Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:53.415Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.415Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:53.415Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.415Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:53.415Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:53.415Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:53.416Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:39905082-4672-427f-84a9-fc19ff8185e1 Model Version:NULL Model InvariantUuid:d76b921e-b508-4ee2-a434-9f2e9e4e8d5b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ad0a6c8d-e695-46fe-8791-879489241f7b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b22f22d0-4c2f-4fb9-b3e1-4cf5aaa5204b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9d6d1457-2fac-41fb-84af-679611d5c369 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:49deaa4a-53be-40de-93dc-9af7ec90b17c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ad1a7387-abf0-4d4d-ba00-68e7a8c91198 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:24958878-2f38-4fc4-8559-92b8b3218cd2 ModelInvariantUuid:38340d8f-cb5e-49c3-9cbb-52b222704644 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:8909d4e7-3746-4719-88f6-25e7b0de7dde ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b4b06197-0715-449e-afe9-c347da46072e ModelInvariantUuid:893281e5-8a4a-48dc-8e97-d5ac9ccd0ee0 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fdb1074f-70bc-48c6-aac7-492932ca7b42 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-11-18T13:04:53.422Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b33015a3-e54a-4011-af15-70db88ab363f 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-11-18T13:04:53.424Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-11-18T13:04:53.424Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b33015a3-e54a-4011-af15-70db88ab363f 2022-11-18T13:04:53.425Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e24ddd4a-a16a-4473-bf4b-830b8d1c019e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T13:04:53.425Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:04:53.425Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:53.477Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:04:53.477Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e24ddd4a-a16a-4473-bf4b-830b8d1c019e 787 2022-11-18T13:04:53.478Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:53.478Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:53.478Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:04:53.478Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:53.480Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:53.480Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776693478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:53.580Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:53.582Z||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-11-18T13:04:53.582Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:53.593Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:53.593Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:54.480Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "49deaa4a-53be-40de-93dc-9af7ec90b17c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ad1a7387-abf0-4d4d-ba00-68e7a8c91198", "vfModuleModelCustomizationUUID": "8b675743-11e9-4f63-aca6-30d58a3b82b9", "isBase": true, "artifacts": [ "5b3a6561-51fb-4df0-bfee-1fae94599577", "303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4" ], "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-11-18T13:04:54.486Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ad1a7387-abf0-4d4d-ba00-68e7a8c91198 VfModuleModelInvariantUUID:49deaa4a-53be-40de-93dc-9af7ec90b17c VfModuleModelDescription:NULL Artifacts UUID List:{ 5b3a6561-51fb-4df0-bfee-1fae94599577 , 303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4 } 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-11-18T13:04:54.488Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "49deaa4a-53be-40de-93dc-9af7ec90b17c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ad1a7387-abf0-4d4d-ba00-68e7a8c91198", "vfModuleModelCustomizationUUID": "8b675743-11e9-4f63-aca6-30d58a3b82b9", "isBase": true, "artifacts": [ "5b3a6561-51fb-4df0-bfee-1fae94599577", "303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4" ], "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-11-18T13:04:54.488Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ad1a7387-abf0-4d4d-ba00-68e7a8c91198 VfModuleModelInvariantUUID:49deaa4a-53be-40de-93dc-9af7ec90b17c VfModuleModelDescription:NULL Artifacts UUID List:{ 5b3a6561-51fb-4df0-bfee-1fae94599577 , 303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4 } 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-11-18T13:04:54.488Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5b3a6561-51fb-4df0-bfee-1fae94599577 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T13:04:54.488Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:04:54.488Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:54.534Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:04:54.534Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5b3a6561-51fb-4df0-bfee-1fae94599577 5033 2022-11-18T13:04:54.534Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:54.535Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:54.535Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:04:54.535Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:54.537Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:54.537Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776694534, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:54.637Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:54.637Z||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-11-18T13:04:54.638Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:54.651Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:54.651Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:55.538Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T13:04:55.538Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:04:55.538Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:55.636Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:04:55.636Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 303c6ae1-1ee5-4451-83a7-11f6e3c1c3c4 903 2022-11-18T13:04:55.637Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:55.637Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:55.637Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:04:55.637Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:55.639Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:55.639Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776695637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:04:55.739Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:55.740Z||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-11-18T13:04:55.740Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:55.752Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:55.752Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:56.640Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 39905082-4672-427f-84a9-fc19ff8185e1 2022-11-18T13:04:56.641Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b33015a3-e54a-4011-af15-70db88ab363f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T13:04:56.666Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b434848, org.onap.sdc.toscaparser.api.parameters.Input@287b7a01, org.onap.sdc.toscaparser.api.parameters.Input@2b5e25c9, org.onap.sdc.toscaparser.api.parameters.Input@39ec049d, org.onap.sdc.toscaparser.api.parameters.Input@481c0ae0] 2022-11-18T13:04:56.668Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.668Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:56.668Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-18T13:04:56.668Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9d6d1457-2fac-41fb-84af-679611d5c369 2022-11-18T13:04:56.668Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9d6d1457-2fac-41fb-84af-679611d5c369 matches Tosca VF Customization UUID: 9d6d1457-2fac-41fb-84af-679611d5c369 2022-11-18T13:04:56.669Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9d6d1457-2fac-41fb-84af-679611d5c369 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-11-18T13:04:56.671Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.671Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:56.671Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9d6d1457-2fac-41fb-84af-679611d5c369: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T13:04:56.672Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@387ff800 2022-11-18T13:04:56.672Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.672Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:04:56.672Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b675743-11e9-4f63-aca6-30d58a3b82b9 2022-11-18T13:04:56.672Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b675743-11e9-4f63-aca6-30d58a3b82b9 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-11-18T13:04:56.674Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.675Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:56.675Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:04:56.675Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.675Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:56.675Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:04:56.675Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.676Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T13:04:56.676Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T13:04:56.676Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T13:04:56.676Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=24958878-2f38-4fc4-8559-92b8b3218cd2 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-11-18T13:04:56.678Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.679Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:56.679Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:04:56.679Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.679Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T13:04:56.679Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9d6d1457-2fac-41fb-84af-679611d5c369 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-11-18T13:04:56.681Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.681Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:56.681Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 39905082-4672-427f-84a9-fc19ff8185e1: basic_vm 2022-11-18T13:04:56.681Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.681Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:56.682Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.682Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:56.682Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.682Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:56.682Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.683Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:56.683Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:04:56.683Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:04:56.683Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T13:04:56.750Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b33015a3-e54a-4011-af15-70db88ab363f 1 ASDC deployResourceStructure 2022-11-18T13:04:56.751Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:56.751Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:56.751Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:04:56.751Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:56.753Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:56.753Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776696751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:04:56.853Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:56.854Z||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-11-18T13:04:56.854Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:56.867Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:56.867Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:04:57.754Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:57.754Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:57.754Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:04:57.755Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:57.756Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:57.756Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776697754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:04:57.856Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:57.857Z||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-11-18T13:04:57.857Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:57.869Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:57.870Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:04:58.757Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:58.757Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||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-11-18T13:04:58.757Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:04:58.758Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:58.759Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:58.760Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776698757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T13:04:58.860Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:04:58.860Z||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-11-18T13:04:58.861Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:58.872Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:58.873Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:04:59.760Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-18T13:04:59.760Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T13:04:59.761Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:04:59.761Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:04:59.763Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:04:59.764Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776699760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:04:59.870Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-18T13:04:59.871Z||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-11-18T13:04:59.871Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:04:59.882Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:04:59.882Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:00.768Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23d2a0de-b70f-4b0a-90f2-c41b3388a269 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:05:00.820Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23d2a0de-b70f-4b0a-90f2-c41b3388a269 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-11-18T13:05:00.825Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:05:00.825Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T13:05:00.825Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T13:05:00.827Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T13:05:00.827Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:00.827Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:00.827Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:00.827Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:00.828Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:00.828Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|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-11-18T13:05:00.835Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T13:05:30.835Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23d2a0de-b70f-4b0a-90f2-c41b3388a269 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-11-18T13:05:30.842Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23d2a0de-b70f-4b0a-90f2-c41b3388a269 and serviceModelVersionId: 39905082-4672-427f-84a9-fc19ff8185e1 2022-11-18T13:05:30.842Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d76b921e-b508-4ee2-a434-9f2e9e4e8d5b 2022-11-18T13:05:30.842Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?depth=0 2022-11-18T13:05:30.847Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T13:05:30.902Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?depth=0|INFO|500||Invoke 2022-11-18T13:05:30.903Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23d2a0de-b70f-4b0a-90f2-c41b3388a269], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90cfd2e3-5142-4b0d-a438-08f9df199a3b], X-ECOMP-RequestID=[23d2a0de-b70f-4b0a-90f2-c41b3388a269], X-TransactionId=[], X-ONAP-RequestID=[23d2a0de-b70f-4b0a-90f2-c41b3388a269], Content-Type=[application/merge-patch+json]} 2022-11-18T13:05:30.921Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T13:05:31.039Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?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/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-13:05:31:416-40714], vertex-id=[176176], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:05:31 GMT], Content-Type=[application/json]} 2022-11-18T13:05:31.039Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T13:05:31.040Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76b921e-b508-4ee2-a434-9f2e9e4e8d5b/model-vers/model-ver/39905082-4672-427f-84a9-fc19ff8185e1?depth=0|INFO|500||InvokeReturn 2022-11-18T13:05:31.040Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T13:05:31.040Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|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-11-18T13:05:31.046Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|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-11-18T13:05:31.046Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23d2a0de-b70f-4b0a-90f2-c41b3388a269 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T13:05:31.046Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T13:05:31.046Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:31.049Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:31.049Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776731046, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:05:31.148Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:05:31.149Z||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-11-18T13:05:31.149Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:31.161Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:31.162Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 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-11-18T13:05:32.063Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:05:32.064Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8d3f67f-cde8-41cb-8202-9cc1be746e0c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee","serviceDescription":"service","serviceInvariantUUID":"7aa9e710-3206-4346-9713-593d6c6eefcc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10ab09a5-b0e8-433f-80eb-ff16cb5cec90","resourceInvariantUUID":"55931113-957b-44c0-9b6f-fda11bb9ef27","resourceCustomizationUUID":"dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc","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":"Nzk3NTFkZjJjMDQ0MmExNTc2ZjVhMTIxMDIxNWQ5N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1577df40-125c-4f08-b689-c7c744285fdd","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":"b8b503f1-ff7d-43f2-8009-255fc7989fa8","artifactVersion":"2","generatedFromUUID":"dab5fda8-52bc-4607-a3db-9f7b558da684"},{"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":"dab5fda8-52bc-4607-a3db-9f7b558da684","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":"MjVmYTU4NmQxNDlkYzk5YTRjZTI2YzE0NWVkMzkyZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1c52515-c098-4d6a-beda-48b49e91af72","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":"97fb11ae-efb8-41f6-9f67-dd6e53918172","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":"bd6131b8-2673-4d1d-a55b-c3bfdc1cd62e","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":"307adfab-372d-4605-883b-3fcd3927a286","artifactVersion":"2","generatedFromUUID":"97fb11ae-efb8-41f6-9f67-dd6e53918172"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDU1ZmM1MTdlNjBlOGMwNjllOGUzOGExMDU1NjM4OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b20c1b39-b712-46e9-bd09-c2e061b6428b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTE0MzlkNTY2ZWZhODY3MWYyZjMwZjI3YzU5YTdlYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2144ba53-5158-4c2b-aaff-53129532b197","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T13:05:32.064Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:32.065Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:32.066Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:32.067Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:05:32.167Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:32.167Z||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-11-18T13:05:32.167Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:32.179Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:32.179Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:33.067Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:33.067Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:33.070Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:33.070Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T13:05:33.170Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:33.171Z||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-11-18T13:05:33.171Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:33.189Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:33.189Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:34.072Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:34.073Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:34.075Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:34.075Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T13:05:34.175Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:34.176Z||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-11-18T13:05:34.176Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:34.188Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:34.189Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:35.076Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:35.076Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:35.078Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:35.078Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:05:35.178Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:05:35.179Z||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-11-18T13:05:35.179Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:35.191Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:35.191Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:36.079Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:36.082Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:36.083Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:36.084Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T13:05:36.184Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:36.185Z||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-11-18T13:05:36.185Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:36.202Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:36.203Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:37.084Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:37.085Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:37.088Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:37.088Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:05:37.187Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:05:37.188Z||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-11-18T13:05:37.188Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:37.204Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:37.204Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:05:38.088Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:38.089Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:38.091Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:38.091Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T13:05:38.191Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:38.192Z||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-11-18T13:05:38.192Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:38.207Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:38.208Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:39.092Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:39.092Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:39.094Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:39.094Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:05:39.194Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:39.195Z||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-11-18T13:05:39.195Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:39.228Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:39.228Z||pool-74-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:40.095Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:05:40.096Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:40.098Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:40.098Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:05:40.198Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:40.199Z||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-11-18T13:05:40.199Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:40.214Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:40.215Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:41.099Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee", "serviceDescription": "service", "serviceInvariantUUID": "7aa9e710-3206-4346-9713-593d6c6eefcc", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "10ab09a5-b0e8-433f-80eb-ff16cb5cec90", "resourceInvariantUUID": "55931113-957b-44c0-9b6f-fda11bb9ef27", "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": "b8b503f1-ff7d-43f2-8009-255fc7989fa8", "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": "dab5fda8-52bc-4607-a3db-9f7b558da684", "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": "MjVmYTU4NmQxNDlkYzk5YTRjZTI2YzE0NWVkMzkyZWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1c52515-c098-4d6a-beda-48b49e91af72", "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": "97fb11ae-efb8-41f6-9f67-dd6e53918172", "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": "307adfab-372d-4605-883b-3fcd3927a286", "generatedFromUUID": "97fb11ae-efb8-41f6-9f67-dd6e53918172" }, "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": "307adfab-372d-4605-883b-3fcd3927a286", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTE0MzlkNTY2ZWZhODY3MWYyZjMwZjI3YzU5YTdlYjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2144ba53-5158-4c2b-aaff-53129532b197" } ], "workloadContext": "Production" } 2022-11-18T13:05:41.099Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T13:05:41.099Z|23d2a0de-b70f-4b0a-90f2-c41b3388a269|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee ASDC 2022-11-18T13:05:41.100Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:f8d3f67f-cde8-41cb-8202-9cc1be746e0c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee ServiceInvariantUUID:7aa9e710-3206-4346-9713-593d6c6eefcc 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:2144ba53-5158-4c2b-aaff-53129532b197 ArtifactChecksum:OTE0MzlkNTY2ZWZhODY3MWYyZjMwZjI3YzU5YTdlYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc ResourceInvariantUUID:55931113-957b-44c0-9b6f-fda11bb9ef27 ResourceName:basic_cnf ResourceType:VF ResourceUUID:10ab09a5-b0e8-433f-80eb-ff16cb5cec90 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:b8b503f1-ff7d-43f2-8009-255fc7989fa8 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:dab5fda8-52bc-4607-a3db-9f7b558da684 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:b1c52515-c098-4d6a-beda-48b49e91af72 ArtifactChecksum:MjVmYTU4NmQxNDlkYzk5YTRjZTI2YzE0NWVkMzkyZWU= 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:97fb11ae-efb8-41f6-9f67-dd6e53918172 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:307adfab-372d-4605-883b-3fcd3927a286 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:307adfab-372d-4605-883b-3fcd3927a286 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T13:05:41.100Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee 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-11-18T13:05:41.145Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:05:41.146Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-18T13:05:41.146Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-18T13:05:41.146Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2144ba53-5158-4c2b-aaff-53129532b197 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T13:05:41.146Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:05:41.147Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T13:05:41.305Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:05:41.308Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2144ba53-5158-4c2b-aaff-53129532b197 73674 2022-11-18T13:05:41.308Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-18T13:05:41.308Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T13:05:41.309Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:05:41.309Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:41.310Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:41.311Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776741308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:05:41.411Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:41.412Z||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-11-18T13:05:41.412Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:41.423Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:41.423Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:42.311Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:05:42.312Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-18T13:05:42.312Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2144ba53-5158-4c2b-aaff-53129532b197, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T13:05:42.313Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-18T13:05:42.313Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T13:05:42.313Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T13:05:42.480Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11388516112322974964/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-11-18T13:05:43.486Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T13:05:43.486Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-18T13:05:43.486Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-BasicCnf-csar.csar 2022-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:43.487Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:43.488Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-18T13:05:43.488Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:05:43.488Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.488Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:43.488Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:43.488Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-18T13:05:43.488Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:05:43.489Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.489Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:43.489Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.489Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T13:05:43.489Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-18T13:05:43.489Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-18T13:05:43.489Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T13:05:43.490Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.490Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:05:43.490Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.490Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:43.490Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:05:43.490Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.490Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:43.491Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:05:43.491Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.491Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:43.491Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:05:43.491Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.491Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T13:05:43.491Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-18T13:05:43.491Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=59af6aba-dae8-41b6-a920-b81f745198eb 2022-11-18T13:05:43.492Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.492Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:43.492Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.492Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:43.492Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.492Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:43.492Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:43.493Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:43.493Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee Model Version:NULL Model InvariantUuid:7aa9e710-3206-4346-9713-593d6c6eefcc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:7f3e85ee-3622-4319-9e2a-5160a19e3692 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:55931113-957b-44c0-9b6f-fda11bb9ef27 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:75b5a05f-4fb0-4b2a-a221-355c498d1f31 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3d5f9287-ce17-4749-b24f-f49e0c22c7e4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:59af6aba-dae8-41b6-a920-b81f745198eb ModelInvariantUuid:55a9516b-e97f-432a-a1f5-68415808a733 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a79767ae-2885-4c02-8d5a-f1f806c79cee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c45aad12-4dac-474c-815e-f72ef9f80f7e ModelInvariantUuid:f11f8c55-eed8-4132-bdce-db347ac2392c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:a63ee92e-a972-4080-a394-299c5101946a 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-11-18T13:05:43.499Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 10ab09a5-b0e8-433f-80eb-ff16cb5cec90 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-11-18T13:05:43.502Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-11-18T13:05:43.502Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10ab09a5-b0e8-433f-80eb-ff16cb5cec90 2022-11-18T13:05:43.502Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b8b503f1-ff7d-43f2-8009-255fc7989fa8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-18T13:05:43.503Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:05:43.503Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:43.581Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:05:43.581Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b8b503f1-ff7d-43f2-8009-255fc7989fa8 12 2022-11-18T13:05:43.581Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:43.581Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:43.581Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:05:43.582Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:43.583Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:43.583Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776743581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:05:43.684Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:43.685Z||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-11-18T13:05:43.685Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:43.697Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:43.697Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:44.584Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dab5fda8-52bc-4607-a3db-9f7b558da684 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-18T13:05:44.585Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:05:44.585Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:44.635Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:05:44.635Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dab5fda8-52bc-4607-a3db-9f7b558da684 2688 2022-11-18T13:05:44.635Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:44.636Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:44.636Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:05:44.636Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:44.638Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:44.638Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776744635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T13:05:44.739Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T13:05:44.740Z||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-11-18T13:05:44.740Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:44.772Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:44.773Z||pool-78-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:45.639Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1c52515-c098-4d6a-beda-48b49e91af72 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T13:05:45.639Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:05:45.639Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:45.687Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:05:45.688Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b1c52515-c098-4d6a-beda-48b49e91af72 828 2022-11-18T13:05:45.688Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:45.688Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:45.688Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:05:45.689Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:45.691Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:45.691Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776745688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:05:45.791Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:45.792Z||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-11-18T13:05:45.792Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:45.810Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:45.810Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:05:46.695Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "75b5a05f-4fb0-4b2a-a221-355c498d1f31", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3d5f9287-ce17-4749-b24f-f49e0c22c7e4", "vfModuleModelCustomizationUUID": "61d42d75-62a2-430a-9ced-8c4f7c7973e5", "isBase": true, "artifacts": [ "97fb11ae-efb8-41f6-9f67-dd6e53918172", "dab5fda8-52bc-4607-a3db-9f7b558da684", "307adfab-372d-4605-883b-3fcd3927a286" ], "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-11-18T13:05:46.699Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3d5f9287-ce17-4749-b24f-f49e0c22c7e4 VfModuleModelInvariantUUID:75b5a05f-4fb0-4b2a-a221-355c498d1f31 VfModuleModelDescription:NULL Artifacts UUID List:{ 97fb11ae-efb8-41f6-9f67-dd6e53918172 , dab5fda8-52bc-4607-a3db-9f7b558da684 , 307adfab-372d-4605-883b-3fcd3927a286 } 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-11-18T13:05:46.701Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "75b5a05f-4fb0-4b2a-a221-355c498d1f31", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3d5f9287-ce17-4749-b24f-f49e0c22c7e4", "vfModuleModelCustomizationUUID": "61d42d75-62a2-430a-9ced-8c4f7c7973e5", "isBase": true, "artifacts": [ "97fb11ae-efb8-41f6-9f67-dd6e53918172", "dab5fda8-52bc-4607-a3db-9f7b558da684", "307adfab-372d-4605-883b-3fcd3927a286" ], "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-11-18T13:05:46.701Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3d5f9287-ce17-4749-b24f-f49e0c22c7e4 VfModuleModelInvariantUUID:75b5a05f-4fb0-4b2a-a221-355c498d1f31 VfModuleModelDescription:NULL Artifacts UUID List:{ 97fb11ae-efb8-41f6-9f67-dd6e53918172 , dab5fda8-52bc-4607-a3db-9f7b558da684 , 307adfab-372d-4605-883b-3fcd3927a286 } 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-11-18T13:05:46.702Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 97fb11ae-efb8-41f6-9f67-dd6e53918172 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T13:05:46.707Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:05:46.707Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:46.885Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:05:46.885Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 97fb11ae-efb8-41f6-9f67-dd6e53918172 1164 2022-11-18T13:05:46.886Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:46.886Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:46.886Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:05:46.886Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:46.888Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:46.888Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776746886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:05:46.988Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:46.989Z||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-11-18T13:05:46.989Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:47.007Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:47.007Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:47.889Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 307adfab-372d-4605-883b-3fcd3927a286 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T13:05:47.889Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-18T13:05:47.889Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:47.964Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-18T13:05:47.965Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 307adfab-372d-4605-883b-3fcd3927a286 200 2022-11-18T13:05:47.965Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:47.965Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:47.965Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:05:47.965Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:47.968Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:47.968Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776747965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:05:48.068Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:48.069Z||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-11-18T13:05:48.069Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:48.081Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:48.082Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:48.969Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee 2022-11-18T13:05:48.970Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 10ab09a5-b0e8-433f-80eb-ff16cb5cec90 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2022-11-18T13:05:48.985Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T13:05:48.994Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11b76744, org.onap.sdc.toscaparser.api.parameters.Input@c15e947, org.onap.sdc.toscaparser.api.parameters.Input@61d917dc, org.onap.sdc.toscaparser.api.parameters.Input@788ad4a9, org.onap.sdc.toscaparser.api.parameters.Input@52ad01bb] 2022-11-18T13:05:48.996Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:48.996Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:48.996Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-18T13:05:48.996Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc 2022-11-18T13:05:48.996Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc matches Tosca VF Customization UUID: dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc 2022-11-18T13:05:48.996Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc 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-11-18T13:05:48.998Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:48.998Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:48.998Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T13:05:48.999Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@769eb35f 2022-11-18T13:05:48.999Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:48.999Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:05:48.999Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61d42d75-62a2-430a-9ced-8c4f7c7973e5 2022-11-18T13:05:48.999Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61d42d75-62a2-430a-9ced-8c4f7c7973e5 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-11-18T13:05:49.001Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.001Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:49.001Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:05:49.001Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.002Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:49.002Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:05:49.002Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.002Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T13:05:49.002Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-18T13:05:49.002Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=59af6aba-dae8-41b6-a920-b81f745198eb 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-11-18T13:05:49.004Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.004Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:49.004Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:05:49.004Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.004Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T13:05:49.005Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=dc6beae5-7b0b-460e-88f7-9ef1be2b8bbc 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-11-18T13:05:49.006Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.006Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:49.007Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee: basic_cnf 2022-11-18T13:05:49.007Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.007Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:49.007Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.007Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:49.007Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.007Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:49.008Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.008Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:49.008Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:05:49.008Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:05:49.008Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:49.064Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 10ab09a5-b0e8-433f-80eb-ff16cb5cec90 1 ASDC deployResourceStructure 2022-11-18T13:05:49.065Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:49.065Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:49.065Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T13:05:49.065Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:49.067Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:49.067Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776749064, "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-11-18T13:05:49.167Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:49.168Z||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-11-18T13:05:49.168Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:49.179Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:49.180Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:05:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:05:49.625Z||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-11-18T13:05:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:49.652Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:49.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:05:49.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776678254, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:05:49.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:05:49.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:05:49.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:05:49.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:05:49.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T13:05:49.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:05:49.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T13:05:49.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:05:49.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T13:05:50.068Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:50.068Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:50.068Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T13:05:50.068Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:50.070Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:50.070Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776750068, "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-11-18T13:05:50.170Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:50.171Z||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-11-18T13:05:50.171Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:50.181Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:50.181Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:05:51.071Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:51.072Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:51.072Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:05:51.072Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:51.074Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:51.074Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776751071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:05:51.174Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:51.175Z||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-11-18T13:05:51.175Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:51.209Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:51.210Z||pool-84-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:05:52.075Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:52.075Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:52.075Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:05:52.076Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:52.077Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:52.077Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776752075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:05:52.178Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:52.179Z||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-11-18T13:05:52.179Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:52.191Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:52.191Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:53.079Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:53.079Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||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-11-18T13:05:53.079Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:05:53.079Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:53.081Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:53.081Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776753079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-18T13:05:53.181Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:05:53.182Z||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-11-18T13:05:53.182Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:53.194Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:53.195Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:05:54.082Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-18T13:05:54.083Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T13:05:54.083Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:05:54.083Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:05:54.085Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:05:54.086Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776754082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:05:54.185Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:05:54.186Z||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-11-18T13:05:54.186Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:05:54.199Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:05:54.200Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:05:55.087Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8d3f67f-cde8-41cb-8202-9cc1be746e0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:05:55.098Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8d3f67f-cde8-41cb-8202-9cc1be746e0c 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-11-18T13:05:55.101Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:05:55.101Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T13:05:55.101Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T13:05:55.101Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T13:05:55.101Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:55.101Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:55.101Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:55.101Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:55.102Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:05:55.102Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:05:55.110Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T13:06:25.111Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8d3f67f-cde8-41cb-8202-9cc1be746e0c 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-11-18T13:06:25.116Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8d3f67f-cde8-41cb-8202-9cc1be746e0c and serviceModelVersionId: 8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee 2022-11-18T13:06:25.116Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7aa9e710-3206-4346-9713-593d6c6eefcc 2022-11-18T13:06:25.116Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?depth=0 2022-11-18T13:06:25.121Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T13:06:25.165Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?depth=0|INFO|500||Invoke 2022-11-18T13:06:25.165Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8d3f67f-cde8-41cb-8202-9cc1be746e0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36f6d6d2-5975-471a-90df-3a897d7df40c], X-ECOMP-RequestID=[f8d3f67f-cde8-41cb-8202-9cc1be746e0c], X-TransactionId=[], X-ONAP-RequestID=[f8d3f67f-cde8-41cb-8202-9cc1be746e0c], Content-Type=[application/merge-patch+json]} 2022-11-18T13:06:25.181Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T13:06:25.294Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?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/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-13:06:25:677-87214], vertex-id=[208952], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:06:25 GMT], Content-Type=[application/json]} 2022-11-18T13:06:25.294Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T13:06:25.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7aa9e710-3206-4346-9713-593d6c6eefcc/model-vers/model-ver/8bcdeaf1-b58e-4d2f-8204-2ed37ad2beee?depth=0|INFO|500||InvokeReturn 2022-11-18T13:06:25.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T13:06:25.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:06:25.302Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:06:25.302Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8d3f67f-cde8-41cb-8202-9cc1be746e0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T13:06:25.302Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T13:06:25.302Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:06:25.304Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:06:25.304Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776785302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:06:25.404Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:06:25.406Z||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-11-18T13:06:25.406Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:06:25.428Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:06:25.428Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T13:06:26.320Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:06:26.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:06:26.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:06:35.881Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:06:35.888Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:06:35.889Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:06:35.889Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:06:45.463Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:06:45.464Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:06:45.465Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:06:45.465Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:06:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:06:49.625Z||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-11-18T13:06:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:06:49.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:06:49.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T13:06:49.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:06:49.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T13:06:55.016Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:06:55.017Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:06:55.017Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:06:55.017Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:07:04.568Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:07:04.568Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:07:04.569Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:07:04.569Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:07:14.172Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:07:49.622Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:07:49.623Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:07:49.623Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:07:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:07:49.624Z||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-11-18T13:07:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:07:49.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776690937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776693478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776694534, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776695637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776696751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776697754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776698757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T13:07:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776699760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "23d2a0de-b70f-4b0a-90f2-c41b3388a269", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776731046, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T13:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776679315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776741308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776743581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776744635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776745688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776746886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776747965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T13:07:49.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776749064, "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-11-18T13:07:49.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:07:59.189Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:08:49.623Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:08:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:08:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:08:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:08:49.625Z||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-11-18T13:08:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:08:50.154Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:08:50.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T13:08:50.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776750068, "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-11-18T13:08:50.156Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776751071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776752075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776753079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776754082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:08:50.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:08:50.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T13:08:50.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8d3f67f-cde8-41cb-8202-9cc1be746e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668776785302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:08:50.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:08:59.183Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:09:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:09:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:09:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:09:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:09:49.625Z||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-11-18T13:09:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:09:59.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:09:59.195Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:10:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:10:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:10:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:10:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:10:49.625Z||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-11-18T13:10:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:10:59.178Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:10:59.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:11:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:11:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:11:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:11:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:11:49.625Z||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-11-18T13:11:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:11:59.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:11:59.179Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:12:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:12:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:12:49.624Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:12:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:12:49.625Z||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-11-18T13:12:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:12:59.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:12:59.172Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:13:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:13:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:13:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:13:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:13:49.625Z||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-11-18T13:13:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:13:59.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:13:59.168Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:14:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:14:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:14:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:14:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:14:49.625Z||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-11-18T13:14:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:14:59.178Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:14:59.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:15:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:15:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:15:49.625Z||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-11-18T13:15:49.625Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:15:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:15:49.625Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:15:59.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:15:59.189Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:16:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:16:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:16:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:16:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:16:49.625Z||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-11-18T13:16:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:16:59.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:16:59.211Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:17:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:17:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:17:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:17:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:17:49.624Z||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-11-18T13:17:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:17:59.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:17:59.221Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:18:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:18:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:18:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:18:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:18:49.624Z||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-11-18T13:18:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:18:59.172Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:18:59.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:19:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:19:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:19:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:19:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:19:49.625Z||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-11-18T13:19:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:19:59.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:19:59.180Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:20:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:20:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:20:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:20:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:20:49.625Z||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-11-18T13:20:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:20:59.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:20:59.183Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:21:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:21:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:21:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:21:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:21:49.625Z||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-11-18T13:21:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:21:59.174Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:21:59.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:22:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:22:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:22:49.624Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:22:49.625Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:22:49.625Z||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-11-18T13:22:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:22:59.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:22:59.179Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:23:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:23:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:23:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:23:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:23:49.625Z||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-11-18T13:23:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:23:59.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:23:59.184Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:24:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:24:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:24:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:24:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:24:49.625Z||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-11-18T13:24:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:24:59.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:24:59.175Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:25:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:25:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:25:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:25:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:25:49.625Z||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-11-18T13:25:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:25:59.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:25:59.193Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:49.622Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:26:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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-11-18T13:26:49.623Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:26:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:26:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:50.224Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:50.225Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.225Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668777990272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668777990272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668777990272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.227Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668777990272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668777990272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.228Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668777990272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.229Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668777990272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668777990272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.230Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.231Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668778001434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.232Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.233Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.233Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.233Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.233Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "cds", "timestamp": 1668778002448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:26:50.260Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 2022-11-18T13:26:50.260Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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=? 2022-11-18T13:26:50.263Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:50.263Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.263Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d324ff15-4ed3-40aa-b1ae-a95e65c98e2e","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"e69fd932-9ddf-48e6-ad79-4eae4736fc19","serviceDescription":"service","serviceInvariantUUID":"21874d07-1f51-43a6-b0bc-2f396998695e","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f2aacd0-ac32-4092-a12a-c549ceff71c3","resourceInvariantUUID":"f2d19a26-e031-485e-a227-16d0f52a1c95","resourceCustomizationUUID":"b4ae3d10-9732-4f14-bf48-712904f907df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"462d47f2-7290-441e-8723-e4e21565e3df","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"Mjk0OTA4YWJlM2Y3MzI3NzY5MDY0NGVmNjk4ZmZkMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8c554d6-8a0b-491b-ae7c-1e68eb0ede2c","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OGNlMGYzNGI4MjYyYzljZWMwNDhmMWY1YWE3YzRkNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c1cbe54-5810-4603-b5d5-f2d129a94770","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"60fc51cd-0e65-4d42-8037-9d8dc7316fbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4caefd1f-a9df-4248-a367-72791249b89d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"659bc0bc-1c98-4299-abda-d5c22a4b18d8","artifactVersion":"2","generatedFromUUID":"60fc51cd-0e65-4d42-8037-9d8dc7316fbd"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NjYwMDg3OWFmOTU0MDRhMjE4N2E3NDEyODM5MTg1ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ecb37f9-9506-4aa8-997c-396a1dddbae0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDdjYjNiOWEzZGE5NWU1YTVhYjgyMWJjN2VmNDM1MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24b76ad3-d5be-4d58-a0a7-31f2add34473","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T13:26:50.265Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:26:50.266Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:50.268Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.268Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "ves-openapi-manager", "timestamp": 1668778001547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.269Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.269Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.269Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:50.286Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:26:50.286Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "ves-openapi-manager", "timestamp": 1668778001547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.287Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668778003254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "ves-openapi-manager", "timestamp": 1668778001547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.288Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.289Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.291Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.292Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668778004333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:26:50.294Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:26:50.294Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.294Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.294Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.294Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "ves-openapi-manager", "timestamp": 1668778001547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.295Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668778005532, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "ves-openapi-manager", "timestamp": 1668778001547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.296Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.297Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.297Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.297Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.297Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.297Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.298Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.303Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.304Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.304Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.304Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668778006563, "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-11-18T13:26:50.310Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 2022-11-18T13:26:50.310Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:26:50.320Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "ves-openapi-manager", "timestamp": 1668778001547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:26:50.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:26:50.321Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.322Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.322Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.322Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.322Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.322Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "multicloud-k8s-id", "timestamp": 1668778007566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:26:50.322Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:26:50.322Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.322Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "ves-openapi-manager", "timestamp": 1668778001547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778008859, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.323Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668778008696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "ves-openapi-manager", "timestamp": 1668778001547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.324Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:26:50.325Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:50.325Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:26:50.385Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-18T13:26:50.386Z||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-11-18T13:26:50.386Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:50.408Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:50.408Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:26:51.287Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:26:51.288Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:51.289Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:51.289Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:51.390Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:26:51.390Z||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-11-18T13:26:51.391Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:51.401Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:51.402Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:26:52.290Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:26:52.291Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:52.293Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:52.293Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:26:52.393Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:26:52.394Z||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-11-18T13:26:52.394Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:52.404Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:52.404Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:26:53.293Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:26:53.294Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:53.296Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:53.296Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T13:26:53.396Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:26:53.397Z||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-11-18T13:26:53.397Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:53.417Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:53.417Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:26:54.297Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:26:54.298Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:54.300Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:54.300Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:54.400Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:26:54.401Z||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-11-18T13:26:54.401Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:54.412Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:54.412Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:26:55.300Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:26:55.301Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:55.303Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:55.304Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T13:26:55.404Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:26:55.405Z||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-11-18T13:26:55.405Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:55.420Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:55.421Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:26:56.304Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:26:56.305Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:56.308Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:56.308Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:26:56.408Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:26:56.409Z||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-11-18T13:26:56.409Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:56.420Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:56.421Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:26:57.309Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:26:57.310Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:57.312Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:57.312Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:26:57.412Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:26:57.413Z||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-11-18T13:26:57.413Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:57.424Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:57.425Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:26:58.313Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "e69fd932-9ddf-48e6-ad79-4eae4736fc19", "serviceDescription": "service", "serviceInvariantUUID": "21874d07-1f51-43a6-b0bc-2f396998695e", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "b4ae3d10-9732-4f14-bf48-712904f907df", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7f2aacd0-ac32-4092-a12a-c549ceff71c3", "resourceInvariantUUID": "f2d19a26-e031-485e-a227-16d0f52a1c95", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "OGNlMGYzNGI4MjYyYzljZWMwNDhmMWY1YWE3YzRkNmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c1cbe54-5810-4603-b5d5-f2d129a94770", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "60fc51cd-0e65-4d42-8037-9d8dc7316fbd", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "659bc0bc-1c98-4299-abda-d5c22a4b18d8", "generatedFromUUID": "60fc51cd-0e65-4d42-8037-9d8dc7316fbd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "659bc0bc-1c98-4299-abda-d5c22a4b18d8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDdjYjNiOWEzZGE5NWU1YTVhYjgyMWJjN2VmNDM1MGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24b76ad3-d5be-4d58-a0a7-31f2add34473" } ], "workloadContext": "Production" } 2022-11-18T13:26:58.314Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T13:26:58.314Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e69fd932-9ddf-48e6-ad79-4eae4736fc19 ASDC 2022-11-18T13:26:58.315Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:d324ff15-4ed3-40aa-b1ae-a95e65c98e2e ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:e69fd932-9ddf-48e6-ad79-4eae4736fc19 ServiceInvariantUUID:21874d07-1f51-43a6-b0bc-2f396998695e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:24b76ad3-d5be-4d58-a0a7-31f2add34473 ArtifactChecksum:ZDdjYjNiOWEzZGE5NWU1YTVhYjgyMWJjN2VmNDM1MGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:b4ae3d10-9732-4f14-bf48-712904f907df ResourceInvariantUUID:f2d19a26-e031-485e-a227-16d0f52a1c95 ResourceName:basicclamp ResourceType:VF ResourceUUID:7f2aacd0-ac32-4092-a12a-c549ceff71c3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:3c1cbe54-5810-4603-b5d5-f2d129a94770 ArtifactChecksum:OGNlMGYzNGI4MjYyYzljZWMwNDhmMWY1YWE3YzRkNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:60fc51cd-0e65-4d42-8037-9d8dc7316fbd ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:659bc0bc-1c98-4299-abda-d5c22a4b18d8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:659bc0bc-1c98-4299-abda-d5c22a4b18d8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T13:26:58.315Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e69fd932-9ddf-48e6-ad79-4eae4736fc19 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-11-18T13:26:58.401Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:26:58.402Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:26:58.402Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:26:58.402Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24b76ad3-d5be-4d58-a0a7-31f2add34473 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-11-18T13:26:58.403Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:26:58.403Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-11-18T13:26:58.832Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:26:58.839Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 24b76ad3-d5be-4d58-a0a7-31f2add34473 77417 2022-11-18T13:26:58.839Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-11-18T13:26:58.839Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-11-18T13:26:58.839Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:26:58.840Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:26:58.842Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:26:58.842Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778018839, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:26:58.942Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:26:58.943Z||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-11-18T13:26:58.943Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:26:58.956Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:26:58.957Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:26:59.843Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:26:59.846Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:26:59.847Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 24b76ad3-d5be-4d58-a0a7-31f2add34473, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T13:26:59.847Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-11-18T13:26:59.848Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T13:26:59.848Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T13:27:00.040Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP997114696938652327/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_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-11-18T13:27:01.190Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T13:27:01.191Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:27:01.191Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T13:27:01.191Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T13:27:01.191Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T13:27:01.192Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|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-Basicclamp-csar.csar 2022-11-18T13:27:01.192Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|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-Basicclamp-csar.csar 2022-11-18T13:27:01.192Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|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-Basicclamp-csar.csar 2022-11-18T13:27:01.192Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-11-18T13:27:01.192Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T13:27:01.192Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|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-Basicclamp-csar.csar 2022-11-18T13:27:01.192Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:27:01.192Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.193Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:01.193Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:01.193Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:27:01.193Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:27:01.193Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.194Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:01.194Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:01.194Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:27:01.194Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:27:01.195Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.195Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:01.195Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.195Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-11-18T13:27:01.195Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-18T13:27:01.196Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-18T13:27:01.196Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-18T13:27:01.196Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T13:27:01.196Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T13:27:01.196Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.196Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:27:01.197Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.197Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:01.197Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:27:01.197Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.197Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:01.197Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:27:01.198Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.198Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:01.198Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:27:01.198Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.198Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-11-18T13:27:01.198Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-18T13:27:01.198Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T13:27:01.199Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=61bfc75b-5925-4f14-9322-bbad0caf976a 2022-11-18T13:27:01.199Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.199Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:01.199Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.199Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:01.199Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.199Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:01.199Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:01.200Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:01.200Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:e69fd932-9ddf-48e6-ad79-4eae4736fc19 Model Version:NULL Model InvariantUuid:21874d07-1f51-43a6-b0bc-2f396998695e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:941b24de-3e89-421e-9d2b-d85bf7b65e86 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f2d19a26-e031-485e-a227-16d0f52a1c95 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b4ae3d10-9732-4f14-bf48-712904f907df NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:baaad1df-0922-4af5-8a5f-584885c28382 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:8a8273d7-ccd7-40d7-95e6-ec2e5be3ddfd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:61bfc75b-5925-4f14-9322-bbad0caf976a ModelInvariantUuid:6577476c-53d1-4078-b7f0-bae0953c7910 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:d6f28872-f484-45cb-a8b7-f7b645157202 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ce183a9f-4619-46e7-964b-7d16914b389d ModelInvariantUuid:18ceafd4-c522-424b-a0fb-94b8c084b981 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:d9150ba2-a514-4976-ab5a-d2f78ab54065 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-11-18T13:27:01.228Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f2aacd0-ac32-4092-a12a-c549ceff71c3 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-11-18T13:27:01.232Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||basicclamp 0 2022-11-18T13:27:01.232Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f2aacd0-ac32-4092-a12a-c549ceff71c3 2022-11-18T13:27:01.232Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3c1cbe54-5810-4603-b5d5-f2d129a94770 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-11-18T13:27:01.232Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:27:01.233Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-11-18T13:27:01.473Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:27:01.474Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3c1cbe54-5810-4603-b5d5-f2d129a94770 790 2022-11-18T13:27:01.474Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-11-18T13:27:01.474Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-11-18T13:27:01.474Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:27:01.474Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:27:01.476Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:27:01.476Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778021474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:27:01.576Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:27:01.577Z||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-11-18T13:27:01.577Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:27:01.587Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:27:01.587Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:27:02.477Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "baaad1df-0922-4af5-8a5f-584885c28382", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8a8273d7-ccd7-40d7-95e6-ec2e5be3ddfd", "vfModuleModelCustomizationUUID": "c49ed67d-4701-48f9-8759-2290212b2f3e", "isBase": true, "artifacts": [ "60fc51cd-0e65-4d42-8037-9d8dc7316fbd", "659bc0bc-1c98-4299-abda-d5c22a4b18d8" ], "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-11-18T13:27:02.481Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8a8273d7-ccd7-40d7-95e6-ec2e5be3ddfd VfModuleModelInvariantUUID:baaad1df-0922-4af5-8a5f-584885c28382 VfModuleModelDescription:NULL Artifacts UUID List:{ 60fc51cd-0e65-4d42-8037-9d8dc7316fbd , 659bc0bc-1c98-4299-abda-d5c22a4b18d8 } 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-11-18T13:27:02.484Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "baaad1df-0922-4af5-8a5f-584885c28382", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8a8273d7-ccd7-40d7-95e6-ec2e5be3ddfd", "vfModuleModelCustomizationUUID": "c49ed67d-4701-48f9-8759-2290212b2f3e", "isBase": true, "artifacts": [ "60fc51cd-0e65-4d42-8037-9d8dc7316fbd", "659bc0bc-1c98-4299-abda-d5c22a4b18d8" ], "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-11-18T13:27:02.485Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8a8273d7-ccd7-40d7-95e6-ec2e5be3ddfd VfModuleModelInvariantUUID:baaad1df-0922-4af5-8a5f-584885c28382 VfModuleModelDescription:NULL Artifacts UUID List:{ 60fc51cd-0e65-4d42-8037-9d8dc7316fbd , 659bc0bc-1c98-4299-abda-d5c22a4b18d8 } 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-11-18T13:27:02.485Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 60fc51cd-0e65-4d42-8037-9d8dc7316fbd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-11-18T13:27:02.485Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:27:02.485Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-11-18T13:27:02.862Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:27:02.862Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 60fc51cd-0e65-4d42-8037-9d8dc7316fbd 5033 2022-11-18T13:27:02.862Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-18T13:27:02.863Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-11-18T13:27:02.863Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:27:02.863Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:27:02.864Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:27:02.864Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778022862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:27:02.965Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:27:02.966Z||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-11-18T13:27:02.966Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:27:02.978Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:27:02.978Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:27:03.865Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 659bc0bc-1c98-4299-abda-d5c22a4b18d8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-11-18T13:27:03.865Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:27:03.866Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-11-18T13:27:03.967Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:27:03.967Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 659bc0bc-1c98-4299-abda-d5c22a4b18d8 909 2022-11-18T13:27:03.968Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-18T13:27:03.968Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-11-18T13:27:03.968Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:27:03.968Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:27:03.970Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:27:03.970Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778023968, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:27:04.071Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:27:04.071Z||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-11-18T13:27:04.071Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:27:04.089Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:27:04.089Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:27:04.971Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e69fd932-9ddf-48e6-ad79-4eae4736fc19 2022-11-18T13:27:04.971Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 7f2aacd0-ac32-4092-a12a-c549ceff71c3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T13:27:04.987Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@171c40fb, org.onap.sdc.toscaparser.api.parameters.Input@2c48b550, org.onap.sdc.toscaparser.api.parameters.Input@4aef3497, org.onap.sdc.toscaparser.api.parameters.Input@5ce6f3e8, org.onap.sdc.toscaparser.api.parameters.Input@29887b17] 2022-11-18T13:27:04.988Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:04.988Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:04.989Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-18T13:27:04.989Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b4ae3d10-9732-4f14-bf48-712904f907df 2022-11-18T13:27:04.989Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b4ae3d10-9732-4f14-bf48-712904f907df matches Tosca VF Customization UUID: b4ae3d10-9732-4f14-bf48-712904f907df 2022-11-18T13:27:04.989Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b4ae3d10-9732-4f14-bf48-712904f907df 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-11-18T13:27:04.991Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:04.991Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:04.992Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b4ae3d10-9732-4f14-bf48-712904f907df: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T13:27:04.992Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1869b27c 2022-11-18T13:27:04.992Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:04.992Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:27:04.992Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c49ed67d-4701-48f9-8759-2290212b2f3e 2022-11-18T13:27:04.993Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c49ed67d-4701-48f9-8759-2290212b2f3e 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-11-18T13:27:04.995Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:04.995Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:04.995Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:27:04.995Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:04.995Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:04.995Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:27:04.996Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:04.996Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-11-18T13:27:04.996Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-18T13:27:04.996Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T13:27:04.996Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=61bfc75b-5925-4f14-9322-bbad0caf976a 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-11-18T13:27:04.999Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:04.999Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:04.999Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:27:05.000Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:05.000Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T13:27:05.000Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b4ae3d10-9732-4f14-bf48-712904f907df 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-11-18T13:27:05.002Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:05.002Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:05.002Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e69fd932-9ddf-48e6-ad79-4eae4736fc19: basicclamp 2022-11-18T13:27:05.003Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:05.003Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:05.003Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:05.003Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:05.003Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:05.004Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:05.004Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:05.004Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:05.004Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:27:05.004Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:27:05.005Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T13:27:05.159Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 7f2aacd0-ac32-4092-a12a-c549ceff71c3 1 ASDC deployResourceStructure 2022-11-18T13:27:05.159Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-11-18T13:27:05.159Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-11-18T13:27:05.159Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:27:05.160Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:27:05.161Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:27:05.161Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778025159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:27:05.262Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:27:05.263Z||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-11-18T13:27:05.263Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:27:05.279Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:27:05.279Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:27:06.162Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-18T13:27:06.162Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-11-18T13:27:06.162Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:27:06.163Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:27:06.165Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:27:06.165Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778026162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:27:06.265Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:27:06.266Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:27:06.266Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:27:06.279Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:27:06.280Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:27:07.168Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-18T13:27:07.169Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-11-18T13:27:07.169Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:27:07.169Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:27:07.171Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:27:07.171Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778027168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-18T13:27:07.271Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:27:07.272Z||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-11-18T13:27:07.272Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:27:07.284Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:27:07.284Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:27:08.172Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-11-18T13:27:08.172Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-11-18T13:27:08.172Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:27:08.172Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:27:08.174Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:27:08.174Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778028172, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:27:08.275Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:27:08.275Z||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-11-18T13:27:08.275Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:27:08.287Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:27:08.288Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:27:09.175Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:27:09.200Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:27:09.202Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:27:09.203Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:27:09.203Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:27:39.203Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:27:39.219Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:27:39.221Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:27:39.221Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:27:39.221Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:27:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:27:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:27:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:27:49.671Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:27:49.671Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:27:49.671Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-18T13:27:49.672Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:28:09.221Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:28:09.238Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:28:09.242Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:28:09.242Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:28:09.242Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:28:39.243Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:28:39.263Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:28:39.265Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:28:39.265Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:28:39.266Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:28:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:28:49.626Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:28:49.626Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:28:49.655Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:28:49.655Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:28:49.656Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:28:49.657Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:09.266Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:29:09.287Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:29:09.290Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:29:09.290Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:29:09.290Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:29:39.291Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:29:39.304Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:29:39.308Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:29:39.308Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:29:39.308Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:29:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:29:49.626Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T13:29:49.626Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:29:49.647Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:29:49.657Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.657Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.658Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.658Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.658Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.658Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.659Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.659Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.659Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.659Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.659Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.659Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.659Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.660Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-18T13:29:49.660Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.660Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.660Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.660Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.660Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.661Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:29:49.661Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.661Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.661Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-18T13:29:49.661Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.661Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.662Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T13:29:49.662Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.662Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.662Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.662Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.662Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.663Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-18T13:29:49.663Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.663Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.663Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778015160, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.663Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.663Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.664Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.664Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.664Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.664Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778005270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.664Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.664Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.664Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.665Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.665Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.665Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778016193, "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-11-18T13:29:49.684Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 2022-11-18T13:29:49.685Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:29:49.699Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668778015933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778016799, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.700Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.701Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "aai-ml", "timestamp": 1668778016936, "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-11-18T13:29:49.710Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 2022-11-18T13:29:49.710Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:29:49.720Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.720Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668777994461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.721Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668778019052, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.722Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778018839, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668778020387, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.723Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.724Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.724Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.724Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.724Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.724Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.724Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.724Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.724Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "cds", "timestamp": 1668778021719, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T13:29:49.747Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f683e31a-978f-460d-b8f0-7cbf8d00772d 2022-11-18T13:29:49.747Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f683e31a-978f-460d-b8f0-7cbf8d00772d 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-11-18T13:29:49.763Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.763Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668778021618, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.763Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.763Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778021474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.764Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668778022793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.765Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778022862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.766Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.766Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.766Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.766Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.766Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.766Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668778023886, "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-11-18T13:29:49.776Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f683e31a-978f-460d-b8f0-7cbf8d00772d 2022-11-18T13:29:49.776Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f683e31a-978f-460d-b8f0-7cbf8d00772d 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-11-18T13:29:49.786Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.786Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.787Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.787Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.787Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.787Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.787Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.787Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778023968, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.787Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.788Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.788Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.788Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.788Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.788Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "multicloud-k8s-id", "timestamp": 1668778024889, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.788Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.789Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.789Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.789Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.789Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.789Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.790Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.790Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.790Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.790Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.790Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.790Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778025159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.791Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.791Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.791Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.792Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.792Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.792Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668777999723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.792Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.792Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.793Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.793Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.793Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.793Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778026162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.793Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.794Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.794Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668777999716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.794Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.794Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.794Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.794Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.795Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.795Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778028030, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.795Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.795Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.795Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778027168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.796Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.796Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.796Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668778028200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.796Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.796Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.796Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.797Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.797Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.797Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778028172, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.797Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.797Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.798Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.798Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.798Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.798Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.798Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.798Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.798Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "ves-openapi-manager", "timestamp": 1668778021547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.798Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.799Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.799Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778035430, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.799Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.799Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.799Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668778035228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.799Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.799Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.799Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778036449, "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-11-18T13:29:49.805Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f683e31a-978f-460d-b8f0-7cbf8d00772d 2022-11-18T13:29:49.805Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f683e31a-978f-460d-b8f0-7cbf8d00772d 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-11-18T13:29:49.834Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.835Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "aai-ml", "timestamp": 1668778036233, "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-11-18T13:29:49.843Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f683e31a-978f-460d-b8f0-7cbf8d00772d 2022-11-18T13:29:49.843Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f683e31a-978f-460d-b8f0-7cbf8d00772d 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-11-18T13:29:49.882Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.882Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "ves-openapi-manager", "timestamp": 1668778041547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.883Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.883Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.883Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "ves-openapi-manager", "timestamp": 1668778041547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.883Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.883Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.883Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778050270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.884Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.884Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.884Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "ves-openapi-manager", "timestamp": 1668778041547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.884Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.884Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.884Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778050270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.885Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.885Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.885Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "ves-openapi-manager", "timestamp": 1668778041547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.885Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.885Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.885Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778050270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.886Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.886Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.886Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "ves-openapi-manager", "timestamp": 1668778041547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.886Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.886Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.886Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778050270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.887Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.887Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.887Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "ves-openapi-manager", "timestamp": 1668778041547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.887Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.887Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.887Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778050270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.888Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.888Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.888Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "ves-openapi-manager", "timestamp": 1668778041547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.888Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.888Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.888Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778054461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.889Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.889Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.889Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778050270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.889Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.889Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.889Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "ves-openapi-manager", "timestamp": 1668778041547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.890Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.890Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.890Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778054461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:29:49.890Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.890Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.890Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778050270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.891Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.891Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.891Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778054461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T13:29:49.891Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.891Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.891Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778050270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.892Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.892Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.892Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778054461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.892Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.892Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.892Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778059227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.893Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.893Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.893Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778054461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T13:29:49.893Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.893Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.893Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778059723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.894Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.894Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.894Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778054461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.894Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.894Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.894Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "cds", "timestamp": 1668778060618, "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-11-18T13:29:49.916Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f66a50bb-3806-4948-ac1c-681ad5153943 2022-11-18T13:29:49.916Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66a50bb-3806-4948-ac1c-681ad5153943 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-11-18T13:29:49.938Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.938Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778059716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.939Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.939Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.939Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778059723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.939Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.940Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.940Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778054461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.940Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.940Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.940Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778059716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.940Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.941Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.941Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778059723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.941Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.941Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.941Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778054461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.941Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.942Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.942Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778059716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.942Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.942Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.942Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778059723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.943Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.943Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.943Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778063205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.943Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.943Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.943Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778059716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.943Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.944Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.944Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778059723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.944Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.944Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.944Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778064273, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.944Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.945Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.945Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778059716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.945Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.945Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.945Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778059723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.946Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.946Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.946Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778065327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.946Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.946Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.946Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778059716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.947Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.947Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.947Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778059723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.947Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.947Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.947Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778066352, "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-11-18T13:29:49.953Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f66a50bb-3806-4948-ac1c-681ad5153943 2022-11-18T13:29:49.953Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66a50bb-3806-4948-ac1c-681ad5153943 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-11-18T13:29:49.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778059716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:29:49.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778059723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "multicloud-k8s-id", "timestamp": 1668778067356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:29:49.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778059716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:29:49.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-18T13:29:49.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778068527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:29:49.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T13:29:49.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778068485, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:29:49.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:30:09.308Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:30:09.323Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:30:09.326Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:30:09.326Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T13:30:09.326Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T13:30:09.327Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T13:30:09.327Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:30:09.327Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:30:09.327Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:30:09.327Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:30:09.327Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:30:09.327Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|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-11-18T13:30:09.332Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T13:30:39.333Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e 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-11-18T13:30:39.339Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d324ff15-4ed3-40aa-b1ae-a95e65c98e2e and serviceModelVersionId: e69fd932-9ddf-48e6-ad79-4eae4736fc19 2022-11-18T13:30:39.339Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21874d07-1f51-43a6-b0bc-2f396998695e 2022-11-18T13:30:39.340Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?depth=0 2022-11-18T13:30:39.347Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T13:30:39.396Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?depth=0|INFO|500||Invoke 2022-11-18T13:30:39.396Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d324ff15-4ed3-40aa-b1ae-a95e65c98e2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad532fd7-1b51-4232-ad6b-60cf84be4aad], X-ECOMP-RequestID=[d324ff15-4ed3-40aa-b1ae-a95e65c98e2e], X-TransactionId=[], X-ONAP-RequestID=[d324ff15-4ed3-40aa-b1ae-a95e65c98e2e], Content-Type=[application/merge-patch+json]} 2022-11-18T13:30:39.419Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T13:30:39.557Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?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/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-13:30:39:929-30631], vertex-id=[196696], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:30:39 GMT], Content-Type=[application/json]} 2022-11-18T13:30:39.558Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T13:30:39.558Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21874d07-1f51-43a6-b0bc-2f396998695e/model-vers/model-ver/e69fd932-9ddf-48e6-ad79-4eae4736fc19?depth=0|INFO|500||InvokeReturn 2022-11-18T13:30:39.558Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T13:30:39.559Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|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-11-18T13:30:39.576Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|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-11-18T13:30:39.577Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d324ff15-4ed3-40aa-b1ae-a95e65c98e2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T13:30:39.577Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T13:30:39.577Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:39.579Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:39.580Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778239577, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:30:39.680Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:39.681Z||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-11-18T13:30:39.681Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:39.701Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:39.701Z||pool-105-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T13:30:40.609Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T13:30:40.609Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f683e31a-978f-460d-b8f0-7cbf8d00772d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"20102507-03a2-47ae-ace4-d27a1eaef257","serviceDescription":"service","serviceInvariantUUID":"25b9e601-a99d-4087-a9f2-a8f3c7e698ee","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a903eab-40b4-4294-85c6-4c90b8d3f2ac","resourceInvariantUUID":"c9bf2bc6-8e69-419a-9c3e-2fcab802791d","resourceCustomizationUUID":"7dff3842-b82c-4990-b1c9-4c554b53238a","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":"Y2NmMTY4MjBlZDY2YWYxODNkZGNmMGNjZDMwZmJkODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"000d56c0-6ab7-4727-9c7f-f05d431f0436","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":"ZmFkM2ZjZTk1MmZlOGFmYTBkMjlmYmI4MzNiYWZjMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"703e951a-dadc-491d-8966-07d25a7edd36","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":"6dd678dd-51f4-49d9-bacb-37f032f3a8e2","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":"c33231f0-faa6-44bb-b461-a5a8f0683fd2","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":"40570e96-9505-4288-8ad6-7d4a850a2b2b","artifactVersion":"2","generatedFromUUID":"5b61f295-4f80-4a04-a040-18fa210ac83c"},{"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":"ea17254a-e038-497a-90be-dbcfc38a9d05","artifactVersion":"2","generatedFromUUID":"6dd678dd-51f4-49d9-bacb-37f032f3a8e2"},{"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":"5b61f295-4f80-4a04-a040-18fa210ac83c","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":"2bf1c2ee-29a8-4a06-8d1d-af877c5b70f0","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":"MWE4MTk0NzE2ZWU5NzdhOTg4MzMwMTYzYmE3MzA1YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9076ed0-59e4-4ede-ba4b-7df34d3c3f31","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTg3MzRmMjJmZjg3N2UzNzE2MTMwYzQ3ZDlhODdiNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4532c575-a4d9-4c2f-bfa4-66f2f1da2a25","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T13:30:40.610Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:40.610Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:40.612Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:40.612Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:30:40.712Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:40.713Z||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-11-18T13:30:40.713Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:40.729Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:40.729Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:30:41.613Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:41.613Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:41.615Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:41.615Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:30:41.716Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T13:30:41.717Z||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-11-18T13:30:41.717Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:41.729Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:41.729Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:30:42.616Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:42.617Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:42.619Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:42.619Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-18T13:30:42.719Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:42.720Z||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-11-18T13:30:42.720Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:42.734Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:42.734Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:43.619Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:43.620Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:43.622Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:43.623Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:30:43.723Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:30:43.723Z||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-11-18T13:30:43.723Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:43.736Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:43.736Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:44.623Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:44.624Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:44.626Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:44.626Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-18T13:30:44.726Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:44.727Z||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-11-18T13:30:44.727Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:44.738Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:44.738Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:45.626Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:45.627Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:45.629Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:45.629Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-18T13:30:45.729Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:45.730Z||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-11-18T13:30:45.730Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:45.749Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:45.750Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:46.629Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:46.630Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:46.632Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:46.632Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-18T13:30:46.732Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:46.733Z||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-11-18T13:30:46.733Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:46.748Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:46.749Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:47.633Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:47.633Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:47.636Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:47.636Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:30:47.736Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:47.737Z||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-11-18T13:30:47.737Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:47.756Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:47.757Z||pool-113-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:48.636Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:48.637Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:48.639Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:48.639Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:30:48.739Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:48.740Z||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-11-18T13:30:48.740Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:48.751Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:48.751Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:30:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:30:49.625Z||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-11-18T13:30:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:49.640Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:30:49.640Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:49.642Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:49.642Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:30:49.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:49.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:30:49.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778072337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:30:49.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:30:49.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:30:49.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778073353, "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-11-18T13:30:49.654Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f66a50bb-3806-4948-ac1c-681ad5153943 2022-11-18T13:30:49.654Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66a50bb-3806-4948-ac1c-681ad5153943 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-11-18T13:30:49.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:30:49.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778075235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:30:49.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:30:49.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:30:49.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "aai-ml", "timestamp": 1668778076238, "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-11-18T13:30:49.674Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f66a50bb-3806-4948-ac1c-681ad5153943 2022-11-18T13:30:49.674Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f66a50bb-3806-4948-ac1c-681ad5153943 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-11-18T13:30:49.742Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:49.743Z||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-11-18T13:30:49.743Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:49.758Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:49.759Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:30:50.643Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "20102507-03a2-47ae-ace4-d27a1eaef257", "serviceDescription": "service", "serviceInvariantUUID": "25b9e601-a99d-4087-a9f2-a8f3c7e698ee", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "7dff3842-b82c-4990-b1c9-4c554b53238a", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a903eab-40b4-4294-85c6-4c90b8d3f2ac", "resourceInvariantUUID": "c9bf2bc6-8e69-419a-9c3e-2fcab802791d", "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": "ZmFkM2ZjZTk1MmZlOGFmYTBkMjlmYmI4MzNiYWZjMWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "703e951a-dadc-491d-8966-07d25a7edd36", "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": "6dd678dd-51f4-49d9-bacb-37f032f3a8e2", "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": "ea17254a-e038-497a-90be-dbcfc38a9d05", "generatedFromUUID": "6dd678dd-51f4-49d9-bacb-37f032f3a8e2" }, "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": "40570e96-9505-4288-8ad6-7d4a850a2b2b", "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": "ea17254a-e038-497a-90be-dbcfc38a9d05", "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": "5b61f295-4f80-4a04-a040-18fa210ac83c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OTg3MzRmMjJmZjg3N2UzNzE2MTMwYzQ3ZDlhODdiNmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4532c575-a4d9-4c2f-bfa4-66f2f1da2a25" } ], "workloadContext": "Production" } 2022-11-18T13:30:50.644Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T13:30:50.644Z|d324ff15-4ed3-40aa-b1ae-a95e65c98e2e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 20102507-03a2-47ae-ace4-d27a1eaef257 ASDC 2022-11-18T13:30:50.644Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f683e31a-978f-460d-b8f0-7cbf8d00772d ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:20102507-03a2-47ae-ace4-d27a1eaef257 ServiceInvariantUUID:25b9e601-a99d-4087-a9f2-a8f3c7e698ee 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:4532c575-a4d9-4c2f-bfa4-66f2f1da2a25 ArtifactChecksum:OTg3MzRmMjJmZjg3N2UzNzE2MTMwYzQ3ZDlhODdiNmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:7dff3842-b82c-4990-b1c9-4c554b53238a ResourceInvariantUUID:c9bf2bc6-8e69-419a-9c3e-2fcab802791d ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6a903eab-40b4-4294-85c6-4c90b8d3f2ac 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:703e951a-dadc-491d-8966-07d25a7edd36 ArtifactChecksum:ZmFkM2ZjZTk1MmZlOGFmYTBkMjlmYmI4MzNiYWZjMWI= 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:6dd678dd-51f4-49d9-bacb-37f032f3a8e2 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:ea17254a-e038-497a-90be-dbcfc38a9d05 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:40570e96-9505-4288-8ad6-7d4a850a2b2b 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:ea17254a-e038-497a-90be-dbcfc38a9d05 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:5b61f295-4f80-4a04-a040-18fa210ac83c ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T13:30:50.644Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20102507-03a2-47ae-ace4-d27a1eaef257 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-11-18T13:30:50.680Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:30:50.681Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:30:50.681Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:30:50.681Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4532c575-a4d9-4c2f-bfa4-66f2f1da2a25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-18T13:30:50.681Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:30:50.681Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-18T13:30:50.831Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:30:50.838Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4532c575-a4d9-4c2f-bfa4-66f2f1da2a25 162967 2022-11-18T13:30:50.839Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-18T13:30:50.839Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-18T13:30:50.839Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:30:50.839Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:50.841Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:50.841Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778250839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:30:50.941Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:50.942Z||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-11-18T13:30:50.942Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:50.952Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:50.953Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:51.841Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:30:51.842Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:30:51.843Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4532c575-a4d9-4c2f-bfa4-66f2f1da2a25, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T13:30:51.843Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-18T13:30:51.844Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T13:30:51.844Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T13:30:51.995Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16041919192543677906/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-18T13:30:53.183Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T13:30:53.184Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:30:53.184Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T13:30:53.184Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-18T13:30:53.184Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|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-BasicCnfMacro-csar.csar 2022-11-18T13:30:53.184Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:53.184Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:53.185Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:53.185Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:30:53.185Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.185Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:53.185Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:53.186Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:30:53.186Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:30:53.186Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.186Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:53.187Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:53.187Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:30:53.187Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:30:53.187Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.187Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:53.188Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.188Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-18T13:30:53.188Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-18T13:30:53.188Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-18T13:30:53.188Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T13:30:53.188Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.189Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:30:53.189Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.189Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:53.189Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:30:53.190Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.190Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:53.190Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:30:53.190Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.190Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:53.191Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:30:53.191Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.191Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:53.191Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:30:53.191Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.191Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-18T13:30:53.192Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-18T13:30:53.192Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=bcd30cef-e795-4516-a4e4-58ee8af86ae6 2022-11-18T13:30:53.192Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.192Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:53.192Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.192Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:53.193Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.193Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:53.193Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:53.193Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:53.193Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:20102507-03a2-47ae-ace4-d27a1eaef257 Model Version:NULL Model InvariantUuid:25b9e601-a99d-4087-a9f2-a8f3c7e698ee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:c10bf213-23b1-475e-8145-9fce0e9a6325 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c9bf2bc6-8e69-419a-9c3e-2fcab802791d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7dff3842-b82c-4990-b1c9-4c554b53238a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e28f7440-1f16-44eb-9cd5-87e8679d630f ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:cc36ecd7-7c8c-4ece-bfc7-c0dddc5a8f65 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:6d2c025b-f3de-4cfc-96bd-ca2064b23e3b ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:ddfb4f5e-2859-48d9-b78f-c72205524698 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bcd30cef-e795-4516-a4e4-58ee8af86ae6 ModelInvariantUuid:9f72d0a2-90f0-4dbb-ada1-0d5a2c7cb198 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a140f12c-be16-42cc-8b41-6866188c6acd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f81b64ca-cc9b-4788-ba87-6c50467617d6 ModelInvariantUuid:0b7e4e58-1462-4667-9829-3b6119df4668 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:5043db99-3205-4b3d-9870-ed204a73ba2f 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-11-18T13:30:53.206Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a903eab-40b4-4294-85c6-4c90b8d3f2ac 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-11-18T13:30:53.209Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-11-18T13:30:53.209Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a903eab-40b4-4294-85c6-4c90b8d3f2ac 2022-11-18T13:30:53.209Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 703e951a-dadc-491d-8966-07d25a7edd36 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-18T13:30:53.209Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:30:53.209Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:53.313Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:30:53.313Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 703e951a-dadc-491d-8966-07d25a7edd36 1565 2022-11-18T13:30:53.314Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:53.314Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:53.314Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:30:53.314Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:53.316Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:53.316Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778253314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:30:53.416Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:53.417Z||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-11-18T13:30:53.417Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:53.428Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:53.428Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:54.317Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6d2c025b-f3de-4cfc-96bd-ca2064b23e3b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ddfb4f5e-2859-48d9-b78f-c72205524698", "vfModuleModelCustomizationUUID": "5864525b-eef5-42d3-ba7c-ef39518d8804", "isBase": true, "artifacts": [ "6dd678dd-51f4-49d9-bacb-37f032f3a8e2", "ea17254a-e038-497a-90be-dbcfc38a9d05" ], "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": "e28f7440-1f16-44eb-9cd5-87e8679d630f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc36ecd7-7c8c-4ece-bfc7-c0dddc5a8f65", "vfModuleModelCustomizationUUID": "967c4b6f-223a-4d83-aae4-e50f60d8bece", "isBase": false, "artifacts": [ "5b61f295-4f80-4a04-a040-18fa210ac83c" ], "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-11-18T13:30:54.321Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ddfb4f5e-2859-48d9-b78f-c72205524698 VfModuleModelInvariantUUID:6d2c025b-f3de-4cfc-96bd-ca2064b23e3b VfModuleModelDescription:NULL Artifacts UUID List:{ 6dd678dd-51f4-49d9-bacb-37f032f3a8e2 , ea17254a-e038-497a-90be-dbcfc38a9d05 } 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:cc36ecd7-7c8c-4ece-bfc7-c0dddc5a8f65 VfModuleModelInvariantUUID:e28f7440-1f16-44eb-9cd5-87e8679d630f VfModuleModelDescription:NULL Artifacts UUID List:{ 5b61f295-4f80-4a04-a040-18fa210ac83c } 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-11-18T13:30:54.324Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6d2c025b-f3de-4cfc-96bd-ca2064b23e3b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ddfb4f5e-2859-48d9-b78f-c72205524698", "vfModuleModelCustomizationUUID": "5864525b-eef5-42d3-ba7c-ef39518d8804", "isBase": true, "artifacts": [ "6dd678dd-51f4-49d9-bacb-37f032f3a8e2", "ea17254a-e038-497a-90be-dbcfc38a9d05" ], "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": "e28f7440-1f16-44eb-9cd5-87e8679d630f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc36ecd7-7c8c-4ece-bfc7-c0dddc5a8f65", "vfModuleModelCustomizationUUID": "967c4b6f-223a-4d83-aae4-e50f60d8bece", "isBase": false, "artifacts": [ "5b61f295-4f80-4a04-a040-18fa210ac83c" ], "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-11-18T13:30:54.324Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ddfb4f5e-2859-48d9-b78f-c72205524698 VfModuleModelInvariantUUID:6d2c025b-f3de-4cfc-96bd-ca2064b23e3b VfModuleModelDescription:NULL Artifacts UUID List:{ 6dd678dd-51f4-49d9-bacb-37f032f3a8e2 , ea17254a-e038-497a-90be-dbcfc38a9d05 } 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:cc36ecd7-7c8c-4ece-bfc7-c0dddc5a8f65 VfModuleModelInvariantUUID:e28f7440-1f16-44eb-9cd5-87e8679d630f VfModuleModelDescription:NULL Artifacts UUID List:{ 5b61f295-4f80-4a04-a040-18fa210ac83c } 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-11-18T13:30:54.324Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6dd678dd-51f4-49d9-bacb-37f032f3a8e2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-18T13:30:54.324Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:30:54.324Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:54.375Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:30:54.376Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 6dd678dd-51f4-49d9-bacb-37f032f3a8e2 914 2022-11-18T13:30:54.376Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:54.376Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:54.376Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:30:54.377Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:54.379Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:54.380Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778254376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:30:54.480Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:54.481Z||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-11-18T13:30:54.481Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:54.496Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:54.496Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:55.380Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 40570e96-9505-4288-8ad6-7d4a850a2b2b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-18T13:30:55.381Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:30:55.381Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:55.429Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:30:55.429Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 40570e96-9505-4288-8ad6-7d4a850a2b2b 12 2022-11-18T13:30:55.429Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:55.429Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:55.430Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:30:55.430Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:55.432Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:55.432Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778255429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:30:55.532Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:55.533Z||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-11-18T13:30:55.533Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:55.547Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:55.547Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:56.432Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ea17254a-e038-497a-90be-dbcfc38a9d05 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-18T13:30:56.433Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:30:56.434Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:56.516Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:30:56.517Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ea17254a-e038-497a-90be-dbcfc38a9d05 96 2022-11-18T13:30:56.517Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:56.517Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:56.517Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:30:56.518Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:56.519Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:56.520Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778256517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:30:56.620Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:56.620Z||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-11-18T13:30:56.620Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:56.638Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:56.639Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:57.520Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b61f295-4f80-4a04-a040-18fa210ac83c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-18T13:30:57.520Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:30:57.521Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:57.583Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:30:57.583Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5b61f295-4f80-4a04-a040-18fa210ac83c 20206 2022-11-18T13:30:57.584Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:57.584Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:57.584Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:30:57.584Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:57.586Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:57.586Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778257583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T13:30:57.686Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:57.687Z||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-11-18T13:30:57.687Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:57.699Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:57.699Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:30:58.589Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 20102507-03a2-47ae-ace4-d27a1eaef257 2022-11-18T13:30:58.590Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6a903eab-40b4-4294-85c6-4c90b8d3f2ac 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-11-18T13:30:58.599Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d942c1b, org.onap.sdc.toscaparser.api.parameters.Input@209ae44e, org.onap.sdc.toscaparser.api.parameters.Input@36dc70f3, org.onap.sdc.toscaparser.api.parameters.Input@3c7d2a83, org.onap.sdc.toscaparser.api.parameters.Input@353de3] 2022-11-18T13:30:58.600Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.601Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:58.601Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-18T13:30:58.601Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7dff3842-b82c-4990-b1c9-4c554b53238a 2022-11-18T13:30:58.601Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7dff3842-b82c-4990-b1c9-4c554b53238a matches Tosca VF Customization UUID: 7dff3842-b82c-4990-b1c9-4c554b53238a 2022-11-18T13:30:58.601Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7dff3842-b82c-4990-b1c9-4c554b53238a 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-11-18T13:30:58.604Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.604Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:58.604Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7dff3842-b82c-4990-b1c9-4c554b53238a: {\"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-11-18T13:30:58.604Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7708b334 2022-11-18T13:30:58.605Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.605Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:30:58.605Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 967c4b6f-223a-4d83-aae4-e50f60d8bece 2022-11-18T13:30:58.605Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 967c4b6f-223a-4d83-aae4-e50f60d8bece 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-11-18T13:30:58.607Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.607Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:58.608Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:30:58.608Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.608Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:58.608Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:30:58.609Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.609Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T13:30:58.609Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7dff3842-b82c-4990-b1c9-4c554b53238a 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-11-18T13:30:58.611Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.611Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:58.611Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 20102507-03a2-47ae-ace4-d27a1eaef257: basic_cnf_macro 2022-11-18T13:30:58.611Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.611Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:58.612Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.612Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:58.612Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.612Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:58.612Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.612Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:58.613Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:30:58.613Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:30:58.613Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:58.648Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6a903eab-40b4-4294-85c6-4c90b8d3f2ac 2 ASDC deployResourceStructure 2022-11-18T13:30:58.648Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:58.648Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:58.649Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:30:58.649Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:58.650Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:58.651Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778258648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:30:58.751Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:58.752Z||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-11-18T13:30:58.752Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:58.762Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:58.762Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:30:59.651Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:59.652Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:30:59.652Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:30:59.652Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:30:59.654Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:30:59.654Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778259651, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:30:59.755Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:30:59.756Z||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-11-18T13:30:59.756Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:30:59.766Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:30:59.767Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:31:00.655Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:31:00.655Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:31:00.655Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T13:31:00.656Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:00.657Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:00.658Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778260655, "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-11-18T13:31:00.758Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:00.759Z||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-11-18T13:31:00.759Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:00.772Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:00.772Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:01.659Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:31:01.659Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:31:01.659Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:31:01.659Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:01.661Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:01.661Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778261658, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-18T13:31:01.761Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:01.762Z||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-11-18T13:31:01.762Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:01.772Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:01.773Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:31:02.661Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:31:02.662Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||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-11-18T13:31:02.662Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T13:31:02.662Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:02.664Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:02.665Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778262661, "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-11-18T13:31:02.765Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:02.766Z||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-11-18T13:31:02.766Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:02.778Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:02.779Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:03.666Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-18T13:31:03.666Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-18T13:31:03.666Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:31:03.667Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:03.669Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:03.669Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778263666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:31:03.769Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:03.769Z||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-11-18T13:31:03.769Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:03.781Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:03.781Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:04.670Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f683e31a-978f-460d-b8f0-7cbf8d00772d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:31:04.685Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f683e31a-978f-460d-b8f0-7cbf8d00772d 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-11-18T13:31:04.688Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:31:04.688Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T13:31:04.689Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T13:31:04.689Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T13:31:04.689Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:04.689Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:04.689Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:04.690Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:04.690Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:04.690Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|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-11-18T13:31:04.697Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T13:31:34.697Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f683e31a-978f-460d-b8f0-7cbf8d00772d 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-11-18T13:31:34.704Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f683e31a-978f-460d-b8f0-7cbf8d00772d and serviceModelVersionId: 20102507-03a2-47ae-ace4-d27a1eaef257 2022-11-18T13:31:34.704Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25b9e601-a99d-4087-a9f2-a8f3c7e698ee 2022-11-18T13:31:34.705Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?depth=0 2022-11-18T13:31:34.709Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T13:31:34.753Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?depth=0|INFO|500||Invoke 2022-11-18T13:31:34.754Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f683e31a-978f-460d-b8f0-7cbf8d00772d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31a7d800-61b1-444e-9ca2-68b0469ec0a5], X-ECOMP-RequestID=[f683e31a-978f-460d-b8f0-7cbf8d00772d], X-TransactionId=[], X-ONAP-RequestID=[f683e31a-978f-460d-b8f0-7cbf8d00772d], Content-Type=[application/merge-patch+json]} 2022-11-18T13:31:34.774Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T13:31:34.875Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?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/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-13:31:35:280-99494], vertex-id=[569480], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:31:35 GMT], Content-Type=[application/json]} 2022-11-18T13:31:34.875Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T13:31:34.876Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b9e601-a99d-4087-a9f2-a8f3c7e698ee/model-vers/model-ver/20102507-03a2-47ae-ace4-d27a1eaef257?depth=0|INFO|500||InvokeReturn 2022-11-18T13:31:34.876Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T13:31:34.877Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|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-11-18T13:31:34.881Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|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-11-18T13:31:34.881Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f683e31a-978f-460d-b8f0-7cbf8d00772d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T13:31:34.881Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T13:31:34.882Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:34.884Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:34.884Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778294881, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:31:34.983Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:31:34.984Z||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-11-18T13:31:34.984Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:34.999Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:35.000Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T13:31:35.895Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:31:35.896Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|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-11-18T13:31:35.896Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:40.355Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:40.356Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T13:31:40.357Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f66a50bb-3806-4948-ac1c-681ad5153943","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7fd0035b-f0a4-4d29-8e19-df016e91f311","serviceDescription":"service","serviceInvariantUUID":"c99d0ece-0253-45f7-8d15-2c070d1d6170","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe556e5a-aae9-498d-82cc-55cb93f69077","resourceInvariantUUID":"81576043-95cc-4bc7-ba96-75dc605dedf9","resourceCustomizationUUID":"e7d64c2c-796f-498f-b349-3e89aeb8d82b","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":"NjVjYmE1NDMzMzBiNjYyYTVkOGFhZTU5NWRiZjQ1YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c90c0d06-f6ba-4e35-8b19-52a9e0eec893","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":"ZTY3ZGNiYmRiOTQ2NzI1ZjRmYzZkN2I4ZDU3M2I3MGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e60f0556-be6e-4e8f-b41d-a7999ba4ea9d","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":"d0eda1ec-a72f-4b7e-ba0e-46289db672db","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":"f9a25800-a7d4-42f7-9b4c-fbcf27d8fabf","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":"a8316961-4773-4ced-b962-f4c42e79d472","artifactVersion":"2","generatedFromUUID":"d0eda1ec-a72f-4b7e-ba0e-46289db672db"},{"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":"MjMxYzUzZTdmN2UzOGUwYWQ0NjRjYWY3ZTRkNzczNDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2f1cc562-ee67-440b-bfc6-a3e2a18973c4","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":"MjQ1YzVkZWU0ZmU3YTgxYjU0ZDc4N2UyZTlkM2M4MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3c020c2-58b9-4f78-8f7b-f7a130c40611","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjNjMjQxNzc1MDU3YzZlMjNkY2VjYjlkMTlkOWQ5ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3efc428-854a-4e15-8218-a74a49006180","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T13:31:40.359Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:31:40.359Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:40.361Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:40.361Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:40.461Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:40.462Z||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-11-18T13:31:40.462Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:40.543Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:40.544Z||pool-129-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:41.362Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:31:41.362Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:41.365Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:41.365Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:31:41.464Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:31:41.465Z||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-11-18T13:31:41.465Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:41.479Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:41.480Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:31:42.366Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:31:42.366Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:42.368Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:42.368Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T13:31:42.468Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:42.468Z||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-11-18T13:31:42.469Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:42.490Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:42.491Z||pool-131-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:43.368Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:31:43.369Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:43.371Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:43.371Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:43.471Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:43.472Z||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-11-18T13:31:43.472Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:43.483Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:43.483Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:44.371Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:31:44.372Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:44.374Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:44.374Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T13:31:44.474Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:31:44.474Z||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-11-18T13:31:44.474Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:44.488Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:44.488Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:45.374Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:31:45.375Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:45.376Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:45.377Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:45.476Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:31:45.477Z||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-11-18T13:31:45.477Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:45.490Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:45.491Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:46.377Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:31:46.378Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:46.379Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:46.379Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:46.479Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:31:46.480Z||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-11-18T13:31:46.480Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:46.494Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:46.495Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:47.380Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:31:47.380Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:47.382Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:47.382Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:31:47.482Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:47.483Z||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-11-18T13:31:47.483Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:47.521Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:47.522Z||pool-136-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:48.383Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "7fd0035b-f0a4-4d29-8e19-df016e91f311", "serviceDescription": "service", "serviceInvariantUUID": "c99d0ece-0253-45f7-8d15-2c070d1d6170", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e7d64c2c-796f-498f-b349-3e89aeb8d82b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fe556e5a-aae9-498d-82cc-55cb93f69077", "resourceInvariantUUID": "81576043-95cc-4bc7-ba96-75dc605dedf9", "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": "ZTY3ZGNiYmRiOTQ2NzI1ZjRmYzZkN2I4ZDU3M2I3MGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e60f0556-be6e-4e8f-b41d-a7999ba4ea9d", "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": "d0eda1ec-a72f-4b7e-ba0e-46289db672db", "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": "a8316961-4773-4ced-b962-f4c42e79d472", "generatedFromUUID": "d0eda1ec-a72f-4b7e-ba0e-46289db672db" }, "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": "a8316961-4773-4ced-b962-f4c42e79d472", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjNjMjQxNzc1MDU3YzZlMjNkY2VjYjlkMTlkOWQ5ODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a3efc428-854a-4e15-8218-a74a49006180" } ], "workloadContext": "Production" } 2022-11-18T13:31:48.383Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T13:31:48.383Z|f683e31a-978f-460d-b8f0-7cbf8d00772d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7fd0035b-f0a4-4d29-8e19-df016e91f311 ASDC 2022-11-18T13:31:48.384Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f66a50bb-3806-4948-ac1c-681ad5153943 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:7fd0035b-f0a4-4d29-8e19-df016e91f311 ServiceInvariantUUID:c99d0ece-0253-45f7-8d15-2c070d1d6170 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:a3efc428-854a-4e15-8218-a74a49006180 ArtifactChecksum:MjNjMjQxNzc1MDU3YzZlMjNkY2VjYjlkMTlkOWQ5ODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e7d64c2c-796f-498f-b349-3e89aeb8d82b ResourceInvariantUUID:81576043-95cc-4bc7-ba96-75dc605dedf9 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:fe556e5a-aae9-498d-82cc-55cb93f69077 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:e60f0556-be6e-4e8f-b41d-a7999ba4ea9d ArtifactChecksum:ZTY3ZGNiYmRiOTQ2NzI1ZjRmYzZkN2I4ZDU3M2I3MGQ= 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:d0eda1ec-a72f-4b7e-ba0e-46289db672db 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:a8316961-4773-4ced-b962-f4c42e79d472 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:a8316961-4773-4ced-b962-f4c42e79d472 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T13:31:48.384Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7fd0035b-f0a4-4d29-8e19-df016e91f311 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-11-18T13:31:48.418Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:31:48.419Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:31:48.419Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:31:48.419Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3efc428-854a-4e15-8218-a74a49006180 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T13:31:48.419Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:31:48.420Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T13:31:48.569Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:31:48.573Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a3efc428-854a-4e15-8218-a74a49006180 82620 2022-11-18T13:31:48.573Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-18T13:31:48.573Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T13:31:48.573Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:31:48.573Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:48.575Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:48.575Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778308573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:31:48.675Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:48.676Z||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-11-18T13:31:48.676Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:48.687Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:48.687Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:49.576Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:31:49.576Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:31:49.576Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a3efc428-854a-4e15-8218-a74a49006180, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T13:31:49.577Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-18T13:31:49.577Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T13:31:49.577Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T13:31:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:31:49.625Z||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-11-18T13:31:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:49.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:49.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778170270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:31:49.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778161550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778181618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:31:49.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:31:49.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778180759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:31:49.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:31:49.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778181780, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:31:49.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:31:49.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "cds", "timestamp": 1668778182961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T13:31:49.677Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3821551b-6bb8-4fd3-87c2-63638205c5fc 2022-11-18T13:31:49.677Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3821551b-6bb8-4fd3-87c2-63638205c5fc 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=? 2022-11-18T13:31:49.682Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2529361499151834331/Definitions/service-BasicVmMacro-template.yml Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T13:31:49.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "multicloud-k8s-id", "timestamp": 1668778174461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:31:49.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "ves-openapi-manager", "timestamp": 1668778182784, "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-11-18T13:31:49.702Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3821551b-6bb8-4fd3-87c2-63638205c5fc 2022-11-18T13:31:49.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3821551b-6bb8-4fd3-87c2-63638205c5fc 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-11-18T13:31:49.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:31:49.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778179723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778179716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778189515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:31:49.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778189471, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:31:49.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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-11-18T13:31:50.805Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T13:31:50.805Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:31:50.805Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T13:31:50.806Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T13:31:50.806Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-BasicVmMacro-csar.csar 2022-11-18T13:31:50.806Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-BasicVmMacro-csar.csar 2022-11-18T13:31:50.806Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-BasicVmMacro-csar.csar 2022-11-18T13:31:50.806Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-BasicVmMacro-csar.csar 2022-11-18T13:31:50.806Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-BasicVmMacro-csar.csar 2022-11-18T13:31:50.807Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-BasicVmMacro-csar.csar 2022-11-18T13:31:50.807Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:50.807Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:31:50.807Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.807Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:50.807Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:50.807Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:31:50.808Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:31:50.808Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.808Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:50.808Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:50.808Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:31:50.808Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:31:50.808Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.809Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:50.809Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.809Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T13:31:50.809Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-18T13:31:50.809Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-18T13:31:50.809Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-18T13:31:50.810Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T13:31:50.810Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T13:31:50.810Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.810Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:31:50.810Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.811Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:50.811Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:31:50.811Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.811Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:50.811Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:31:50.811Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.812Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:50.812Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:31:50.812Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.812Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T13:31:50.812Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T13:31:50.812Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T13:31:50.812Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7a9a28c0-162d-495e-afc1-475f53d6975c 2022-11-18T13:31:50.813Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.813Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:50.813Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.813Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:50.813Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.813Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:50.813Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:50.813Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:50.814Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:7fd0035b-f0a4-4d29-8e19-df016e91f311 Model Version:NULL Model InvariantUuid:c99d0ece-0253-45f7-8d15-2c070d1d6170 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:8dd72809-63b4-4fe1-8607-fc8e41fcae20 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:81576043-95cc-4bc7-ba96-75dc605dedf9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e7d64c2c-796f-498f-b349-3e89aeb8d82b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6ca212dc-8e11-499e-8da6-2a447ce3f1df ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:11f7cd59-4414-4f97-aa9e-3658dda530b3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7a9a28c0-162d-495e-afc1-475f53d6975c ModelInvariantUuid:b019aab7-e944-44a2-adfd-831fc319e78b ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:1ff926e2-ef7f-4c65-8685-3f4aa6c76b30 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:23ed6410-c828-466e-b89f-819d89a28145 ModelInvariantUuid:d8323a41-4304-4f79-ad9f-c3bf40a956d1 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:59559966-1b3f-4003-8e55-e1a5c64a0428 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-11-18T13:31:50.825Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fe556e5a-aae9-498d-82cc-55cb93f69077 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-11-18T13:31:50.827Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-11-18T13:31:50.827Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe556e5a-aae9-498d-82cc-55cb93f69077 2022-11-18T13:31:50.827Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e60f0556-be6e-4e8f-b41d-a7999ba4ea9d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T13:31:50.827Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:31:50.827Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:50.897Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:31:50.897Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e60f0556-be6e-4e8f-b41d-a7999ba4ea9d 792 2022-11-18T13:31:50.897Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:50.898Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:50.898Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:31:50.898Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:50.900Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:50.900Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778310897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:31:51.000Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:31:51.000Z||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-11-18T13:31:51.000Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:51.010Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:51.010Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:31:51.900Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6ca212dc-8e11-499e-8da6-2a447ce3f1df", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11f7cd59-4414-4f97-aa9e-3658dda530b3", "vfModuleModelCustomizationUUID": "3c53804f-9255-4754-9613-31227993d8dd", "isBase": true, "artifacts": [ "d0eda1ec-a72f-4b7e-ba0e-46289db672db", "a8316961-4773-4ced-b962-f4c42e79d472" ], "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-11-18T13:31:51.903Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:11f7cd59-4414-4f97-aa9e-3658dda530b3 VfModuleModelInvariantUUID:6ca212dc-8e11-499e-8da6-2a447ce3f1df VfModuleModelDescription:NULL Artifacts UUID List:{ d0eda1ec-a72f-4b7e-ba0e-46289db672db , a8316961-4773-4ced-b962-f4c42e79d472 } 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-11-18T13:31:51.905Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6ca212dc-8e11-499e-8da6-2a447ce3f1df", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11f7cd59-4414-4f97-aa9e-3658dda530b3", "vfModuleModelCustomizationUUID": "3c53804f-9255-4754-9613-31227993d8dd", "isBase": true, "artifacts": [ "d0eda1ec-a72f-4b7e-ba0e-46289db672db", "a8316961-4773-4ced-b962-f4c42e79d472" ], "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-11-18T13:31:51.906Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:11f7cd59-4414-4f97-aa9e-3658dda530b3 VfModuleModelInvariantUUID:6ca212dc-8e11-499e-8da6-2a447ce3f1df VfModuleModelDescription:NULL Artifacts UUID List:{ d0eda1ec-a72f-4b7e-ba0e-46289db672db , a8316961-4773-4ced-b962-f4c42e79d472 } 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-11-18T13:31:51.906Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d0eda1ec-a72f-4b7e-ba0e-46289db672db from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T13:31:51.906Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:31:51.906Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:51.981Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:31:51.982Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d0eda1ec-a72f-4b7e-ba0e-46289db672db 5033 2022-11-18T13:31:51.982Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:51.982Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:51.982Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:31:51.982Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:51.984Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:51.984Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778311982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:31:52.084Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:52.085Z||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-11-18T13:31:52.085Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:52.109Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:52.109Z||pool-139-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:31:52.985Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a8316961-4773-4ced-b962-f4c42e79d472 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T13:31:52.985Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:31:52.985Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:53.043Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:31:53.043Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a8316961-4773-4ced-b962-f4c42e79d472 903 2022-11-18T13:31:53.044Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:53.044Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:53.044Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:31:53.044Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:53.046Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:53.046Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778313044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:31:53.146Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:53.146Z||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-11-18T13:31:53.146Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:53.160Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:53.160Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:54.047Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7fd0035b-f0a4-4d29-8e19-df016e91f311 2022-11-18T13:31:54.047Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fe556e5a-aae9-498d-82cc-55cb93f69077 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-11-18T13:31:54.060Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@263f34c8, org.onap.sdc.toscaparser.api.parameters.Input@279d9c4f, org.onap.sdc.toscaparser.api.parameters.Input@1994d239, org.onap.sdc.toscaparser.api.parameters.Input@74cabfff, org.onap.sdc.toscaparser.api.parameters.Input@2b0c4cda] 2022-11-18T13:31:54.062Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.062Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:54.062Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-18T13:31:54.062Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e7d64c2c-796f-498f-b349-3e89aeb8d82b 2022-11-18T13:31:54.062Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7d64c2c-796f-498f-b349-3e89aeb8d82b matches Tosca VF Customization UUID: e7d64c2c-796f-498f-b349-3e89aeb8d82b 2022-11-18T13:31:54.062Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e7d64c2c-796f-498f-b349-3e89aeb8d82b 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-11-18T13:31:54.064Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.064Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:54.065Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e7d64c2c-796f-498f-b349-3e89aeb8d82b: {\"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-11-18T13:31:54.065Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e16a86c 2022-11-18T13:31:54.065Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.065Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T13:31:54.065Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c53804f-9255-4754-9613-31227993d8dd 2022-11-18T13:31:54.066Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c53804f-9255-4754-9613-31227993d8dd 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-11-18T13:31:54.067Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.068Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:54.068Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:31:54.068Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.068Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:54.068Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:31:54.068Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.069Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T13:31:54.069Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T13:31:54.069Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T13:31:54.069Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7a9a28c0-162d-495e-afc1-475f53d6975c 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-11-18T13:31:54.071Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.071Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:54.071Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T13:31:54.071Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.072Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T13:31:54.072Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e7d64c2c-796f-498f-b349-3e89aeb8d82b 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-11-18T13:31:54.073Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.073Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:54.074Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7fd0035b-f0a4-4d29-8e19-df016e91f311: basic_vm_macro 2022-11-18T13:31:54.074Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.074Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:54.074Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.074Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:54.074Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.074Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:54.075Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.075Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:54.075Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:31:54.075Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:31:54.075Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:54.152Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fe556e5a-aae9-498d-82cc-55cb93f69077 1 ASDC deployResourceStructure 2022-11-18T13:31:54.153Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:54.153Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:54.153Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:31:54.153Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:54.156Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:54.156Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778314153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:31:54.256Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:54.256Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:31:54.257Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:54.268Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:54.269Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:55.157Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:55.157Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:55.157Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:31:55.157Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:55.159Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:55.159Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778315156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:31:55.259Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:55.259Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:31:55.260Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:55.270Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:55.271Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:56.160Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:56.160Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||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-11-18T13:31:56.160Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:31:56.161Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:56.163Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:56.163Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778316160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T13:31:56.263Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:56.263Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:31:56.263Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:56.292Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:56.292Z||pool-143-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:57.163Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-18T13:31:57.164Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T13:31:57.164Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:31:57.164Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:31:57.166Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:31:57.166Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778317163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:31:57.266Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:31:57.266Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:31:57.267Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:31:57.278Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:31:57.279Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:31:58.167Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f66a50bb-3806-4948-ac1c-681ad5153943 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:31:58.181Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f66a50bb-3806-4948-ac1c-681ad5153943 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-11-18T13:31:58.183Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:31:58.183Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T13:31:58.183Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T13:31:58.183Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T13:31:58.183Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:58.183Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:58.184Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:58.184Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:58.184Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:31:58.184Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-11-18T13:31:58.189Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T13:32:28.189Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f66a50bb-3806-4948-ac1c-681ad5153943 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-11-18T13:32:28.196Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f66a50bb-3806-4948-ac1c-681ad5153943 and serviceModelVersionId: 7fd0035b-f0a4-4d29-8e19-df016e91f311 2022-11-18T13:32:28.196Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c99d0ece-0253-45f7-8d15-2c070d1d6170 2022-11-18T13:32:28.197Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c99d0ece-0253-45f7-8d15-2c070d1d6170/model-vers/model-ver/7fd0035b-f0a4-4d29-8e19-df016e91f311?depth=0 2022-11-18T13:32:28.202Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T13:32:28.238Z|f66a50bb-3806-4948-ac1c-681ad5153943|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/c99d0ece-0253-45f7-8d15-2c070d1d6170/model-vers/model-ver/7fd0035b-f0a4-4d29-8e19-df016e91f311?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-11-18T13:32:28.239Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c99d0ece-0253-45f7-8d15-2c070d1d6170/model-vers/model-ver/7fd0035b-f0a4-4d29-8e19-df016e91f311?depth=0|INFO|500||Invoke 2022-11-18T13:32:28.257Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c99d0ece-0253-45f7-8d15-2c070d1d6170/model-vers/model-ver/7fd0035b-f0a4-4d29-8e19-df016e91f311?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T13:32:28.345Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c99d0ece-0253-45f7-8d15-2c070d1d6170/model-vers/model-ver/7fd0035b-f0a4-4d29-8e19-df016e91f311?depth=0|INFO|500||InvokeReturn 2022-11-18T13:32:28.345Z|f66a50bb-3806-4948-ac1c-681ad5153943|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/c99d0ece-0253-45f7-8d15-2c070d1d6170/model-vers/model-ver/7fd0035b-f0a4-4d29-8e19-df016e91f311?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-13:32:28:767-55897], vertex-id=[594056], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:32:28 GMT], Content-Type=[application/json]} 2022-11-18T13:32:28.346Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-18T13:32:28.346Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T13:32:28.346Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-11-18T13:32:28.354Z|f66a50bb-3806-4948-ac1c-681ad5153943|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-11-18T13:32:28.355Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f66a50bb-3806-4948-ac1c-681ad5153943 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T13:32:28.355Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T13:32:28.355Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:28.357Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:28.357Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778348355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:32:28.457Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:28.458Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:28.458Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:28.479Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:28.479Z||pool-145-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-11-18T13:32:29.370Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T13:32:29.371Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3821551b-6bb8-4fd3-87c2-63638205c5fc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"330dfdd0-c750-4128-a772-fcfd3095d836","serviceDescription":"service","serviceInvariantUUID":"ed000d2b-d111-4d26-9875-dc2c83325a24","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1c2fd638-7370-4cb2-9e3d-435f2095afcc","resourceInvariantUUID":"3c86b3bb-6619-44e8-a6ac-87ecc46e15f3","resourceCustomizationUUID":"1e5f04c4-f4d6-4512-aa1d-053811404071","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":"NTRkN2QzMTAxYTA3YmE5YjMzOGI3NDcwYTE2ZTZjMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d100ce1-09dd-4d53-bedb-157629ef9339","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":"d262f71b-a56b-4565-ab24-b286ebc9dd76","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":"3eda5903-3b20-4312-9d6d-8cd2f79526b6","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":"N2U2MWE5MTg1MTdiOTM0OWJjN2NiNzgzZDFiZDkxMTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1941a5f2-49dd-4488-978b-74967f2270e9","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":"d1d0d0af-4b53-4e48-90d9-1d48dfe94d2e","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":"47870ae7-7070-47f4-b77d-709d1c0bc418","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":"bcc04278-7374-47f5-b929-e2f64961eeb4","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":"NDU0NDMwYjA1ZmUwZTdlZTA2NDQ0ZmUxYTcwY2ExNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0f48cbc-1f76-4251-8f12-75d9bbcee144","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MGE1ZDc2NjBlMzVjNzNmM2FmMWQzYWIxNGViMGVmMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb3fc24e-a210-4986-b88d-2beb9e453aa1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T13:32:29.371Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:29.371Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:29.373Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:29.373Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:29.473Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:29.473Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:29.474Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:29.485Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:29.485Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:32:30.373Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:30.374Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:30.376Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:30.376Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:30.476Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:30.477Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:30.477Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:30.487Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:30.488Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:32:31.376Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:31.377Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:31.378Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:31.378Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:31.478Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:31.479Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:31.479Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:31.490Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:31.490Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:32:32.379Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:32.379Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:32.381Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:32.381Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:32.481Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:32.481Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:32.481Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:32.493Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:32.494Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:32:33.381Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:33.382Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:33.383Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:33.383Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:33.483Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:33.484Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:33.484Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:33.495Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:33.495Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:32:34.384Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:34.384Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:34.386Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:34.386Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:34.486Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:34.487Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:34.487Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:34.518Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:34.518Z||pool-151-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:32:35.387Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:35.387Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:35.389Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:35.389Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:35.489Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:35.489Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:35.489Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:35.510Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:35.510Z||pool-152-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:32:36.389Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:36.390Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:36.392Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:36.392Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:36.491Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:32:36.492Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:36.492Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:36.512Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:36.513Z||pool-153-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:32:37.392Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T13:32:37.392Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:37.394Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:37.394Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:32:37.494Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:37.495Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:37.495Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:37.508Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:37.509Z||pool-154-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:32:38.395Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "330dfdd0-c750-4128-a772-fcfd3095d836", "serviceDescription": "service", "serviceInvariantUUID": "ed000d2b-d111-4d26-9875-dc2c83325a24", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "1e5f04c4-f4d6-4512-aa1d-053811404071", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1c2fd638-7370-4cb2-9e3d-435f2095afcc", "resourceInvariantUUID": "3c86b3bb-6619-44e8-a6ac-87ecc46e15f3", "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": "MGE1ZDc2NjBlMzVjNzNmM2FmMWQzYWIxNGViMGVmMmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb3fc24e-a210-4986-b88d-2beb9e453aa1" } ], "workloadContext": "Production" } 2022-11-18T13:32:38.395Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T13:32:38.395Z|f66a50bb-3806-4948-ac1c-681ad5153943|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 330dfdd0-c750-4128-a772-fcfd3095d836 ASDC 2022-11-18T13:32:38.395Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3821551b-6bb8-4fd3-87c2-63638205c5fc ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:330dfdd0-c750-4128-a772-fcfd3095d836 ServiceInvariantUUID:ed000d2b-d111-4d26-9875-dc2c83325a24 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:eb3fc24e-a210-4986-b88d-2beb9e453aa1 ArtifactChecksum:MGE1ZDc2NjBlMzVjNzNmM2FmMWQzYWIxNGViMGVmMmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:1e5f04c4-f4d6-4512-aa1d-053811404071 ResourceInvariantUUID:3c86b3bb-6619-44e8-a6ac-87ecc46e15f3 ResourceName:test-pnf ResourceType:PNF ResourceUUID:1c2fd638-7370-4cb2-9e3d-435f2095afcc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-18T13:32:38.396Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 330dfdd0-c750-4128-a772-fcfd3095d836 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-11-18T13:32:38.418Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:32:38.418Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:32:38.418Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:32:38.418Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eb3fc24e-a210-4986-b88d-2beb9e453aa1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-18T13:32:38.418Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-18T13:32:38.418Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-18T13:32:38.548Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-18T13:32:38.552Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar eb3fc24e-a210-4986-b88d-2beb9e453aa1 110859 2022-11-18T13:32:38.552Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-18T13:32:38.552Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-18T13:32:38.553Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T13:32:38.553Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:38.554Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:38.555Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778358552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:32:38.654Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T13:32:38.655Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:38.655Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:38.666Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:38.667Z||pool-155-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T13:32:39.555Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T13:32:39.556Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-18T13:32:39.556Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eb3fc24e-a210-4986-b88d-2beb9e453aa1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T13:32:39.556Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-18T13:32:39.556Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T13:32:39.557Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T13:32:39.651Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11657543005454387147/Definitions/service-TestPnfMacro-template.yml 2022-11-18T13:32:40.359Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T13:32:40.359Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:32:40.359Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T13:32:40.359Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T13:32:40.359Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-TestPnfMacro-csar.csar 2022-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-TestPnfMacro-csar.csar 2022-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||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-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-TestPnfMacro-csar.csar 2022-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-TestPnfMacro-csar.csar 2022-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-TestPnfMacro-csar.csar 2022-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-TestPnfMacro-csar.csar 2022-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.360Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.361Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-18T13:32:40.361Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:32:40.361Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:32:40.361Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.361Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.361Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-18T13:32:40.361Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-18T13:32:40.361Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T13:32:40.362Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.362Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.362Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.362Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.362Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.362Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.362Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.362Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.363Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.363Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.363Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:330dfdd0-c750-4128-a772-fcfd3095d836 Model Version:NULL Model InvariantUuid:ed000d2b-d111-4d26-9875-dc2c83325a24 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-11-18T13:32:40.371Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1c2fd638-7370-4cb2-9e3d-435f2095afcc 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-11-18T13:32:40.373Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-11-18T13:32:40.373Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1c2fd638-7370-4cb2-9e3d-435f2095afcc 2022-11-18T13:32:40.374Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 330dfdd0-c750-4128-a772-fcfd3095d836 2022-11-18T13:32:40.374Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 330dfdd0-c750-4128-a772-fcfd3095d836 2022-11-18T13:32:40.374Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1c2fd638-7370-4cb2-9e3d-435f2095afcc 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-11-18T13:32:40.378Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bed71a3, org.onap.sdc.toscaparser.api.parameters.Input@63ee273, org.onap.sdc.toscaparser.api.parameters.Input@6fca02a3, org.onap.sdc.toscaparser.api.parameters.Input@4e678e4a, org.onap.sdc.toscaparser.api.parameters.Input@7eb78e4c] 2022-11-18T13:32:40.378Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.378Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.379Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 330dfdd0-c750-4128-a772-fcfd3095d836: test-pnf 2022-11-18T13:32:40.379Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1c2fd638-7370-4cb2-9e3d-435f2095afcc 2022-11-18T13:32:40.379Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T13:32:40.379Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T13:32:40.380Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||Resource customization UUID: 1e5f04c4-f4d6-4512-aa1d-053811404071 is the same as notified resource customizationUUID: 1e5f04c4-f4d6-4512-aa1d-053811404071 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-11-18T13:32:40.411Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1c2fd638-7370-4cb2-9e3d-435f2095afcc 0 ASDC deployResourceStructure 2022-11-18T13:32:40.412Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-18T13:32:40.412Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-18T13:32:40.412Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T13:32:40.412Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:32:40.414Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:32:40.414Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778360412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:32:40.514Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:32:40.515Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:32:40.515Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:40.534Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:40.535Z||pool-156-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T13:32:41.414Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3821551b-6bb8-4fd3-87c2-63638205c5fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:32:41.424Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3821551b-6bb8-4fd3-87c2-63638205c5fc 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-11-18T13:32:41.427Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:32:41.428Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T13:32:41.428Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T13:32:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:32:49.625Z||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-11-18T13:32:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:32:49.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:32:49.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778192839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:32:49.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:32:49.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668778193859, "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-11-18T13:32:49.658Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3821551b-6bb8-4fd3-87c2-63638205c5fc 2022-11-18T13:32:49.658Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3821551b-6bb8-4fd3-87c2-63638205c5fc 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-11-18T13:32:49.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778194598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:32:49.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:32:49.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "aai-ml", "timestamp": 1668778195602, "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-11-18T13:32:49.671Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3821551b-6bb8-4fd3-87c2-63638205c5fc 2022-11-18T13:32:49.671Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3821551b-6bb8-4fd3-87c2-63638205c5fc 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-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d324ff15-4ed3-40aa-b1ae-a95e65c98e2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778239577, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:32:49.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:49.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:32:49.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:32:49.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:32:49.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:11.428Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3821551b-6bb8-4fd3-87c2-63638205c5fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-18T13:33:11.440Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3821551b-6bb8-4fd3-87c2-63638205c5fc 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-11-18T13:33:11.442Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T13:33:11.442Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T13:33:11.442Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T13:33:11.442Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T13:33:11.442Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:33:11.442Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:33:11.443Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:33:11.443Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:33:11.443Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T13:33:11.443Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:33:11.449Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T13:33:41.450Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3821551b-6bb8-4fd3-87c2-63638205c5fc 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-11-18T13:33:41.456Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3821551b-6bb8-4fd3-87c2-63638205c5fc and serviceModelVersionId: 330dfdd0-c750-4128-a772-fcfd3095d836 2022-11-18T13:33:41.456Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed000d2b-d111-4d26-9875-dc2c83325a24 2022-11-18T13:33:41.457Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?depth=0 2022-11-18T13:33:41.463Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T13:33:41.508Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?depth=0|INFO|500||Invoke 2022-11-18T13:33:41.509Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3821551b-6bb8-4fd3-87c2-63638205c5fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db9e7f89-b868-4cb8-9ab4-d3921aaed949], X-ECOMP-RequestID=[3821551b-6bb8-4fd3-87c2-63638205c5fc], X-TransactionId=[], X-ONAP-RequestID=[3821551b-6bb8-4fd3-87c2-63638205c5fc], Content-Type=[application/merge-patch+json]} 2022-11-18T13:33:41.527Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T13:33:41.608Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?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/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-13:33:42:034-61762], vertex-id=[479440], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:33:42 GMT], Content-Type=[application/json]} 2022-11-18T13:33:41.609Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T13:33:41.610Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed000d2b-d111-4d26-9875-dc2c83325a24/model-vers/model-ver/330dfdd0-c750-4128-a772-fcfd3095d836?depth=0|INFO|500||InvokeReturn 2022-11-18T13:33:41.611Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T13:33:41.611Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:33:41.616Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:33:41.616Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3821551b-6bb8-4fd3-87c2-63638205c5fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T13:33:41.617Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T13:33:41.617Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-18T13:33:41.619Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T13:33:41.619Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778421617, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:33:41.719Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T13:33:41.720Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T13:33:41.720Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:33:41.739Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:33:41.740Z||pool-157-thread-1|||||INFO|500||cambria reply ok (21 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-11-18T13:33:42.637Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:33:42.638Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:33:42.638Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:33:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:33:49.625Z||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-11-18T13:33:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:33:49.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:33:49.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778009622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:33:49.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778250839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:33:49.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778253314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:33:49.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778254376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:33:49.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778255429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:33:49.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778256517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:33:49.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778257583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T13:33:49.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778258648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:33:49.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778259651, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:33:49.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778260655, "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-11-18T13:33:49.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778261658, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-18T13:33:49.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778262661, "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-11-18T13:33:49.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778263666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:33:49.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f683e31a-978f-460d-b8f0-7cbf8d00772d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778294881, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:33:49.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:33:49.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T13:33:49.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T13:33:49.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:33:49.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:33:49.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-18T13:33:49.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:33:49.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778308573, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:33:49.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:33:52.203Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:33:52.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:33:52.204Z||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-11-18T13:33:52.204Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:34:01.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:34:01.791Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:34:01.792Z||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-11-18T13:34:01.792Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:34:11.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:34:11.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:34:11.334Z||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-11-18T13:34:11.334Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:34:20.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:34:20.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:34:20.888Z||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-11-18T13:34:20.888Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:34:30.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:34:30.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:34:30.441Z||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-11-18T13:34:30.441Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:34:40.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:34:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:34:49.623Z||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-11-18T13:34:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:34:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:34:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:34:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:34:49.649Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:34:49.649Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.649Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778310897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778311982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778313044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.650Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778314153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778315156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778316160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778317163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.651Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f66a50bb-3806-4948-ac1c-681ad5153943", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778348355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T13:34:49.652Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T13:34:49.653Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778295895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778358552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778360412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T13:34:49.654Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:34:59.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:35:49.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:35:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:35:49.625Z||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-11-18T13:35:49.625Z||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-11-18T13:35:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:35:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:35:50.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:35:50.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T13:35:50.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3821551b-6bb8-4fd3-87c2-63638205c5fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668778421617, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T13:35:50.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T13:35:59.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:36:49.622Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:36:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:36:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:36:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:36:49.625Z||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-11-18T13:36:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:36:59.171Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:36:59.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:37:49.622Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:37:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:37:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:37:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:37:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T13:37:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:37:59.167Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:37:59.170Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:38:49.622Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:38:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:38:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:38:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:38:49.624Z||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-11-18T13:38:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:38:59.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:38:59.175Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:39:49.622Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:39:49.623Z||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-11-18T13:39:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:39:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:39:49.624Z||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-11-18T13:39:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:39:59.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:39:59.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:40:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:40:49.623Z||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-11-18T13:40:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:40:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:40:49.624Z||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-11-18T13:40:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:40:59.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:40:59.186Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:41:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:41:49.623Z||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-11-18T13:41:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:41:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:41:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T13:41:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:41:59.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:41:59.176Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:42:49.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:42:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:42:49.625Z||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-11-18T13:42:49.625Z||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-11-18T13:42:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:42:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:42:59.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:42:59.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:43:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:43:49.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T13:43:49.623Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:43:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:43:49.626Z||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-11-18T13:43:49.626Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:43:59.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:43:59.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:44:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:44:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:44:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:44:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:44:49.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T13:44:49.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:44:59.187Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:44:59.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:45:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:45:49.624Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T13:45:49.624Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:45:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:45:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:45:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:45:59.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:45:59.179Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:46:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:46:49.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T13:46:49.623Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:46:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:46:49.624Z||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-11-18T13:46:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:46:59.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:46:59.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:47:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:47:49.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T13:47:49.623Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:47:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:47:49.624Z||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-11-18T13:47:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:47:59.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:47:59.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:48:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:48:49.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T13:48:49.623Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:48:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:48:49.624Z||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-11-18T13:48:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:48:59.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:48:59.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:49:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:49:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:49:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:49:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:49:49.624Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T13:49:49.625Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T13:49:59.199Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:49:59.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:50:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:50:49.623Z||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-11-18T13:50:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:50:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:50:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:50:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:50:59.164Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:50:59.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:51:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:51:49.623Z||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-11-18T13:51:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:51:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:51:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T13:51:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:51:59.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:51:59.230Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:52:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:52:49.623Z||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-11-18T13:52:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:52:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:52:49.624Z||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-11-18T13:52:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:52:59.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:52:59.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:53:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:53:49.623Z||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-11-18T13:53:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:53:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:53:49.624Z||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-11-18T13:53:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:53:59.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:53:59.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:54:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:54:49.623Z||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-11-18T13:54:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:54:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:54:49.625Z||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-11-18T13:54:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:54:59.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:54:59.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:55:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:55:49.623Z||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-11-18T13:55:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:55:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:55:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T13:55:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:55:59.184Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:55:59.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:56:49.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:56:49.624Z||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-11-18T13:56:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:56:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:56:49.624Z||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-11-18T13:56:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:56:59.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:56:59.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:57:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:57:49.623Z||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-11-18T13:57:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:57:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:57:49.624Z||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-11-18T13:57:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:57:59.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:57:59.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:58:49.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:58:49.631Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:58:49.631Z||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-11-18T13:58:49.631Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:58:49.631Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:58:49.632Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:58:59.197Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:58:59.216Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:59:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:59:49.623Z||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-11-18T13:59:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:59:49.624Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T13:59:49.625Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T13:59:49.625Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T13:59:59.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T13:59:59.177Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:00:49.622Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:00:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T14:00:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:00:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:00:49.625Z||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-11-18T14:00:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:00:59.184Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:00:59.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:01:49.622Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:01:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T14:01:49.623Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:01:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:01:49.624Z||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-11-18T14:01:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:01:59.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:01:59.194Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:02:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:02:49.623Z||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-11-18T14:02:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:02:49.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:02:49.625Z||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-11-18T14:02:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:02:59.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:02:59.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:03:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:03:49.623Z||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-11-18T14:03:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:03:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:03:49.625Z||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-11-18T14:03:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:03:59.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:03:59.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:04:49.622Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:04:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T14:04:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:04:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:04:49.625Z||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-11-18T14:04:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:04:59.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:04:59.192Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:05:49.622Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:05:49.623Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T14:05:49.623Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:05:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:05:49.625Z||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-11-18T14:05:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:05:59.175Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:05:59.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:06:49.622Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:06:49.623Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T14:06:49.623Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:06:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:06:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T14:06:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:06:59.180Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:06:59.181Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:07:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:07:49.623Z||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-11-18T14:07:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:07:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:07:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T14:07:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:07:59.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:07:59.175Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:08:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:08:49.623Z||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-11-18T14:08:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:08:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:08:49.625Z||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-11-18T14:08:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:08:59.186Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:08:59.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:09:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:09:49.623Z||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-11-18T14:09:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:09:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:09:49.625Z||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-11-18T14:09:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:09:59.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:09:59.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:10:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:10:49.623Z||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-11-18T14:10:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:10:49.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:10:49.627Z||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-11-18T14:10:49.628Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:10:59.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:10:59.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:11:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:11:49.623Z||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-11-18T14:11:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:11:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:11:49.625Z||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-11-18T14:11:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:11:59.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:11:59.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:12:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:12:49.623Z||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-11-18T14:12:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:12:49.624Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:12:49.625Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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-11-18T14:12:49.625Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:12:59.183Z|3821551b-6bb8-4fd3-87c2-63638205c5fc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:12:59.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:13:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:13:49.624Z||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-11-18T14:13:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:13:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:13:49.624Z||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-11-18T14:13:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:13:59.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:13:59.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:14:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:14:49.623Z||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-11-18T14:14:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:14:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:14:49.625Z||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-11-18T14:14:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:14:59.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:14:59.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:15:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:15:49.623Z||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-11-18T14:15:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:15:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:15:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T14:15:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:15:59.176Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:15:59.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:16:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:16:49.623Z||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-11-18T14:16:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:16:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:16:49.624Z||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-11-18T14:16:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:16:59.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:16:59.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:17:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:17:49.623Z||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-11-18T14:17:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:17:49.624Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:17:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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-11-18T14:17:49.625Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:17:59.182Z|f8d3f67f-cde8-41cb-8202-9cc1be746e0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:17:59.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:18:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:18:49.623Z||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-11-18T14:18:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:18:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:18:49.625Z||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-11-18T14:18:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:18:59.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:18:59.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:19:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:19:49.623Z||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-11-18T14:19:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:19:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:19:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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-11-18T14:19:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:19:59.180Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:19:59.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:20:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:20:49.623Z||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-11-18T14:20:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:20:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:20:49.624Z||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-11-18T14:20:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:20:59.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:20:59.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:21:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:21:49.623Z||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-11-18T14:21:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:21:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:21:49.624Z||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-11-18T14:21:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:21:59.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:21:59.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:22:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:22:49.623Z||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-11-18T14:22:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:22:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:22:49.625Z||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-11-18T14:22:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:22:59.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:22:59.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:23:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:23:49.624Z||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-11-18T14:23:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:23:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:23:49.625Z||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-11-18T14:23:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:23:59.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:23:59.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:24:49.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:24:49.624Z||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-11-18T14:24:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:24:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:24:49.625Z||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-11-18T14:24:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:24:59.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:24:59.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:25:49.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:25:49.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T14:25:49.623Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T14:25:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:25:49.625Z||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-11-18T14:25:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:25:59.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:25:59.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:26:49.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:26:49.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T14:26:49.623Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T14:26:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:26:49.625Z||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-11-18T14:26:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:26:59.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:26:59.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:27:49.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:27:49.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T14:27:49.623Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ... 2022-11-18T14:27:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:27:49.624Z||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-11-18T14:27:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:27:59.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:27:59.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:28:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:28:49.624Z||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-11-18T14:28:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:28:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:28:49.625Z||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-11-18T14:28:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:28:59.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:28:59.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:29:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:29:49.624Z||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-11-18T14:29:49.624Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:29:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:29:49.624Z||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-11-18T14:29:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:29:59.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:29:59.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:30:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:30:49.623Z||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-11-18T14:30:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:30:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:30:49.625Z||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-11-18T14:30:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:30:59.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:30:59.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:31:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:31:49.623Z||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-11-18T14:31:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:31:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:31:49.624Z||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-11-18T14:31:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:31:59.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:31:59.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:32:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:32:49.623Z||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-11-18T14:32:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:32:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:32:49.625Z||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-11-18T14:32:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:32:59.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:32:59.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:33:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:33:49.623Z||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-11-18T14:33:49.623Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:33:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T14:33:49.624Z||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-11-18T14:33:49.625Z||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 fbB3oYJJtYnhfEed) ... 2022-11-18T14:33:59.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T14:33:59.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK