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) 2023-01-06T03:26:46.965Z||main|||||INFO|500||The following profiles are active: basic 2023-01-06T03:27:11.096Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-06T03:27:11.097Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-06T03:27:11.342Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-06T03:27:19.123Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-06T03:27:19.731Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-06T03:27:20.476Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-06T03:27:20.486Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-06T03:27:20.715Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-06T03:27:21.060Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-06T03:27:21.923Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-06T03:27:25.846Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-06T03:27:29.974Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-06T03:27:30.086Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-06T03:27:31.144Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-06T03:27:31.784Z||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. 2023-01-06T03:27:34.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-06T03:27:36.397Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-06T03:27:36.440Z||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$$2538ded1.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) 2023-01-06T03:27:36.442Z||main|||||WARN|500||The sdc end point is not alive 2023-01-06T03:27:43.168Z||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 2023-01-06T03:27:49.598Z||main|||||WARN|500||--- 2023-01-06T03:27:49.600Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-06T03:27:49.600Z||main|||||WARN|500||--- 2023-01-06T03:27:50.473Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-06T03:28:00.668Z||main|||||INFO|500||Started Application in 81.53 seconds (JVM running for 87.003) 2023-01-06T03:28:00.764Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-06T03:28:00.783Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-06T03:28:00.842Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-06T03:28:00.907Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-06T03:28:01.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef5ae559-1548-45ad-aa87-841290a3d951 url= /sdc/v1/artifactTypes 2023-01-06T03:28:01.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-06T03:28:01.607Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-06T03:28:01.731Z||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 2023-01-06T03:28:01.773Z||scheduling-1|||||DEBUG|500||create keys 2023-01-06T03:28:01.795Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-06T03:28:01.857Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:28:01.916Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 963b2a82-66d7-4569-984a-c371dac8a2f8 url= /sdc/v1/registerForDistribution 2023-01-06T03:28:02.032Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 963b2a82-66d7-4569-984a-c371dac8a2f8 url= /sdc/v1/registerForDistribution 2023-01-06T03:28:02.037Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-06T03:28:02.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:28:02.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:28:02.120Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-06T03:28:02.134Z||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. 2023-01-06T03:28:02.135Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:28:02.173Z||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. 2023-01-06T03:28:02.174Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:28:12.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:28:12.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:29:02.061Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:29:02.065Z||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. 2023-01-06T03:29:02.066Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:29:02.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:29:02.094Z||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. 2023-01-06T03:29:02.095Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:29:11.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:29:11.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:30:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:30:02.058Z||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. 2023-01-06T03:30:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:30:02.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:30:02.085Z||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. 2023-01-06T03:30:02.085Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:30:11.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:30:11.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:31:02.055Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:31:02.058Z||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. 2023-01-06T03:31:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:31:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:31:02.087Z||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. 2023-01-06T03:31:02.087Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:31:11.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:31:11.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:32:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:32:02.056Z||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. 2023-01-06T03:32:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:32:02.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:32:02.084Z||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. 2023-01-06T03:32:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:32:11.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:32:11.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:33:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:33:02.056Z||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. 2023-01-06T03:33:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:33:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:33:02.083Z||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. 2023-01-06T03:33:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:33:11.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:33:11.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:34:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:34:02.057Z||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. 2023-01-06T03:34:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:34:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:34:02.083Z||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. 2023-01-06T03:34:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:34:11.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:34:11.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:35:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:35:02.059Z||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. 2023-01-06T03:35:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:35:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:35:02.086Z||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. 2023-01-06T03:35:02.087Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:35:11.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:35:11.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:36:02.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:36:02.061Z||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. 2023-01-06T03:36:02.062Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:36:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:36:02.083Z||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. 2023-01-06T03:36:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:36:11.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:36:11.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:37:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:37:02.057Z||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. 2023-01-06T03:37:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:37:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:37:02.083Z||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. 2023-01-06T03:37:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:37:09.395Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-06T03:37:11.610Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:37:11.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:38:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:38:02.057Z||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. 2023-01-06T03:38:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:38:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:38:02.084Z||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. 2023-01-06T03:38:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:38:11.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:38:11.712Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:39:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:39:02.057Z||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. 2023-01-06T03:39:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:39:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:39:02.083Z||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. 2023-01-06T03:39:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:39:11.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:39:11.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:40:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:40:02.058Z||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. 2023-01-06T03:40:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:40:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:40:02.084Z||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. 2023-01-06T03:40:02.085Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:40:11.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:40:11.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:41:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:41:02.057Z||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. 2023-01-06T03:41:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:41:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:41:02.083Z||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. 2023-01-06T03:41:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:41:11.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:41:11.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:42:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:42:02.056Z||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. 2023-01-06T03:42:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:42:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:42:02.084Z||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. 2023-01-06T03:42:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:42:11.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:42:11.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:43:02.055Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:43:02.057Z||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. 2023-01-06T03:43:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:43:02.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:43:02.084Z||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. 2023-01-06T03:43:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:43:11.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:43:11.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:44:02.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:44:02.061Z||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. 2023-01-06T03:44:02.061Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:44:02.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:44:02.083Z||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. 2023-01-06T03:44:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:44:11.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:44:11.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:45:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:45:02.058Z||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. 2023-01-06T03:45:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:45:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:45:02.083Z||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. 2023-01-06T03:45:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:45:11.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:45:11.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:46:02.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:46:02.056Z||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. 2023-01-06T03:46:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:46:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:46:02.083Z||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. 2023-01-06T03:46:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:46:11.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:46:11.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:47:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:47:02.057Z||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. 2023-01-06T03:47:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:47:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:47:02.083Z||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. 2023-01-06T03:47:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:47:11.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:47:11.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:48:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:48:02.057Z||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. 2023-01-06T03:48:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:48:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:48:02.083Z||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. 2023-01-06T03:48:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:48:11.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:48:11.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:49:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:49:02.058Z||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. 2023-01-06T03:49:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:49:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:49:02.083Z||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. 2023-01-06T03:49:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:49:11.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:49:11.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:50:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:50:02.056Z||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. 2023-01-06T03:50:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:50:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:50:02.084Z||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. 2023-01-06T03:50:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:50:11.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:50:11.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:51:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:51:02.056Z||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. 2023-01-06T03:51:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:51:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:51:02.083Z||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. 2023-01-06T03:51:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:51:11.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:51:11.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:52:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:52:02.056Z||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. 2023-01-06T03:52:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:52:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:52:02.083Z||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. 2023-01-06T03:52:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:52:11.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:52:11.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:53:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:53:02.056Z||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. 2023-01-06T03:53:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:53:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:53:02.083Z||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. 2023-01-06T03:53:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:53:11.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:53:11.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:54:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:54:02.058Z||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. 2023-01-06T03:54:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:54:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:54:02.083Z||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. 2023-01-06T03:54:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:54:11.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:54:11.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:55:02.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:55:02.056Z||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. 2023-01-06T03:55:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:55:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:55:02.083Z||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. 2023-01-06T03:55:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:55:11.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:55:11.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:56:02.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:56:02.056Z||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. 2023-01-06T03:56:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:56:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:56:02.083Z||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. 2023-01-06T03:56:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:56:11.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:56:11.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:57:02.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:57:02.056Z||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. 2023-01-06T03:57:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:57:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:57:02.083Z||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. 2023-01-06T03:57:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:57:11.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:57:11.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:58:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:58:02.057Z||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. 2023-01-06T03:58:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:58:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:58:02.083Z||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. 2023-01-06T03:58:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:58:11.654Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:58:11.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:59:02.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:59:02.058Z||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. 2023-01-06T03:59:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:59:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T03:59:02.083Z||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. 2023-01-06T03:59:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T03:59:11.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T03:59:11.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:00:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:00:02.057Z||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. 2023-01-06T04:00:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:00:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:00:02.083Z||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. 2023-01-06T04:00:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:00:11.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:00:11.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:01:02.054Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:01:02.056Z||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. 2023-01-06T04:01:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:01:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:01:02.083Z||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. 2023-01-06T04:01:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:01:11.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:01:11.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:02:02.055Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:02:02.057Z||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. 2023-01-06T04:02:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:02:02.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:02:02.085Z||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. 2023-01-06T04:02:02.085Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:02:11.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:02:11.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:03:02.054Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:03:02.056Z||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. 2023-01-06T04:03:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:03:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:03:02.089Z||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. 2023-01-06T04:03:02.092Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:03:11.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:03:11.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:04:02.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:04:02.059Z||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. 2023-01-06T04:04:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:04:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:04:02.083Z||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. 2023-01-06T04:04:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:04:11.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:04:11.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:05:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:05:02.056Z||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. 2023-01-06T04:05:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:05:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:05:02.083Z||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. 2023-01-06T04:05:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:05:11.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:05:11.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:06:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:06:02.057Z||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. 2023-01-06T04:06:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:06:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:06:02.083Z||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. 2023-01-06T04:06:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:06:11.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:06:11.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:07:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:07:02.056Z||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. 2023-01-06T04:07:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:07:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:07:02.084Z||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. 2023-01-06T04:07:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:07:11.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:07:11.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:08:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:08:02.058Z||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. 2023-01-06T04:08:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:08:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:08:02.083Z||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. 2023-01-06T04:08:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:08:11.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:08:11.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:09:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:09:02.058Z||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. 2023-01-06T04:09:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:09:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:09:02.083Z||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. 2023-01-06T04:09:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:09:11.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:09:11.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:10:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:10:02.057Z||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. 2023-01-06T04:10:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:10:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:10:02.083Z||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. 2023-01-06T04:10:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:10:11.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:10:11.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:11:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:11:02.056Z||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. 2023-01-06T04:11:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:11:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:11:02.083Z||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. 2023-01-06T04:11:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:11:11.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:11:11.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:12:02.061Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:12:02.063Z||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. 2023-01-06T04:12:02.064Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:12:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:12:02.086Z||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. 2023-01-06T04:12:02.086Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:12:11.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:12:11.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:13:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:13:02.057Z||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. 2023-01-06T04:13:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:13:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:13:02.084Z||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. 2023-01-06T04:13:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:13:11.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:13:11.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:14:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:14:02.057Z||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. 2023-01-06T04:14:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:14:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:14:02.083Z||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. 2023-01-06T04:14:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:14:11.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:14:11.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:15:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:15:02.056Z||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. 2023-01-06T04:15:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:15:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:15:02.085Z||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. 2023-01-06T04:15:02.085Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:15:11.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:15:11.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:16:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:16:02.056Z||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. 2023-01-06T04:16:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:16:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:16:02.083Z||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. 2023-01-06T04:16:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:16:11.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:16:11.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:17:02.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:17:02.058Z||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. 2023-01-06T04:17:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:17:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:17:02.083Z||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. 2023-01-06T04:17:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:17:11.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:17:11.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:18:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:18:02.058Z||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. 2023-01-06T04:18:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:18:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:18:02.083Z||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. 2023-01-06T04:18:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:18:11.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:18:11.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:19:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:19:02.057Z||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. 2023-01-06T04:19:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:19:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:19:02.084Z||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. 2023-01-06T04:19:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:19:11.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:19:11.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:20:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:20:02.056Z||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. 2023-01-06T04:20:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:20:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:20:02.083Z||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. 2023-01-06T04:20:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:20:11.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:20:11.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:21:02.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:21:02.059Z||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. 2023-01-06T04:21:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:21:02.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:21:02.083Z||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. 2023-01-06T04:21:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:21:11.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:21:11.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:22:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:22:02.056Z||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. 2023-01-06T04:22:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:22:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:22:02.083Z||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. 2023-01-06T04:22:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:22:11.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:22:11.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:23:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:23:02.057Z||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. 2023-01-06T04:23:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:23:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:23:02.083Z||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. 2023-01-06T04:23:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:23:11.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:23:11.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:24:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:24:02.056Z||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. 2023-01-06T04:24:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:24:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:24:02.083Z||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. 2023-01-06T04:24:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:24:11.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:24:11.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:25:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:25:02.056Z||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. 2023-01-06T04:25:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:25:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:25:02.083Z||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. 2023-01-06T04:25:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:25:11.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:25:11.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:26:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:26:02.057Z||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. 2023-01-06T04:26:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:26:02.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:26:02.083Z||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. 2023-01-06T04:26:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:26:11.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:26:11.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:27:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:27:02.057Z||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. 2023-01-06T04:27:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:27:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:27:02.083Z||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. 2023-01-06T04:27:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:27:11.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:27:11.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:28:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:28:02.057Z||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. 2023-01-06T04:28:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:28:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:28:02.083Z||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. 2023-01-06T04:28:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:28:11.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:28:11.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:29:02.056Z||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. 2023-01-06T04:29:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:29:02.083Z||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. 2023-01-06T04:29:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:10.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:10.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-06T04:29:10.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2532f932-3856-4056-a0d1-8a52390b3dd2","serviceName":"vFW 2023-01-06 04-28-08","serviceVersion":"1.0","serviceUUID":"e42e9eb0-f650-4890-b381-bae068bbca1b","serviceDescription":"catalog service description","serviceInvariantUUID":"76256448-803d-4b5d-8faf-7b2fe302fcb9","resources":[{"resourceInstanceName":"vFW 6d40b0c8-7084 0","resourceName":"vFW 6d40b0c8-7084","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33f7d3e9-5140-454f-b232-42d250613a7b","resourceInvariantUUID":"b5b26dd8-ca0d-4d26-b067-0f799c099c44","resourceCustomizationUUID":"4d59d944-9d83-4e0c-803d-489c2c5f3a9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml","artifactChecksum":"NjIyMGMwM2FmYWFhYWU2NzYyMDVkNjJmYWNjMmZlMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c35f3ccb-c864-4810-9cc5-e0cb48a524e8","artifactVersion":"1"},{"artifactName":"vfw6d40b0c870840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json","artifactChecksum":"ZDdlOTM5NmM4Y2MyZmRhYWI4NzA5OGMwMDY5ZWU4NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40587e16-c858-45fc-b3c1-6820a5ed79f8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ef8370d-3238-45e5-9b1a-8a07692451b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml","artifactChecksum":"ODI4OWRmMjgzNmU0ZGUzM2JkYTg5ZjEzYmVkYzg5MDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a310b18-d454-4879-925d-94bf4afd3bd4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b","artifactVersion":"2","generatedFromUUID":"8ef8370d-3238-45e5-9b1a-8a07692451b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230106042808-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml","artifactChecksum":"MDIxNzg5NjM2OTRkNGZkMWZhNzIwMjcyZjMwODdmNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fdc9b36-3d2a-41ff-989d-262addb34ef3","artifactVersion":"1"},{"artifactName":"service-Vfw20230106042808-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar","artifactChecksum":"NzQ2NmUxMjY1MTA5YmEwNWFkMjRmOTMxZDU5YjA4NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1378652-1184-4f8c-8399-cb56f19f0ffc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T04:29:10.941Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:29:10.955Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:10.973Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:10.973Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:29:11.074Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2023-01-06T04:29:11.085Z||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. 2023-01-06T04:29:11.086Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:11.098Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:11.100Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:11.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:11.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:29:11.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "ves-openapi-manager", "timestamp": 1672979350084, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:29:11.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:29:11.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:29:11.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979347147, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:29:11.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:29:11.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:29:11.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:29:11.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:29:11.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:29:11.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979348583, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:29:11.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:29:11.983Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:29:11.984Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:11.988Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:11.988Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "NOTIFIED" } 2023-01-06T04:29:12.088Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:29:12.090Z||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. 2023-01-06T04:29:12.090Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:12.104Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:12.105Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:12.989Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:29:12.990Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:12.995Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:12.995Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-06T04:29:13.094Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:29:13.095Z||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. 2023-01-06T04:29:13.096Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:13.117Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:13.119Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:13.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:29:13.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:14.009Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:14.009Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:29:14.108Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:29:14.110Z||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. 2023-01-06T04:29:14.111Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:14.146Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:14.147Z||pool-6-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:15.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:29:15.022Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:15.028Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:15.029Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-06T04:29:15.128Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:29:15.130Z||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. 2023-01-06T04:29:15.130Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:15.141Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:15.143Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:16.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:29:16.031Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:16.034Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:16.034Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:29:16.134Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:29:16.136Z||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. 2023-01-06T04:29:16.136Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:16.147Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:16.148Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:29:17.035Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:29:17.037Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:17.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:17.042Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:29:17.143Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:29:17.146Z||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. 2023-01-06T04:29:17.147Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:17.179Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:17.180Z||pool-9-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:29:18.046Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "serviceName": "vFW 2023-01-06 04-28-08", "serviceVersion": "1.0", "serviceUUID": "e42e9eb0-f650-4890-b381-bae068bbca1b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "76256448-803d-4b5d-8faf-7b2fe302fcb9", "resources": [ { "resourceInstanceName": "vFW 6d40b0c8-7084 0", "resourceCustomizationUUID": "4d59d944-9d83-4e0c-803d-489c2c5f3a9a", "resourceName": "vFW 6d40b0c8-7084", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "33f7d3e9-5140-454f-b232-42d250613a7b", "resourceInvariantUUID": "b5b26dd8-ca0d-4d26-b067-0f799c099c44", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6d40b0c870840_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "artifactChecksum": "ZDdlOTM5NmM4Y2MyZmRhYWI4NzA5OGMwMDY5ZWU4NzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "40587e16-c858-45fc-b3c1-6820a5ed79f8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8ef8370d-3238-45e5-9b1a-8a07692451b5", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b", "generatedFromUUID": "8ef8370d-3238-45e5-9b1a-8a07692451b5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230106042808-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "artifactChecksum": "NzQ2NmUxMjY1MTA5YmEwNWFkMjRmOTMxZDU5YjA4NGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1378652-1184-4f8c-8399-cb56f19f0ffc" } ], "workloadContext": "Production" } 2023-01-06T04:29:18.048Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T04:29:18.048Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e42e9eb0-f650-4890-b381-bae068bbca1b ASDC 2023-01-06T04:29:18.248Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:2532f932-3856-4056-a0d1-8a52390b3dd2 ServiceName:vFW 2023-01-06 04-28-08 ServiceVersion:1.0 ServiceUUID:e42e9eb0-f650-4890-b381-bae068bbca1b ServiceInvariantUUID:76256448-803d-4b5d-8faf-7b2fe302fcb9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230106042808-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar ArtifactUUID:b1378652-1184-4f8c-8399-cb56f19f0ffc ArtifactChecksum:NzQ2NmUxMjY1MTA5YmEwNWFkMjRmOTMxZDU5YjA4NGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6d40b0c8-7084 0 ResourceCustomizationUUID:4d59d944-9d83-4e0c-803d-489c2c5f3a9a ResourceInvariantUUID:b5b26dd8-ca0d-4d26-b067-0f799c099c44 ResourceName:vFW 6d40b0c8-7084 ResourceType:VF ResourceUUID:33f7d3e9-5140-454f-b232-42d250613a7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6d40b0c870840_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json ArtifactUUID:40587e16-c858-45fc-b3c1-6820a5ed79f8 ArtifactChecksum:ZDdlOTM5NmM4Y2MyZmRhYWI4NzA5OGMwMDY5ZWU4NzM= 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/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml ArtifactUUID:8ef8370d-3238-45e5-9b1a-8a07692451b5 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/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env ArtifactUUID:02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b 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/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env ArtifactUUID:02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-06T04:29:18.249Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e42e9eb0-f650-4890-b381-bae068bbca1b 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 (?, ?, ?, ?, ?) 2023-01-06T04:29:18.733Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:29:18.736Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-06T04:29:18.741Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-06T04:29:18.742Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b1378652-1184-4f8c-8399-cb56f19f0ffc from URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:18.742Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-06T04:29:18.745Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:19.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-06T04:29:19.046Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar b1378652-1184-4f8c-8399-cb56f19f0ffc 100698 2023-01-06T04:29:19.048Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar ASDC sendASDCNotification 2023-01-06T04:29:19.048Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:19.050Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:29:19.051Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:19.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:19.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979359046, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:29:19.155Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:29:19.157Z||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. 2023-01-06T04:29:19.157Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:19.178Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:19.179Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:20.058Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:29:20.059Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-06T04:29:20.060Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b1378652-1184-4f8c-8399-cb56f19f0ffc, URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar to file: /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:20.060Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230106042808-csar.csar 2023-01-06T04:29:20.250Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:20.251Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:21.718Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12245065838488908037/Definitions/service-Vfw20230106042808-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 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 2023-01-06T04:29:26.833Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T04:29:26.843Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-06T04:29:26.844Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d40b0c8-7084 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-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.847Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.847Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:26.847Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-06T04:29:26.859Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.862Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:26.875Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:26.875Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-06T04:29:26.879Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:29:26.884Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.884Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:26.885Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:26.885Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-06T04:29:26.885Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:29:26.886Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.886Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:26.893Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.894Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria 2023-01-06T04:29:26.894Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-06T04:29:26.894Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-06T04:29:26.895Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-06T04:29:26.895Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.895Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.896Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-06T04:29:26.896Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.896Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-06T04:29:26.896Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-06T04:29:26.897Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.897Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.897Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-06T04:29:26.898Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.898Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-06T04:29:26.898Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.898Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-06T04:29:26.899Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.899Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T04:29:26.902Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.903Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:26.903Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:29:26.904Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.904Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:26.904Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:29:26.905Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.905Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:26.905Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:29:26.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria 2023-01-06T04:29:26.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-06T04:29:26.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-06T04:29:26.907Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-06T04:29:26.907Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-06T04:29:26.907Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-06T04:29:26.907Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.908Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.908Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-06T04:29:26.908Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-06T04:29:26.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9db1f420-4def-4af1-ba21-a166c72f11e4 2023-01-06T04:29:26.910Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.910Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria 2023-01-06T04:29:26.910Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-06T04:29:26.911Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-06T04:29:26.911Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-06T04:29:26.911Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.911Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-06T04:29:26.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-06T04:29:26.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-06T04:29:26.913Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.913Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-06T04:29:26.913Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.913Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=221326ce-9417-4b80-84b4-52cb9a8aa8a9 2023-01-06T04:29:26.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria 2023-01-06T04:29:26.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-06T04:29:26.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-06T04:29:26.915Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-06T04:29:26.915Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.916Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.916Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-06T04:29:26.916Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.917Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-06T04:29:26.917Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-06T04:29:26.917Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:26.917Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:26.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-06T04:29:26.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e6da8951-6db7-43d0-a37a-c7cd4d43eccd 2023-01-06T04:29:26.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:26.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:26.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:26.920Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:26.920Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:26.920Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-06 04-28-08 Description:catalog service description Model UUID:e42e9eb0-f650-4890-b381-bae068bbca1b Model Version:NULL Model InvariantUuid:76256448-803d-4b5d-8faf-7b2fe302fcb9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6d40b0c8-7084 Model UUID:11260dbd-7c54-42a5-b0c8-ef8ed4fbe32e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b5b26dd8-ca0d-4d26-b067-0f799c099c44 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4d59d944-9d83-4e0c-803d-489c2c5f3a9a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5b3fcfd5-c7bb-4160-825d-de139c3dcb74 ModelName:Vfw6d40b0c87084..base_vfw..module-0 ModelUuid:d5f91c7f-0997-4d1f-b8ca-1f8a91817849 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9db1f420-4def-4af1-ba21-a166c72f11e4 ModelInvariantUuid:1dcfdf7d-3775-4c85-870d-26bdabbd5e58 ModelName:vFW 6d40b0c8-7084-nodes.vfwCvfc ModelUuid:7782ca53-d234-4f09-8472-fec53c197476 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:739a732c-abc3-4f38-9401-4b0d305ed437 ModelInvariantUuid:801d9315-57fc-438b-a6e9-da123c68085d ModelName:Vfw6d40b0c87084.compute.nodes.heat.vfw ModelUuid:c2d4147d-52d3-4521-84df-dbfce06f9fb7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:221326ce-9417-4b80-84b4-52cb9a8aa8a9 ModelInvariantUuid:25eaaf22-7e08-4a23-9a91-7414429ca620 ModelName:vFW 6d40b0c8-7084-nodes.vsnCvfc ModelUuid:24348734-b1a0-4122-9700-b86a085abbae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b7dd2b6d-be5d-4198-bb00-911f490a0873 ModelInvariantUuid:9e7477ba-4e13-422b-81ab-74e2770eec06 ModelName:Vfw6d40b0c87084.compute.nodes.heat.vsn ModelUuid:92e0c048-0344-4dca-bb38-1653eeb2b541 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e6da8951-6db7-43d0-a37a-c7cd4d43eccd ModelInvariantUuid:76c50b78-6c69-4e8e-810b-4c79a18a27aa ModelName:vFW 6d40b0c8-7084-nodes.vpgCvfc ModelUuid:6877cd83-bbde-4140-afdb-c58363b7fae7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7f741300-8c8c-4be9-930f-e51c242f9336 ModelInvariantUuid:38d89655-a01c-4938-89c1-65914c71e43c ModelName:Vfw6d40b0c87084.compute.nodes.heat.vpg ModelUuid:b6e4afd6-033b-44f2-8d3e-29c8b8317da5 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=? 2023-01-06T04:29:26.965Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 33f7d3e9-5140-454f-b232-42d250613a7b 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=? 2023-01-06T04:29:27.123Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||vFW 6d40b0c8-7084 0 2023-01-06T04:29:27.132Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33f7d3e9-5140-454f-b232-42d250613a7b 2023-01-06T04:29:27.132Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 40587e16-c858-45fc-b3c1-6820a5ed79f8 from URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json 2023-01-06T04:29:27.132Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-06T04:29:27.132Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json 2023-01-06T04:29:27.197Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-06T04:29:27.197Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json 40587e16-c858-45fc-b3c1-6820a5ed79f8 785 2023-01-06T04:29:27.198Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json ASDC sendASDCNotification 2023-01-06T04:29:27.198Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json 2023-01-06T04:29:27.198Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:29:27.198Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:27.202Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:27.203Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979367198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:29:27.302Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:29:27.304Z||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. 2023-01-06T04:29:27.305Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:27.317Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:27.318Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:28.205Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6d40b0c87084..base_vfw..module-0", "vfModuleModelInvariantUUID": "5b3fcfd5-c7bb-4160-825d-de139c3dcb74", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5f91c7f-0997-4d1f-b8ca-1f8a91817849", "vfModuleModelCustomizationUUID": "b4956c2a-2c75-4050-9c50-ae0cb68d4d94", "isBase": true, "artifacts": [ "8ef8370d-3238-45e5-9b1a-8a07692451b5", "02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b" ], "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": "" } } ] 2023-01-06T04:29:28.223Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6d40b0c87084..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5f91c7f-0997-4d1f-b8ca-1f8a91817849 VfModuleModelInvariantUUID:5b3fcfd5-c7bb-4160-825d-de139c3dcb74 VfModuleModelDescription:NULL Artifacts UUID List:{ 8ef8370d-3238-45e5-9b1a-8a07692451b5 , 02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b } 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 } 2023-01-06T04:29:28.227Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6d40b0c87084..base_vfw..module-0", "vfModuleModelInvariantUUID": "5b3fcfd5-c7bb-4160-825d-de139c3dcb74", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5f91c7f-0997-4d1f-b8ca-1f8a91817849", "vfModuleModelCustomizationUUID": "b4956c2a-2c75-4050-9c50-ae0cb68d4d94", "isBase": true, "artifacts": [ "8ef8370d-3238-45e5-9b1a-8a07692451b5", "02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b" ], "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": "" } } ] 2023-01-06T04:29:28.227Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6d40b0c87084..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5f91c7f-0997-4d1f-b8ca-1f8a91817849 VfModuleModelInvariantUUID:5b3fcfd5-c7bb-4160-825d-de139c3dcb74 VfModuleModelDescription:NULL Artifacts UUID List:{ 8ef8370d-3238-45e5-9b1a-8a07692451b5 , 02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b } 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 } 2023-01-06T04:29:28.227Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ef8370d-3238-45e5-9b1a-8a07692451b5 from URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml 2023-01-06T04:29:28.227Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-06T04:29:28.229Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml 2023-01-06T04:29:28.283Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-06T04:29:28.285Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml 8ef8370d-3238-45e5-9b1a-8a07692451b5 20368 2023-01-06T04:29:28.286Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-06T04:29:28.286Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml 2023-01-06T04:29:28.286Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:29:28.286Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:28.289Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:28.289Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979368286, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:29:28.389Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:29:28.391Z||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. 2023-01-06T04:29:28.391Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:28.403Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:28.405Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:29:29.290Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b from URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env 2023-01-06T04:29:29.290Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-06T04:29:29.291Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env 2023-01-06T04:29:29.342Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-06T04:29:29.344Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env 02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b 2098 2023-01-06T04:29:29.345Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-06T04:29:29.345Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env 2023-01-06T04:29:29.345Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:29:29.346Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:29.349Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:29.350Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979369345, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:29:29.449Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:29:29.450Z||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. 2023-01-06T04:29:29.450Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:29.460Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:29.461Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:30.350Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e42e9eb0-f650-4890-b381-bae068bbca1b 2023-01-06T04:29:30.351Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d40b0c8-7084 0 33f7d3e9-5140-454f-b232-42d250613a7b 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=? 2023-01-06T04:29:30.411Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cda7251, org.onap.sdc.toscaparser.api.parameters.Input@15885cda, org.onap.sdc.toscaparser.api.parameters.Input@484d69d6, org.onap.sdc.toscaparser.api.parameters.Input@7c6642de, org.onap.sdc.toscaparser.api.parameters.Input@3361eff9] 2023-01-06T04:29:30.417Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.418Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:30.418Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-01-06T04:29:30.418Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 4d59d944-9d83-4e0c-803d-489c2c5f3a9a 2023-01-06T04:29:30.419Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d59d944-9d83-4e0c-803d-489c2c5f3a9a matches Tosca VF Customization UUID: 4d59d944-9d83-4e0c-803d-489c2c5f3a9a 2023-01-06T04:29:30.419Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 4d59d944-9d83-4e0c-803d-489c2c5f3a9a 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=? 2023-01-06T04:29:30.431Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.432Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:30.434Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 4d59d944-9d83-4e0c-803d-489c2c5f3a9a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-06T04:29:30.434Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d3c1a55 2023-01-06T04:29:30.434Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.434Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T04:29:30.435Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4956c2a-2c75-4050-9c50-ae0cb68d4d94 2023-01-06T04:29:30.438Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4956c2a-2c75-4050-9c50-ae0cb68d4d94 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=? 2023-01-06T04:29:30.455Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.456Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:30.457Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:29:30.457Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.458Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:30.458Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:29:30.458Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria 2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-06T04:29:30.460Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-06T04:29:30.460Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:30.460Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:30.461Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-06T04:29:30.461Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:30.461Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-06T04:29:30.461Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:30.462Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9db1f420-4def-4af1-ba21-a166c72f11e4 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=? 2023-01-06T04:29:30.473Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.473Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:30.473Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:29:30.474Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.474Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria 2023-01-06T04:29:30.474Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-06T04:29:30.476Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:30.476Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-06T04:29:30.479Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-06T04:29:30.480Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:30.481Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-06T04:29:30.481Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:30.482Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=221326ce-9417-4b80-84b4-52cb9a8aa8a9 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=? 2023-01-06T04:29:30.488Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.489Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:30.489Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:29:30.494Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.494Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria 2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:30.496Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-06T04:29:30.496Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-06T04:29:30.496Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e6da8951-6db7-43d0-a37a-c7cd4d43eccd 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=? 2023-01-06T04:29:30.502Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.502Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:30.502Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:29:30.503Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.503Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria 2023-01-06T04:29:30.503Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=4d59d944-9d83-4e0c-803d-489c2c5f3a9a 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=? 2023-01-06T04:29:30.506Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.507Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:30.507Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e42e9eb0-f650-4890-b381-bae068bbca1b: vFW 6d40b0c8-7084 2023-01-06T04:29:30.507Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.507Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:30.508Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.508Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:30.508Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.508Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:30.509Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.509Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:30.509Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:29:30.509Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:29:30.510Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-01-06 04-28-08 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 (?, ?, ?, ?, ?) 2023-01-06T04:29:30.900Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d40b0c8-7084 33f7d3e9-5140-454f-b232-42d250613a7b 1 ASDC deployResourceStructure 2023-01-06T04:29:30.901Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json ASDC sendASDCNotification 2023-01-06T04:29:30.901Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json 2023-01-06T04:29:30.901Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:29:30.902Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:30.905Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:30.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979370901, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:29:31.005Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-06T04:29:31.006Z||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. 2023-01-06T04:29:31.006Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:31.019Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:31.020Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:31.908Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-06T04:29:31.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml 2023-01-06T04:29:31.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:29:31.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:31.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:31.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979371908, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:29:32.012Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:29:32.013Z||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. 2023-01-06T04:29:32.014Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:32.027Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:32.028Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:32.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-06T04:29:32.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env 2023-01-06T04:29:32.915Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:29:32.916Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:32.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:32.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979372914, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-06T04:29:33.018Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:29:33.020Z||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. 2023-01-06T04:29:33.020Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:33.041Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:33.043Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:29:33.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar ASDC sendASDCNotification 2023-01-06T04:29:33.920Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar 2023-01-06T04:29:33.921Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:29:33.922Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:29:33.925Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:29:33.925Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979373919, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:29:34.025Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:29:34.026Z||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. 2023-01-06T04:29:34.026Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:29:34.040Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:29:34.041Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:29:34.926Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:29:34.971Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 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=? 2023-01-06T04:29:34.975Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:29:34.981Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:29:34.982Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:30:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:30:02.084Z||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. 2023-01-06T04:30:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:30:02.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:30:02.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:30:02.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979347147, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:30:02.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:30:04.987Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:30:05.005Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 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=? 2023-01-06T04:30:05.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:30:05.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:30:05.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:30:35.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:30:35.025Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 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=? 2023-01-06T04:30:35.030Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:30:35.030Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:30:35.030Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:31:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:31:02.084Z||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. 2023-01-06T04:31:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:31:02.137Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:31:02.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "ves-openapi-manager", "timestamp": 1672979350084, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "NOTIFIED" } 2023-01-06T04:31:02.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979348583, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "NOTIFIED" } 2023-01-06T04:31:02.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979347147, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "ves-openapi-manager", "timestamp": 1672979350084, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979348583, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-06T04:31:02.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-06T04:31:02.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979347147, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "ves-openapi-manager", "timestamp": 1672979350084, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979348583, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979347147, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "ves-openapi-manager", "timestamp": 1672979350084, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979348583, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-06T04:31:02.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-06T04:31:02.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979354800, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "ves-openapi-manager", "timestamp": 1672979350084, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979347147, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979348583, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979354800, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979347147, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:31:02.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "ves-openapi-manager", "timestamp": 1672979350084, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979348583, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:31:02.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979342054, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:31:02.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979354800, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979357665, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979357621, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979354800, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979359046, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "cds", "timestamp": 1672979358638, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-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=? 2023-01-06T04:31:02.181Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2532f932-3856-4056-a0d1-8a52390b3dd2 2023-01-06T04:31:02.182Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2532f932-3856-4056-a0d1-8a52390b3dd2 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 (?, ?, ?, ?, ?) 2023-01-06T04:31:02.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979358828, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979354800, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979359900, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979354800, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979360991, "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=? 2023-01-06T04:31:02.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2532f932-3856-4056-a0d1-8a52390b3dd2 2023-01-06T04:31:02.211Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2532f932-3856-4056-a0d1-8a52390b3dd2 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 (?, ?, ?, ?, ?) 2023-01-06T04:31:02.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979354800, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:31:02.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1672979361996, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:31:02.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979362634, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979367198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979367842, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:31:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979368286, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979367163, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979368846, "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=? 2023-01-06T04:31:02.233Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2532f932-3856-4056-a0d1-8a52390b3dd2 2023-01-06T04:31:02.234Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2532f932-3856-4056-a0d1-8a52390b3dd2 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 (?, ?, ?, ?, ?) 2023-01-06T04:31:02.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979369345, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979367163, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979367163, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979370901, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:31:02.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979367163, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979371908, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:31:02.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979367163, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979372914, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-06T04:31:02.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979367163, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979373919, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:31:02.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979367163, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:31:02.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979374979, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:31:02.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979390688, "artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:31:02.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:31:02.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "aai-ml", "timestamp": 1672979391695, "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=? 2023-01-06T04:31:02.264Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2532f932-3856-4056-a0d1-8a52390b3dd2 2023-01-06T04:31:02.265Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2532f932-3856-4056-a0d1-8a52390b3dd2 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 (?, ?, ?, ?, ?) 2023-01-06T04:31:02.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "ves-openapi-manager", "timestamp": 1672979390084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979392147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979388585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "ves-openapi-manager", "timestamp": 1672979390084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979392147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979388585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:31:02.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979392147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "ves-openapi-manager", "timestamp": 1672979390084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979388585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-06T04:31:02.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979397163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979392147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "ves-openapi-manager", "timestamp": 1672979390084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979388585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979397163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "ves-openapi-manager", "timestamp": 1672979390084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979392147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979388585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-06T04:31:02.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979397163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979392147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "ves-openapi-manager", "timestamp": 1672979390084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979388585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979397163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979392147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "ves-openapi-manager", "timestamp": 1672979390084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:31:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:31:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979388585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:31:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:31:05.031Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:31:05.049Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 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=? 2023-01-06T04:31:05.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:31:05.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T04:31:05.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T04:31:05.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T04:31:05.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-06T04:31:05.067Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T04:31:35.067Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 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=? 2023-01-06T04:31:35.111Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 and serviceModelVersionId: e42e9eb0-f650-4890-b381-bae068bbca1b 2023-01-06T04:31:35.112Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76256448-803d-4b5d-8faf-7b2fe302fcb9 2023-01-06T04:31:57.279Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0 2023-01-06T04:31:57.441Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T04:31:58.165Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|INFO|500||Invoke 2023-01-06T04:31:58.179Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2532f932-3856-4056-a0d1-8a52390b3dd2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ca4cc80-373f-4d1b-b521-f2178f19e536], X-ECOMP-RequestID=[2532f932-3856-4056-a0d1-8a52390b3dd2], X-TransactionId=[], X-ONAP-RequestID=[2532f932-3856-4056-a0d1-8a52390b3dd2], Content-Type=[application/merge-patch+json]} 2023-01-06T04:31:58.358Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T04:31:58.574Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?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/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:31:58 GMT], content-length=[0], vertex-id=[123088], x-aai-txid=[2-aai-resources-230106-04:31:58:793-95760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T04:31:58.577Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-06T04:31:58.578Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|INFO|500||InvokeReturn 2023-01-06T04:31:58.584Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T04:31:58.585Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-06T04:31:58.593Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-06T04:31:58.595Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2532f932-3856-4056-a0d1-8a52390b3dd2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T04:31:58.596Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T04:31:58.597Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:31:58.600Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:31:58.600Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979518595, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:31:58.700Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:31:58.701Z||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. 2023-01-06T04:31:58.701Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:31:58.719Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:31:58.720Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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=? 2023-01-06T04:31:59.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:31:59.621Z||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. 2023-01-06T04:31:59.621Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:32:02.083Z||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. 2023-01-06T04:32:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:02.105Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:02.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:32:02.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979397163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:32:02.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:32:04.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:04.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-06T04:32:04.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"761bf5ba-7798-4f03-a8a7-371ea4266bdc","serviceName":"basic_onboard_lFirpP","serviceVersion":"1.0","serviceUUID":"03dbe0b6-96d5-44d4-82ad-33e859a0dfcd","serviceDescription":"service","serviceInvariantUUID":"fe7dec82-a956-46a5-9ca2-7ce34022ac6d","resources":[{"resourceInstanceName":"basic_onboard_lFirpP 0","resourceName":"basic_onboard_lFirpP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05f9e194-d7c9-4b4c-b022-da26e7968c91","resourceInvariantUUID":"27f801dd-f4ec-49db-84ab-5dfc77e314cc","resourceCustomizationUUID":"4c64124c-2783-48cf-bb5f-698ea9ffee3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml","artifactChecksum":"NGI3ZGIzMTlhMDNmNWQzMDgyMGM5NTgzNjc0MmRkNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8ddb8df-0f4b-486f-832d-3e442429c8dc","artifactVersion":"1"},{"artifactName":"basic_onboard_lfirpp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json","artifactChecksum":"NmViOTZiOGYxYjAzZmFiN2Y0NWNjMjQxZjhiNGYwNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0c5dc3a-07b8-4801-b0dc-ae21693dbc09","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b8e3438-7320-40f8-87a1-123237f0d4c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cb32e87-8b35-44d7-b265-5313be57bdbe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c9f3c33-fe64-4633-95f5-259c58391600","artifactVersion":"2","generatedFromUUID":"4b8e3438-7320-40f8-87a1-123237f0d4c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLfirpp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml","artifactChecksum":"YmRhZTczMmM5OWQ3NTRkOTc1NDBjNjRhNzg3Yzg5ZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9113b0f-4f9d-4e39-b4fb-2552fc079e8f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLfirpp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar","artifactChecksum":"NjA5MWFhMmIzYmE3YThlOGYwNDRjNTY4NGE1MzBkOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ccc77ac-7bf1-461e-b229-d9cecd9aedb2","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T04:32:04.043Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:32:04.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:04.097Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:04.098Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:32:04.198Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:32:04.199Z||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. 2023-01-06T04:32:04.199Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:04.221Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:04.222Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:05.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:32:05.100Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:05.103Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:05.104Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:32:05.204Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:32:05.205Z||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. 2023-01-06T04:32:05.205Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:05.218Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:05.219Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:06.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:32:06.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:06.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:06.110Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-06T04:32:06.210Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:32:06.211Z||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. 2023-01-06T04:32:06.211Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:06.224Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:06.225Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:07.111Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:32:07.113Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:07.116Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:07.116Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:32:07.216Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:32:07.217Z||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. 2023-01-06T04:32:07.217Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:07.229Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:07.230Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:08.118Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:32:08.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:08.122Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:08.128Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-06T04:32:08.222Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2023-01-06T04:32:08.224Z||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. 2023-01-06T04:32:08.224Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:08.235Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:08.236Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:09.131Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:32:09.134Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:09.137Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:09.138Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:32:09.237Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-06T04:32:09.238Z||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. 2023-01-06T04:32:09.239Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:09.249Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:09.250Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:32:10.140Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:32:10.141Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:10.143Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:10.143Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:32:10.243Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:32:10.244Z||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. 2023-01-06T04:32:10.244Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:10.261Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:10.262Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:32:11.146Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "serviceName": "basic_onboard_lFirpP", "serviceVersion": "1.0", "serviceUUID": "03dbe0b6-96d5-44d4-82ad-33e859a0dfcd", "serviceDescription": "service", "serviceInvariantUUID": "fe7dec82-a956-46a5-9ca2-7ce34022ac6d", "resources": [ { "resourceInstanceName": "basic_onboard_lFirpP 0", "resourceCustomizationUUID": "4c64124c-2783-48cf-bb5f-698ea9ffee3e", "resourceName": "basic_onboard_lFirpP", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "05f9e194-d7c9-4b4c-b022-da26e7968c91", "resourceInvariantUUID": "27f801dd-f4ec-49db-84ab-5dfc77e314cc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_lfirpp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "artifactChecksum": "NmViOTZiOGYxYjAzZmFiN2Y0NWNjMjQxZjhiNGYwNjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d0c5dc3a-07b8-4801-b0dc-ae21693dbc09", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4b8e3438-7320-40f8-87a1-123237f0d4c4", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2c9f3c33-fe64-4633-95f5-259c58391600", "generatedFromUUID": "4b8e3438-7320-40f8-87a1-123237f0d4c4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2c9f3c33-fe64-4633-95f5-259c58391600", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLfirpp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "artifactChecksum": "NjA5MWFhMmIzYmE3YThlOGYwNDRjNTY4NGE1MzBkOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0ccc77ac-7bf1-461e-b229-d9cecd9aedb2" } ], "workloadContext": "Production" } 2023-01-06T04:32:11.147Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T04:32:11.147Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd ASDC 2023-01-06T04:32:11.148Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:761bf5ba-7798-4f03-a8a7-371ea4266bdc ServiceName:basic_onboard_lFirpP ServiceVersion:1.0 ServiceUUID:03dbe0b6-96d5-44d4-82ad-33e859a0dfcd ServiceInvariantUUID:fe7dec82-a956-46a5-9ca2-7ce34022ac6d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLfirpp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar ArtifactUUID:0ccc77ac-7bf1-461e-b229-d9cecd9aedb2 ArtifactChecksum:NjA5MWFhMmIzYmE3YThlOGYwNDRjNTY4NGE1MzBkOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_lFirpP 0 ResourceCustomizationUUID:4c64124c-2783-48cf-bb5f-698ea9ffee3e ResourceInvariantUUID:27f801dd-f4ec-49db-84ab-5dfc77e314cc ResourceName:basic_onboard_lFirpP ResourceType:VF ResourceUUID:05f9e194-d7c9-4b4c-b022-da26e7968c91 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_lfirpp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json ArtifactUUID:d0c5dc3a-07b8-4801-b0dc-ae21693dbc09 ArtifactChecksum:NmViOTZiOGYxYjAzZmFiN2Y0NWNjMjQxZjhiNGYwNjI= 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/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml ArtifactUUID:4b8e3438-7320-40f8-87a1-123237f0d4c4 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/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env ArtifactUUID:2c9f3c33-fe64-4633-95f5-259c58391600 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/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env ArtifactUUID:2c9f3c33-fe64-4633-95f5-259c58391600 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-06T04:32:11.149Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd 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 (?, ?, ?, ?, ?) 2023-01-06T04:32:11.262Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:32:11.263Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-06T04:32:11.264Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-06T04:32:11.264Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ccc77ac-7bf1-461e-b229-d9cecd9aedb2 from URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:11.264Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-06T04:32:11.264Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:11.407Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-06T04:32:11.413Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar 0ccc77ac-7bf1-461e-b229-d9cecd9aedb2 75298 2023-01-06T04:32:11.414Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar ASDC sendASDCNotification 2023-01-06T04:32:11.414Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:11.415Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:32:11.415Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:11.421Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:11.422Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979531414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:32:11.518Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2023-01-06T04:32:11.520Z||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. 2023-01-06T04:32:11.520Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:11.531Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:11.533Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:12.429Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:32:12.431Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-06T04:32:12.432Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0ccc77ac-7bf1-461e-b229-d9cecd9aedb2, URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar to file: /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:12.432Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:12.433Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:12.433Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:12.745Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15039581195728145796/Definitions/service-BasicOnboardLfirpp-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 2023-01-06T04:32:14.904Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T04:32:14.905Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-06T04:32:14.905Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lFirpP 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-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:14.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:14.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:14.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:14.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-06T04:32:14.908Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.908Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:14.908Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:14.909Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-06T04:32:14.909Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:32:14.909Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.909Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:14.910Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:14.910Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-06T04:32:14.910Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:32:14.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:14.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.912Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is not matching search criteria 2023-01-06T04:32:14.912Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-06T04:32:14.912Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-06T04:32:14.913Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-06T04:32:14.913Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-06T04:32:14.913Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-06T04:32:14.914Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.914Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T04:32:14.914Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.915Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:14.915Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:32:14.915Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.916Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:14.916Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:32:14.916Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.917Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:14.917Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:32:14.917Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.918Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is not matching search criteria 2023-01-06T04:32:14.918Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-06T04:32:14.918Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-06T04:32:14.919Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=924a50af-6d69-4d6c-8b54-66c77d5af44f 2023-01-06T04:32:14.919Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.919Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:14.919Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.920Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:14.920Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.920Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:14.921Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:14.921Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:14.921Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_lFirpP Description:service Model UUID:03dbe0b6-96d5-44d4-82ad-33e859a0dfcd Model Version:NULL Model InvariantUuid:fe7dec82-a956-46a5-9ca2-7ce34022ac6d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_lFirpP Model UUID:4562061d-a5ac-413a-9743-acaf60aee16e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:27f801dd-f4ec-49db-84ab-5dfc77e314cc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4c64124c-2783-48cf-bb5f-698ea9ffee3e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a ModelName:BasicOnboardLfirpp..base_ubuntu18..module-0 ModelUuid:88186840-3f47-4fed-875e-b0395b8ace89 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:924a50af-6d69-4d6c-8b54-66c77d5af44f ModelInvariantUuid:891db634-7d7e-47db-84c6-fa42e9067b2f ModelName:basic_onboard_lFirpP-nodes.ubuntu18Cvfc ModelUuid:5d3a049c-ce99-4f1f-b4f2-ec7d691297ff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ad3b5e5e-db39-402b-bdbf-e016f68ac2d2 ModelInvariantUuid:c7fc497a-df1c-4996-8fa9-c0c20190d7d6 ModelName:BasicOnboardLfirpp.compute.nodes.heat.ubuntu18 ModelUuid:fd49c762-522f-4021-9ff0-813bc285e03e 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=? 2023-01-06T04:32:14.960Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 05f9e194-d7c9-4b4c-b022-da26e7968c91 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=? 2023-01-06T04:32:14.965Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||basic_onboard_lFirpP 0 2023-01-06T04:32:14.966Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 05f9e194-d7c9-4b4c-b022-da26e7968c91 2023-01-06T04:32:14.966Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d0c5dc3a-07b8-4801-b0dc-ae21693dbc09 from URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json 2023-01-06T04:32:14.966Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-06T04:32:14.967Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json 2023-01-06T04:32:15.025Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-06T04:32:15.026Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json d0c5dc3a-07b8-4801-b0dc-ae21693dbc09 798 2023-01-06T04:32:15.026Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json ASDC sendASDCNotification 2023-01-06T04:32:15.026Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json 2023-01-06T04:32:15.031Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:32:15.031Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:15.034Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:15.034Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979535026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:32:15.134Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:32:15.135Z||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. 2023-01-06T04:32:15.135Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:15.152Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:15.153Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:16.034Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLfirpp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "88186840-3f47-4fed-875e-b0395b8ace89", "vfModuleModelCustomizationUUID": "9e42cebc-90f8-4202-9a22-5994b8be8abe", "isBase": true, "artifacts": [ "4b8e3438-7320-40f8-87a1-123237f0d4c4", "2c9f3c33-fe64-4633-95f5-259c58391600" ], "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": "" } } ] 2023-01-06T04:32:16.041Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLfirpp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:88186840-3f47-4fed-875e-b0395b8ace89 VfModuleModelInvariantUUID:e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a VfModuleModelDescription:NULL Artifacts UUID List:{ 4b8e3438-7320-40f8-87a1-123237f0d4c4 , 2c9f3c33-fe64-4633-95f5-259c58391600 } 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 } 2023-01-06T04:32:16.044Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLfirpp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "88186840-3f47-4fed-875e-b0395b8ace89", "vfModuleModelCustomizationUUID": "9e42cebc-90f8-4202-9a22-5994b8be8abe", "isBase": true, "artifacts": [ "4b8e3438-7320-40f8-87a1-123237f0d4c4", "2c9f3c33-fe64-4633-95f5-259c58391600" ], "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": "" } } ] 2023-01-06T04:32:16.044Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLfirpp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:88186840-3f47-4fed-875e-b0395b8ace89 VfModuleModelInvariantUUID:e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a VfModuleModelDescription:NULL Artifacts UUID List:{ 4b8e3438-7320-40f8-87a1-123237f0d4c4 , 2c9f3c33-fe64-4633-95f5-259c58391600 } 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 } 2023-01-06T04:32:16.044Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b8e3438-7320-40f8-87a1-123237f0d4c4 from URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml 2023-01-06T04:32:16.045Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-06T04:32:16.046Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml 2023-01-06T04:32:16.158Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-06T04:32:16.158Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml 4b8e3438-7320-40f8-87a1-123237f0d4c4 5033 2023-01-06T04:32:16.159Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-06T04:32:16.159Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml 2023-01-06T04:32:16.160Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:32:16.161Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:16.164Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:16.164Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979536159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:32:16.264Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:32:16.265Z||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. 2023-01-06T04:32:16.265Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:16.278Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:16.279Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:17.165Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c9f3c33-fe64-4633-95f5-259c58391600 from URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env 2023-01-06T04:32:17.166Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-06T04:32:17.166Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env 2023-01-06T04:32:17.286Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-06T04:32:17.287Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env 2c9f3c33-fe64-4633-95f5-259c58391600 909 2023-01-06T04:32:17.287Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-06T04:32:17.287Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env 2023-01-06T04:32:17.287Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:32:17.288Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:17.290Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:17.291Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979537287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:32:17.391Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:32:17.392Z||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. 2023-01-06T04:32:17.392Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:17.413Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:17.414Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:32:18.291Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd 2023-01-06T04:32:18.292Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lFirpP 0 05f9e194-d7c9-4b4c-b022-da26e7968c91 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=? 2023-01-06T04:32:18.313Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e2c02d9, org.onap.sdc.toscaparser.api.parameters.Input@48ac9337, org.onap.sdc.toscaparser.api.parameters.Input@2bde9f47, org.onap.sdc.toscaparser.api.parameters.Input@34e8eb1a, org.onap.sdc.toscaparser.api.parameters.Input@7a1c0d94] 2023-01-06T04:32:18.315Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.315Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:18.315Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-06T04:32:18.315Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4c64124c-2783-48cf-bb5f-698ea9ffee3e 2023-01-06T04:32:18.316Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c64124c-2783-48cf-bb5f-698ea9ffee3e matches Tosca VF Customization UUID: 4c64124c-2783-48cf-bb5f-698ea9ffee3e 2023-01-06T04:32:18.316Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4c64124c-2783-48cf-bb5f-698ea9ffee3e 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=? 2023-01-06T04:32:18.320Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.320Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:18.321Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4c64124c-2783-48cf-bb5f-698ea9ffee3e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-06T04:32:18.321Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7abd1fe5 2023-01-06T04:32:18.322Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.322Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T04:32:18.322Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e42cebc-90f8-4202-9a22-5994b8be8abe 2023-01-06T04:32:18.323Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e42cebc-90f8-4202-9a22-5994b8be8abe 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=? 2023-01-06T04:32:18.326Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.326Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:18.327Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:32:18.327Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.327Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:18.327Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is not matching search criteria 2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=924a50af-6d69-4d6c-8b54-66c77d5af44f 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=? 2023-01-06T04:32:18.333Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.334Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:18.334Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:32:18.334Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.335Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria 2023-01-06T04:32:18.335Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=4c64124c-2783-48cf-bb5f-698ea9ffee3e 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=? 2023-01-06T04:32:18.338Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.339Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:18.339Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd: basic_onboard_lFirpP 2023-01-06T04:32:18.340Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.340Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:18.341Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.341Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:18.341Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.342Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:18.342Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.342Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:18.344Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:32:18.344Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:32:18.345Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_lFirpP 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 (?, ?, ?, ?, ?) 2023-01-06T04:32:18.470Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lFirpP 05f9e194-d7c9-4b4c-b022-da26e7968c91 1 ASDC deployResourceStructure 2023-01-06T04:32:18.470Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json ASDC sendASDCNotification 2023-01-06T04:32:18.470Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json 2023-01-06T04:32:18.471Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:32:18.471Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:18.474Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:18.474Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979538470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:32:18.574Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:32:18.576Z||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. 2023-01-06T04:32:18.576Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:18.588Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:18.589Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:32:19.476Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-06T04:32:19.477Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml 2023-01-06T04:32:19.477Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:32:19.477Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:19.480Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:19.480Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979539476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:32:19.581Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:32:19.583Z||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. 2023-01-06T04:32:19.583Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:19.622Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:19.623Z||pool-31-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:32:20.481Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-06T04:32:20.481Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env 2023-01-06T04:32:20.482Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:32:20.482Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:20.484Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:20.485Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979540481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-06T04:32:20.585Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:32:20.586Z||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. 2023-01-06T04:32:20.586Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:20.599Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:20.600Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:21.486Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar ASDC sendASDCNotification 2023-01-06T04:32:21.486Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar 2023-01-06T04:32:21.487Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:32:21.487Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:32:21.489Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:32:21.489Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979541486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:32:21.590Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:32:21.591Z||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. 2023-01-06T04:32:21.592Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:32:21.603Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:32:21.604Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:32:22.490Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:32:22.506Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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=? 2023-01-06T04:32:22.509Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:32:22.509Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:32:22.509Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:32:52.510Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:32:52.527Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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=? 2023-01-06T04:32:52.535Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:32:52.535Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:32:52.536Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:33:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:33:02.083Z||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. 2023-01-06T04:33:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:33:02.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:33:02.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979402293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:33:02.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979402353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:33:02.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979397163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:33:02.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "cds", "timestamp": 1672979403302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-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=? 2023-01-06T04:33:02.136Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 761bf5ba-7798-4f03-a8a7-371ea4266bdc 2023-01-06T04:33:02.137Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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 (?, ?, ?, ?, ?) 2023-01-06T04:33:02.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979403411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:33:02.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979397163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:33:02.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979404475, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:33:02.151Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979404879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:33:02.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979405500, "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=? 2023-01-06T04:33:02.163Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 761bf5ba-7798-4f03-a8a7-371ea4266bdc 2023-01-06T04:33:02.163Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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 (?, ?, ?, ?, ?) 2023-01-06T04:33:02.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "multicloud-k8s-id", "timestamp": 1672979406504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:33:02.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979412558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:33:02.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "aai-ml", "timestamp": 1672979413563, "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=? 2023-01-06T04:33:02.186Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 761bf5ba-7798-4f03-a8a7-371ea4266bdc 2023-01-06T04:33:02.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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 (?, ?, ?, ?, ?) 2023-01-06T04:33:02.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979414801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:33:02.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979414801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:33:02.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979414801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:33:02.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979414801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:33:02.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979414801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:33:02.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979414801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:33:02.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979414801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:33:02.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T04:33:02.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979422576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:33:02.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979425067, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:33:02.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672979426076, "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=? 2023-01-06T04:33:02.214Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 761bf5ba-7798-4f03-a8a7-371ea4266bdc 2023-01-06T04:33:02.214Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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 (?, ?, ?, ?, ?) 2023-01-06T04:33:22.536Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:33:22.560Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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=? 2023-01-06T04:33:22.566Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-06T04:33:22.578Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T04:33:52.582Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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=? 2023-01-06T04:33:52.593Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc and serviceModelVersionId: 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd 2023-01-06T04:33:52.594Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe7dec82-a956-46a5-9ca2-7ce34022ac6d 2023-01-06T04:33:52.595Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0 2023-01-06T04:33:52.604Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T04:33:52.680Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?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]} 2023-01-06T04:33:52.683Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0|INFO|500||Invoke 2023-01-06T04:33:52.734Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T04:33:52.892Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0|INFO|500||InvokeReturn 2023-01-06T04:33:52.894Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:33:53 GMT], content-length=[0], vertex-id=[188456], x-aai-txid=[2-aai-resources-230106-04:33:53:168-28667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T04:33:52.894Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-06T04:33:52.895Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T04:33:52.895Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-06T04:33:52.905Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-06T04:33:52.905Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 761bf5ba-7798-4f03-a8a7-371ea4266bdc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T04:33:52.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T04:33:52.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:33:52.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:33:52.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979632905, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:33:53.011Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:33:53.012Z||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. 2023-01-06T04:33:53.012Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:33:53.026Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:33:53.027Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-06T04:33:53.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:33:53.927Z||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. 2023-01-06T04:33:53.927Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:34:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:34:02.083Z||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. 2023-01-06T04:34:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:34:02.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:34:02.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T04:34:02.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979518595, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:34:02.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:34:03.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:34:03.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:34:03.489Z||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. 2023-01-06T04:34:03.490Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:34:13.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:34:13.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:34:13.029Z||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. 2023-01-06T04:34:13.029Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:34:22.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:34:22.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:34:22.574Z||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. 2023-01-06T04:34:22.574Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:34:32.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:35:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:35:02.056Z||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. 2023-01-06T04:35:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:35:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:35:02.083Z||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. 2023-01-06T04:35:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:35:02.126Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:35:02.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:35:02.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-06T04:35:02.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:35:02.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-06T04:35:02.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-06T04:35:02.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-06T04:35:02.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:35:02.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-06T04:35:02.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-06T04:35:02.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-06T04:35:02.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979519620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979531414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979535026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:35:02.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979536159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979537287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979538470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979539476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:35:02.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979540481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-06T04:35:02.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979541486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:35:02.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:35:11.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:36:02.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:36:02.058Z||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. 2023-01-06T04:36:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:36:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:36:02.083Z||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. 2023-01-06T04:36:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:36:02.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:36:02.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T04:36:02.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672979632905, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:36:02.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:36:11.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:37:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:37:02.059Z||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. 2023-01-06T04:37:02.060Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:37:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:37:02.083Z||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. 2023-01-06T04:37:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:37:11.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:37:11.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:38:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:38:02.056Z||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. 2023-01-06T04:38:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:38:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:38:02.083Z||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. 2023-01-06T04:38:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:38:11.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:38:11.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:39:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:39:02.056Z||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. 2023-01-06T04:39:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:39:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:39:02.084Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T04:39:02.084Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:39:11.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:39:11.620Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:40:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:40:02.056Z||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. 2023-01-06T04:40:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:40:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:40:02.083Z||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. 2023-01-06T04:40:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:40:11.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:40:11.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:41:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:41:02.057Z||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. 2023-01-06T04:41:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:41:02.082Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:41:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T04:41:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:41:11.645Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:41:11.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:42:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:42:02.058Z||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. 2023-01-06T04:42:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:42:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:42:02.083Z||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. 2023-01-06T04:42:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:42:11.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:42:11.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:43:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:43:02.057Z||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. 2023-01-06T04:43:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:43:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:43:02.083Z||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. 2023-01-06T04:43:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:43:11.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:43:11.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:44:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:44:02.056Z||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. 2023-01-06T04:44:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:44:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:44:02.083Z||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. 2023-01-06T04:44:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:44:02.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:44:02.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T04:44:02.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"148058d2-0034-4d04-b1ba-f38f8843016f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4f015508-2d41-4308-857d-b1b37ebcfc8e","serviceDescription":"service","serviceInvariantUUID":"cc5b63a5-3f25-42f8-9304-6292e7bddefb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"83ee3a49-b341-49c4-b69d-569cc7118e83","resourceInvariantUUID":"f1cd1404-d532-4fd7-902d-6dbd3d59bc6d","resourceCustomizationUUID":"7035059c-4528-468a-bcf8-55efca5a7d8c","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":"MzkwODJiYzAzNDRjZWQ0ODAyYzg4YTAyZjkwZTNjNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a430827-43e5-4c13-a724-1af1d7dc2be1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGJiMmE0ZmI4ODI1NWRhMGRiNzcyMzZmZDFmN2Q5ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e091a113-b466-4ab5-b990-860c62fdf287","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T04:44:02.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:44:02.703Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:44:02.713Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:44:02.715Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980242054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:44:02.812Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-06T04:44:02.814Z||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. 2023-01-06T04:44:02.814Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:44:02.855Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:44:02.856Z||pool-35-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:44:02.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:44:02.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:44:02.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "aai-ml", "timestamp": 1672980237163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:44:02.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:44:02.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:44:02.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "cds", "timestamp": 1672980232147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:44:02.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:44:03.715Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:44:03.717Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:44:03.719Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:44:03.719Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980242054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:44:03.820Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:44:03.822Z||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. 2023-01-06T04:44:03.823Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:44:03.837Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:44:03.838Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:44:04.721Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4f015508-2d41-4308-857d-b1b37ebcfc8e", "serviceDescription": "service", "serviceInvariantUUID": "cc5b63a5-3f25-42f8-9304-6292e7bddefb", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "7035059c-4528-468a-bcf8-55efca5a7d8c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "83ee3a49-b341-49c4-b69d-569cc7118e83", "resourceInvariantUUID": "f1cd1404-d532-4fd7-902d-6dbd3d59bc6d", "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": "OGJiMmE0ZmI4ODI1NWRhMGRiNzcyMzZmZDFmN2Q5ODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e091a113-b466-4ab5-b990-860c62fdf287" } ], "workloadContext": "Production" } 2023-01-06T04:44:04.721Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T04:44:04.721Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f015508-2d41-4308-857d-b1b37ebcfc8e ASDC 2023-01-06T04:44:04.722Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:148058d2-0034-4d04-b1ba-f38f8843016f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4f015508-2d41-4308-857d-b1b37ebcfc8e ServiceInvariantUUID:cc5b63a5-3f25-42f8-9304-6292e7bddefb 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:e091a113-b466-4ab5-b990-860c62fdf287 ArtifactChecksum:OGJiMmE0ZmI4ODI1NWRhMGRiNzcyMzZmZDFmN2Q5ODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:7035059c-4528-468a-bcf8-55efca5a7d8c ResourceInvariantUUID:f1cd1404-d532-4fd7-902d-6dbd3d59bc6d ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:83ee3a49-b341-49c4-b69d-569cc7118e83 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-06T04:44:04.722Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f015508-2d41-4308-857d-b1b37ebcfc8e 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 (?, ?, ?, ?, ?) 2023-01-06T04:44:04.784Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:44:04.787Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:44:04.787Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:44:04.788Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e091a113-b466-4ab5-b990-860c62fdf287 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-06T04:44:04.788Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:44:04.788Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:04.891Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:44:04.896Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e091a113-b466-4ab5-b990-860c62fdf287 57657 2023-01-06T04:44:04.896Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:04.897Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:04.897Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:44:04.897Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:44:04.900Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:44:04.901Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980244896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:44:05.001Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:44:05.003Z||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. 2023-01-06T04:44:05.003Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:44:05.016Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:44:05.017Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:44:05.901Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:44:05.903Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:44:05.904Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e091a113-b466-4ab5-b990-860c62fdf287, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-06T04:44:05.904Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-06T04:44:05.905Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-06T04:44:05.905Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-06T04:44:06.289Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12135193113513041604/Definitions/service-BasicNetwork-template.yml 2023-01-06T04:44:07.059Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T04:44:07.060Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:44:07.061Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-06T04:44:07.061Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-06T04:44:07.062Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.062Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.062Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.063Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.063Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.064Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.064Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.065Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.065Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:44:07.066Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.066Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.067Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-06T04:44:07.067Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:44:07.068Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:44:07.068Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.069Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.069Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-06T04:44:07.069Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:44:07.070Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:44:07.070Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.070Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.071Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.071Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.072Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.072Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.073Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.073Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.074Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.074Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.075Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4f015508-2d41-4308-857d-b1b37ebcfc8e Model Version:NULL Model InvariantUuid:cc5b63a5-3f25-42f8-9304-6292e7bddefb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f1cd1404-d532-4fd7-902d-6dbd3d59bc6d Model UUID:fa219bb3-0287-4d5e-8d0a-107d814cbf93 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:7035059c-4528-468a-bcf8-55efca5a7d8c 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=? 2023-01-06T04:44:07.087Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 83ee3a49-b341-49c4-b69d-569cc7118e83 2023-01-06T04:44:07.088Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||No resources found for Service: 4f015508-2d41-4308-857d-b1b37ebcfc8e 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=? 2023-01-06T04:44:07.096Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500|| 2023-01-06T04:44:07.097Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-06T04:44:07.098Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4f015508-2d41-4308-857d-b1b37ebcfc8e 2023-01-06T04:44:07.098Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4f015508-2d41-4308-857d-b1b37ebcfc8e 2023-01-06T04:44:07.099Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-06T04:44:07.099Z|148058d2-0034-4d04-b1ba-f38f8843016f|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=? 2023-01-06T04:44:07.106Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502731c3, org.onap.sdc.toscaparser.api.parameters.Input@3c3eac55, org.onap.sdc.toscaparser.api.parameters.Input@14c3358a, org.onap.sdc.toscaparser.api.parameters.Input@6bf86851, org.onap.sdc.toscaparser.api.parameters.Input@2b8e5c4] 2023-01-06T04:44:07.108Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.109Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.109Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.109Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4f015508-2d41-4308-857d-b1b37ebcfc8e: Generic NeutronNet 2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|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=? 2023-01-06T04:44:07.166Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:44:07.168Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 (?, ?) 2023-01-06T04:44:07.267Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-06T04:44:07.268Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.269Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 2023-01-06T04:44:07.269Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:44:07.270Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:44:07.273Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:44:07.273Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980247268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:44:07.373Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:44:07.374Z||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. 2023-01-06T04:44:07.374Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:44:07.387Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:44:07.387Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:44:08.280Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:44:08.315Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f 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=? 2023-01-06T04:44:08.318Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:44:08.319Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:44:08.319Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:44:38.319Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:44:38.335Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f 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=? 2023-01-06T04:44:38.339Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:44:38.339Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:44:38.339Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:45:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:45:02.083Z||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. 2023-01-06T04:45:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:45:02.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:45:02.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:45:02.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980242054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:45:02.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:45:08.339Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:45:08.367Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f 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=? 2023-01-06T04:45:08.371Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:45:08.372Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:45:08.372Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:45:38.372Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:45:38.402Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f 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=? 2023-01-06T04:45:38.414Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:45:38.414Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:45:38.414Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:46:02.085Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:46:02.087Z||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. 2023-01-06T04:46:02.087Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:02.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:02.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "aai-ml", "timestamp": 1672980237163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:46:02.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "cds", "timestamp": 1672980232147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:46:02.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980242054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:46:02.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "cds", "timestamp": 1672980244062, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:46:02.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:46:02.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "aai-ml", "timestamp": 1672980244114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:46:02.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:46:02.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980244896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:46:02.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:46:02.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "cds", "timestamp": 1672980245069, "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=? 2023-01-06T04:46:02.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 148058d2-0034-4d04-b1ba-f38f8843016f 2023-01-06T04:46:02.168Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 148058d2-0034-4d04-b1ba-f38f8843016f 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 (?, ?, ?, ?, ?) 2023-01-06T04:46:02.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980247268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:46:02.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:46:02.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "aai-ml", "timestamp": 1672980248211, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:46:02.185Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:46:02.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "aai-ml", "timestamp": 1672980249214, "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=? 2023-01-06T04:46:02.192Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 148058d2-0034-4d04-b1ba-f38f8843016f 2023-01-06T04:46:02.193Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 148058d2-0034-4d04-b1ba-f38f8843016f 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 (?, ?, ?, ?, ?) 2023-01-06T04:46:02.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980248583, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "ves-openapi-manager", "timestamp": 1672980250084, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980248583, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:46:02.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "ves-openapi-manager", "timestamp": 1672980250084, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980254800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980254800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:46:02.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980257553, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:46:02.210Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:46:02.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980259316, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:46:02.212Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:46:02.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980260321, "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=? 2023-01-06T04:46:02.219Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 148058d2-0034-4d04-b1ba-f38f8843016f 2023-01-06T04:46:02.219Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 148058d2-0034-4d04-b1ba-f38f8843016f 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 (?, ?, ?, ?, ?) 2023-01-06T04:46:02.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-06T04:46:02.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-06T04:46:02.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:46:02.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-06T04:46:02.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-06T04:46:02.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:02.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:46:02.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:02.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:46:08.419Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:46:08.438Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f 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=? 2023-01-06T04:46:08.442Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:46:08.442Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|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=? 2023-01-06T04:46:08.452Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T04:46:38.454Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f 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=? 2023-01-06T04:46:38.474Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 148058d2-0034-4d04-b1ba-f38f8843016f and serviceModelVersionId: 4f015508-2d41-4308-857d-b1b37ebcfc8e 2023-01-06T04:46:38.475Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc5b63a5-3f25-42f8-9304-6292e7bddefb 2023-01-06T04:46:38.479Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0 2023-01-06T04:46:38.494Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T04:46:38.690Z|148058d2-0034-4d04-b1ba-f38f8843016f|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/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?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]} 2023-01-06T04:46:38.694Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0|INFO|500||Invoke 2023-01-06T04:46:38.744Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T04:46:38.860Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0|INFO|500||InvokeReturn 2023-01-06T04:46:38.861Z|148058d2-0034-4d04-b1ba-f38f8843016f|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/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:46:39 GMT], content-length=[0], vertex-id=[221432], x-aai-txid=[0-aai-resources-230106-04:46:39:178-78667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T04:46:38.861Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-01-06T04:46:38.862Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T04:46:38.862Z|148058d2-0034-4d04-b1ba-f38f8843016f|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=? 2023-01-06T04:46:39.078Z|148058d2-0034-4d04-b1ba-f38f8843016f|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) 2023-01-06T04:46:39.079Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 148058d2-0034-4d04-b1ba-f38f8843016f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T04:46:39.079Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T04:46:39.083Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:39.090Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:39.091Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980399079, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:46:39.187Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-06T04:46:39.192Z||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. 2023-01-06T04:46:39.193Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:39.216Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:39.217Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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=? 2023-01-06T04:46:40.127Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:46:40.133Z|148058d2-0034-4d04-b1ba-f38f8843016f|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. 2023-01-06T04:46:40.134Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:44.567Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:44.568Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T04:46:44.568Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cbe2c5b-f148-4f1a-a81e-11d9c68689e6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"942c6866-919e-44bd-a58a-5ab780e6c873","serviceDescription":"service","serviceInvariantUUID":"f9348ce8-3fc6-47f7-81e2-3b7d05a3571a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7fbd7407-b943-439a-9c53-456f03ff2269","resourceInvariantUUID":"99d490d0-3c5c-4c36-9217-8e434e244ec1","resourceCustomizationUUID":"f6cf74aa-64e9-42f7-bc53-55bda4038eda","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":"Y2Q4ZTEwZDNlMGUwY2E1OGI3ZjhkY2UwZmFjNGFjMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e08cb846-09b4-4572-9123-2bb8642cf7ee","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":"fa6253e7-232a-4ff0-915b-63183c6038ba","artifactVersion":"2","generatedFromUUID":"07fe2f7e-db72-4e4b-bfa2-8566df1c0899"},{"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":"07fe2f7e-db72-4e4b-bfa2-8566df1c0899","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":"OTViZDQxZTNkOGQ4ZGQ1Mjk4Njk2MTkzMWFkNTQwM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e1bc2be-b738-4d53-b4a0-3167b7c7a42f","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":"926e6af7-a343-4170-9eba-9d21eeb2f031","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":"3b1a78db-2589-42aa-aa27-3c9a23c0ab62","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":"37973463-6540-48d2-8d34-0c9d0b56bb8f","artifactVersion":"2","generatedFromUUID":"926e6af7-a343-4170-9eba-9d21eeb2f031"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGQ0ODIwZDNlMGZjNWMzZmE0ZDJhMzk1NmEwN2YyYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d79e415c-458b-4418-b360-022c8ba199b2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWU0OTAyODc2ZjA3MGQ5OWE2NWI5MTRkZWYxODJjYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21bc5621-cbf5-44ec-9962-70b470ae3206","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T04:46:44.574Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:44.574Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:44.577Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:44.578Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:44.678Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:46:44.679Z||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. 2023-01-06T04:46:44.679Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:44.705Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:44.706Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:46:45.578Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:45.579Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:45.582Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:45.582Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-06T04:46:45.682Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:46:45.683Z||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. 2023-01-06T04:46:45.683Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:45.694Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:45.695Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:46:46.583Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:46.585Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:46.588Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:46.589Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-06T04:46:46.693Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-06T04:46:46.694Z||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. 2023-01-06T04:46:46.694Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:46.708Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:46.711Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:46:47.590Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:47.593Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:47.596Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:47.597Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:46:47.697Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:46:47.698Z||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. 2023-01-06T04:46:47.698Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:47.714Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:47.715Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:46:48.601Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:48.602Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:48.604Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:48.604Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-06T04:46:48.705Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:46:48.706Z||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. 2023-01-06T04:46:48.707Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:48.720Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:48.721Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:46:49.605Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:49.608Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:49.612Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:49.612Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:49.712Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:46:49.715Z||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. 2023-01-06T04:46:49.715Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:49.732Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:49.733Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:46:50.613Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:50.616Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:50.620Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:50.620Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-06T04:46:50.720Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-06T04:46:50.721Z||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. 2023-01-06T04:46:50.721Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:50.760Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:50.762Z||pool-46-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:46:51.621Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:51.622Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:51.628Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:51.629Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:46:51.727Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-06T04:46:51.729Z||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. 2023-01-06T04:46:51.729Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:51.742Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:51.743Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:46:52.630Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:46:52.631Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:52.634Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:52.634Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:46:52.734Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:46:52.735Z||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. 2023-01-06T04:46:52.736Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:52.754Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:52.754Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:46:53.638Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "942c6866-919e-44bd-a58a-5ab780e6c873", "serviceDescription": "service", "serviceInvariantUUID": "f9348ce8-3fc6-47f7-81e2-3b7d05a3571a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "f6cf74aa-64e9-42f7-bc53-55bda4038eda", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7fbd7407-b943-439a-9c53-456f03ff2269", "resourceInvariantUUID": "99d490d0-3c5c-4c36-9217-8e434e244ec1", "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": "fa6253e7-232a-4ff0-915b-63183c6038ba", "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": "07fe2f7e-db72-4e4b-bfa2-8566df1c0899", "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": "OTViZDQxZTNkOGQ4ZGQ1Mjk4Njk2MTkzMWFkNTQwM2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1e1bc2be-b738-4d53-b4a0-3167b7c7a42f", "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": "926e6af7-a343-4170-9eba-9d21eeb2f031", "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": "37973463-6540-48d2-8d34-0c9d0b56bb8f", "generatedFromUUID": "926e6af7-a343-4170-9eba-9d21eeb2f031" }, "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": "37973463-6540-48d2-8d34-0c9d0b56bb8f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZWU0OTAyODc2ZjA3MGQ5OWE2NWI5MTRkZWYxODJjYmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21bc5621-cbf5-44ec-9962-70b470ae3206" } ], "workloadContext": "Production" } 2023-01-06T04:46:53.638Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T04:46:53.638Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 942c6866-919e-44bd-a58a-5ab780e6c873 ASDC 2023-01-06T04:46:53.640Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:942c6866-919e-44bd-a58a-5ab780e6c873 ServiceInvariantUUID:f9348ce8-3fc6-47f7-81e2-3b7d05a3571a 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:21bc5621-cbf5-44ec-9962-70b470ae3206 ArtifactChecksum:ZWU0OTAyODc2ZjA3MGQ5OWE2NWI5MTRkZWYxODJjYmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:f6cf74aa-64e9-42f7-bc53-55bda4038eda ResourceInvariantUUID:99d490d0-3c5c-4c36-9217-8e434e244ec1 ResourceName:basic_cnf ResourceType:VF ResourceUUID:7fbd7407-b943-439a-9c53-456f03ff2269 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:fa6253e7-232a-4ff0-915b-63183c6038ba 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:07fe2f7e-db72-4e4b-bfa2-8566df1c0899 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:1e1bc2be-b738-4d53-b4a0-3167b7c7a42f ArtifactChecksum:OTViZDQxZTNkOGQ4ZGQ1Mjk4Njk2MTkzMWFkNTQwM2Y= 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:926e6af7-a343-4170-9eba-9d21eeb2f031 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:37973463-6540-48d2-8d34-0c9d0b56bb8f 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:37973463-6540-48d2-8d34-0c9d0b56bb8f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-06T04:46:53.640Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942c6866-919e-44bd-a58a-5ab780e6c873 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 (?, ?, ?, ?, ?) 2023-01-06T04:46:53.731Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:46:53.738Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:46:53.739Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:46:53.739Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21bc5621-cbf5-44ec-9962-70b470ae3206 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-06T04:46:53.739Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:46:53.739Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-06T04:46:53.875Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:46:53.882Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 21bc5621-cbf5-44ec-9962-70b470ae3206 73679 2023-01-06T04:46:53.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-06T04:46:53.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-06T04:46:53.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:46:53.886Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:53.891Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:53.891Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980413883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:46:53.991Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:46:53.993Z||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. 2023-01-06T04:46:53.994Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:54.011Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:54.013Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:46:54.893Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:46:54.895Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:46:54.895Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 21bc5621-cbf5-44ec-9962-70b470ae3206, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-06T04:46:54.896Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-06T04:46:54.896Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-06T04:46:54.897Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-06T04:46:55.115Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3939007344859885215/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 2023-01-06T04:46:57.397Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-06T04:46:57.399Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-06T04:46:57.399Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:46:57.399Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.399Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:46:57.400Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:46:57.400Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:46:57.401Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:46:57.401Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.401Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.404Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T04:46:57.404Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.404Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:46:57.405Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:46:57.405Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.405Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:46:57.405Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:46:57.406Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.406Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:46:57.406Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:46:57.407Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.407Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-06T04:46:57.407Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-06T04:46:57.407Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6e064a84-5201-418a-97b6-482c51c6d298 2023-01-06T04:46:57.407Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.408Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:46:57.408Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.408Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:46:57.408Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.408Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:46:57.409Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:46:57.409Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:46:57.409Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:942c6866-919e-44bd-a58a-5ab780e6c873 Model Version:NULL Model InvariantUuid:f9348ce8-3fc6-47f7-81e2-3b7d05a3571a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b4f6bc8e-939c-493a-bad1-f8dc30909b0a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:99d490d0-3c5c-4c36-9217-8e434e244ec1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f6cf74aa-64e9-42f7-bc53-55bda4038eda NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3966573e-88d3-4037-b8ad-859c43d7bec0 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a0f2bbb8-9023-4d74-8426-2c9eb3a8f7b8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6e064a84-5201-418a-97b6-482c51c6d298 ModelInvariantUuid:36b2465d-1333-456c-bf90-19d013be1646 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:40465b81-2624-4c33-88a9-2211cc808b59 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:8e3f5035-a6c2-42a8-9f7e-b286b0480757 ModelInvariantUuid:2de41d2e-f8fc-4fed-969c-fe77d3092abf ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:08d2a109-8734-4632-af26-81d75e2b9d60 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=? 2023-01-06T04:46:57.430Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7fbd7407-b943-439a-9c53-456f03ff2269 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=? 2023-01-06T04:46:57.437Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||basic_cnf 0 2023-01-06T04:46:57.438Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7fbd7407-b943-439a-9c53-456f03ff2269 2023-01-06T04:46:57.438Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa6253e7-232a-4ff0-915b-63183c6038ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-06T04:46:57.439Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:46:57.439Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-06T04:46:57.497Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:46:57.498Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fa6253e7-232a-4ff0-915b-63183c6038ba 12 2023-01-06T04:46:57.501Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-06T04:46:57.501Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-06T04:46:57.501Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:46:57.505Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:57.509Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:57.509Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980417499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:46:57.609Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:46:57.610Z||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. 2023-01-06T04:46:57.610Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:57.623Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:57.624Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:46:58.510Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 07fe2f7e-db72-4e4b-bfa2-8566df1c0899 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-06T04:46:58.510Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:46:58.511Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-06T04:46:58.629Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:46:58.630Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 07fe2f7e-db72-4e4b-bfa2-8566df1c0899 2688 2023-01-06T04:46:58.630Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-06T04:46:58.631Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-06T04:46:58.631Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:46:58.631Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:58.635Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:58.635Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980418630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-06T04:46:58.735Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:46:58.736Z||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. 2023-01-06T04:46:58.737Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:58.753Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:58.754Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:46:59.638Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1e1bc2be-b738-4d53-b4a0-3167b7c7a42f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-06T04:46:59.639Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:46:59.639Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-06T04:46:59.683Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:46:59.684Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1e1bc2be-b738-4d53-b4a0-3167b7c7a42f 828 2023-01-06T04:46:59.685Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-06T04:46:59.685Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-06T04:46:59.686Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:46:59.686Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:46:59.690Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:46:59.691Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980419685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:46:59.790Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:46:59.792Z||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. 2023-01-06T04:46:59.792Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:46:59.811Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:46:59.812Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:47:00.692Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3966573e-88d3-4037-b8ad-859c43d7bec0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a0f2bbb8-9023-4d74-8426-2c9eb3a8f7b8", "vfModuleModelCustomizationUUID": "3a1ec3c2-0b83-450a-9d76-017a72a8a4fd", "isBase": true, "artifacts": [ "07fe2f7e-db72-4e4b-bfa2-8566df1c0899", "926e6af7-a343-4170-9eba-9d21eeb2f031", "37973463-6540-48d2-8d34-0c9d0b56bb8f" ], "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": "" } } ] 2023-01-06T04:47:00.700Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a0f2bbb8-9023-4d74-8426-2c9eb3a8f7b8 VfModuleModelInvariantUUID:3966573e-88d3-4037-b8ad-859c43d7bec0 VfModuleModelDescription:NULL Artifacts UUID List:{ 07fe2f7e-db72-4e4b-bfa2-8566df1c0899 , 926e6af7-a343-4170-9eba-9d21eeb2f031 , 37973463-6540-48d2-8d34-0c9d0b56bb8f } 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 } 2023-01-06T04:47:00.704Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3966573e-88d3-4037-b8ad-859c43d7bec0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a0f2bbb8-9023-4d74-8426-2c9eb3a8f7b8", "vfModuleModelCustomizationUUID": "3a1ec3c2-0b83-450a-9d76-017a72a8a4fd", "isBase": true, "artifacts": [ "07fe2f7e-db72-4e4b-bfa2-8566df1c0899", "926e6af7-a343-4170-9eba-9d21eeb2f031", "37973463-6540-48d2-8d34-0c9d0b56bb8f" ], "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": "" } } ] 2023-01-06T04:47:00.705Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a0f2bbb8-9023-4d74-8426-2c9eb3a8f7b8 VfModuleModelInvariantUUID:3966573e-88d3-4037-b8ad-859c43d7bec0 VfModuleModelDescription:NULL Artifacts UUID List:{ 07fe2f7e-db72-4e4b-bfa2-8566df1c0899 , 926e6af7-a343-4170-9eba-9d21eeb2f031 , 37973463-6540-48d2-8d34-0c9d0b56bb8f } 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 } 2023-01-06T04:47:00.705Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 926e6af7-a343-4170-9eba-9d21eeb2f031 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-06T04:47:00.705Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:47:00.706Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-06T04:47:00.769Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:47:00.770Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 926e6af7-a343-4170-9eba-9d21eeb2f031 1164 2023-01-06T04:47:00.770Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-06T04:47:00.770Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-06T04:47:00.770Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:47:00.771Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:47:00.773Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:47:00.773Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980420770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:47:00.874Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:47:00.875Z||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. 2023-01-06T04:47:00.876Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:00.892Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:00.892Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:47:01.775Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 37973463-6540-48d2-8d34-0c9d0b56bb8f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-06T04:47:01.776Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:47:01.777Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-06T04:47:01.832Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:47:01.833Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 37973463-6540-48d2-8d34-0c9d0b56bb8f 200 2023-01-06T04:47:01.834Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-06T04:47:01.834Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-06T04:47:01.834Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:47:01.835Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:47:01.837Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:47:01.837Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980421834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:47:01.937Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:47:01.938Z||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. 2023-01-06T04:47:01.938Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:01.949Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:01.950Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:47:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:47:02.084Z||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. 2023-01-06T04:47:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:02.121Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:02.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:47:02.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:47:02.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:47:02.838Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 942c6866-919e-44bd-a58a-5ab780e6c873 2023-01-06T04:47:02.839Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7fbd7407-b943-439a-9c53-456f03ff2269 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=? 2023-01-06T04:47:02.869Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-06T04:47:02.876Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4218907e, org.onap.sdc.toscaparser.api.parameters.Input@566e8f13, org.onap.sdc.toscaparser.api.parameters.Input@4d942dc9, org.onap.sdc.toscaparser.api.parameters.Input@56959967, org.onap.sdc.toscaparser.api.parameters.Input@508868ab] 2023-01-06T04:47:02.878Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.878Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:47:02.878Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-01-06T04:47:02.878Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f6cf74aa-64e9-42f7-bc53-55bda4038eda 2023-01-06T04:47:02.879Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6cf74aa-64e9-42f7-bc53-55bda4038eda matches Tosca VF Customization UUID: f6cf74aa-64e9-42f7-bc53-55bda4038eda 2023-01-06T04:47:02.879Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f6cf74aa-64e9-42f7-bc53-55bda4038eda 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=? 2023-01-06T04:47:02.882Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.882Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:47:02.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f6cf74aa-64e9-42f7-bc53-55bda4038eda: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-06T04:47:02.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@648e0e56 2023-01-06T04:47:02.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.884Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T04:47:02.884Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3a1ec3c2-0b83-450a-9d76-017a72a8a4fd 2023-01-06T04:47:02.884Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3a1ec3c2-0b83-450a-9d76-017a72a8a4fd 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=? 2023-01-06T04:47:02.888Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.889Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:47:02.889Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:47:02.889Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.890Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:47:02.890Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:47:02.890Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.890Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-06T04:47:02.891Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-06T04:47:02.891Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6e064a84-5201-418a-97b6-482c51c6d298 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=? 2023-01-06T04:47:02.894Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.895Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:47:02.895Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:47:02.896Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.897Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-06T04:47:02.897Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f6cf74aa-64e9-42f7-bc53-55bda4038eda 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=? 2023-01-06T04:47:02.906Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.907Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:47:02.907Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 942c6866-919e-44bd-a58a-5ab780e6c873: basic_cnf 2023-01-06T04:47:02.907Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.908Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:47:02.908Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.908Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:47:02.909Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.909Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:47:02.910Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.910Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:47:02.910Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:47:02.910Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:47:02.911Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-06T04:47:03.009Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7fbd7407-b943-439a-9c53-456f03ff2269 1 ASDC deployResourceStructure 2023-01-06T04:47:03.011Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-06T04:47:03.011Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-01-06T04:47:03.011Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-06T04:47:03.012Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:47:03.015Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:47:03.015Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980423010, "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" } 2023-01-06T04:47:03.115Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:47:03.117Z||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. 2023-01-06T04:47:03.117Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:03.127Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:03.128Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:47:04.018Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-06T04:47:04.018Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-06T04:47:04.018Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-06T04:47:04.019Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:47:04.022Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:47:04.022Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980424018, "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" } 2023-01-06T04:47:04.122Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:47:04.123Z||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. 2023-01-06T04:47:04.123Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:04.134Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:04.135Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:47:05.023Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-06T04:47:05.024Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-06T04:47:05.024Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:47:05.025Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:47:05.028Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:47:05.029Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980425023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:47:05.130Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:47:05.132Z||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. 2023-01-06T04:47:05.132Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:05.145Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:05.145Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:47:06.030Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-06T04:47:06.031Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-06T04:47:06.031Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:47:06.032Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:47:06.035Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:47:06.035Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980426030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:47:06.137Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:47:06.138Z||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. 2023-01-06T04:47:06.138Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:06.150Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:06.151Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:47:07.037Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-06T04:47:07.037Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-06T04:47:07.038Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:47:07.039Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:47:07.042Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:47:07.042Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980427036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-06T04:47:07.142Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:47:07.143Z||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. 2023-01-06T04:47:07.143Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:07.154Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:07.155Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:47:08.043Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-06T04:47:08.044Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-06T04:47:08.044Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:47:08.044Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:47:08.046Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:47:08.047Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980428043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:47:08.148Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:47:08.149Z||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. 2023-01-06T04:47:08.149Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:47:08.170Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:47:08.171Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:47:09.048Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:47:09.081Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 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=? 2023-01-06T04:47:09.104Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:47:09.106Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:47:09.108Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:47:39.108Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:47:39.130Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 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=? 2023-01-06T04:47:39.133Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:47:39.134Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:47:39.134Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:48:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:48:02.084Z||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. 2023-01-06T04:48:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:02.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:02.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980288583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "ves-openapi-manager", "timestamp": 1672980290084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980284800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980292147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980303635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980304145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980303653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "cds", "timestamp": 1672980304660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-06T04:48:02.144Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 2023-01-06T04:48:02.144Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980304739, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980297163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980305836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980306478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980306903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980306921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980307483, "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=? 2023-01-06T04:48:02.175Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 2023-01-06T04:48:02.175Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980307948, "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=? 2023-01-06T04:48:02.192Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 2023-01-06T04:48:02.193Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980307147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "multicloud-k8s-id", "timestamp": 1672980308951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980307147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "ves-openapi-manager", "timestamp": 1672980310084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980307147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980309956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "ves-openapi-manager", "timestamp": 1672980310084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980307147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980309956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:48:02.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "ves-openapi-manager", "timestamp": 1672980310084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980307147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980309956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-06T04:48:02.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "ves-openapi-manager", "timestamp": 1672980310084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980307147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980309956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "ves-openapi-manager", "timestamp": 1672980310084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980307147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980314206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980309956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-06T04:48:02.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980314800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "ves-openapi-manager", "timestamp": 1672980310084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "aai-ml", "timestamp": 1672980315210, "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=? 2023-01-06T04:48:02.235Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 2023-01-06T04:48:02.235Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980315167, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.245Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980309956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980314800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "ves-openapi-manager", "timestamp": 1672980310084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "cds", "timestamp": 1672980316180, "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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.267Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 2023-01-06T04:48:02.267Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980309956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980314800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980317697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980314800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980318750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980314800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980319823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980314800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980320848, "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=? 2023-01-06T04:48:02.312Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 2023-01-06T04:48:02.313Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980314800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "multicloud-k8s-id", "timestamp": 1672980321852, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980322555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980322147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980322147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980324859, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980322147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980325864, "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=? 2023-01-06T04:48:02.348Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 2023-01-06T04:48:02.349Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980322147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980322147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980322147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980322147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980328583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980322147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980330084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980328583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980330884, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980330084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980328583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "cds", "timestamp": 1672980331889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.409Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce97ae71-d410-4200-bbff-93d9ae35229f 2023-01-06T04:48:02.409Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce97ae71-d410-4200-bbff-93d9ae35229f 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980330084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980328583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980330084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980328583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980330084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980328583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980334886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980330084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-06T04:48:02.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980328583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980330084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "multicloud-k8s-id", "timestamp": 1672980328583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980330084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980338878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980340066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "ves-openapi-manager", "timestamp": 1672980341071, "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=? 2023-01-06T04:48:02.450Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ce97ae71-d410-4200-bbff-93d9ae35229f 2023-01-06T04:48:02.451Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce97ae71-d410-4200-bbff-93d9ae35229f 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980341757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.460Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "aai-ml", "timestamp": 1672980342760, "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=? 2023-01-06T04:48:02.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 2023-01-06T04:48:02.468Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980344800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980344800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980344800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980344800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980344800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980344800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980327163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980344800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:02.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980351864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980344800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:02.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:48:02.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980353544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:02.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980355383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672980356387, "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=? 2023-01-06T04:48:02.523Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce97ae71-d410-4200-bbff-93d9ae35229f 2023-01-06T04:48:02.524Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce97ae71-d410-4200-bbff-93d9ae35229f 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:02.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980356594, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:48:02.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:48:02.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:48:02.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "aai-ml", "timestamp": 1672980357597, "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=? 2023-01-06T04:48:02.557Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce97ae71-d410-4200-bbff-93d9ae35229f 2023-01-06T04:48:02.557Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce97ae71-d410-4200-bbff-93d9ae35229f 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:09.134Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:48:09.160Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 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=? 2023-01-06T04:48:09.170Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:48:09.173Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T04:48:09.181Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T04:48:09.182Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T04:48:09.189Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:09.189Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:09.189Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:09.189Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:09.189Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:09.190Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|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=? 2023-01-06T04:48:09.229Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T04:48:39.229Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 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=? 2023-01-06T04:48:39.244Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 and serviceModelVersionId: 942c6866-919e-44bd-a58a-5ab780e6c873 2023-01-06T04:48:39.244Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9348ce8-3fc6-47f7-81e2-3b7d05a3571a 2023-01-06T04:48:39.246Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?depth=0 2023-01-06T04:48:39.252Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T04:48:39.344Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?depth=0|INFO|500||Invoke 2023-01-06T04:48:39.345Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1cbe2c5b-f148-4f1a-a81e-11d9c68689e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[835d517c-33d0-4ce3-b76a-00814422cdfb], X-ECOMP-RequestID=[1cbe2c5b-f148-4f1a-a81e-11d9c68689e6], X-TransactionId=[], X-ONAP-RequestID=[1cbe2c5b-f148-4f1a-a81e-11d9c68689e6], Content-Type=[application/merge-patch+json]} 2023-01-06T04:48:39.385Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T04:48:39.516Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?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/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:48:39 GMT], content-length=[0], vertex-id=[233488], x-aai-txid=[1-aai-resources-230106-04:48:39:818-15192], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T04:48:39.516Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-06T04:48:39.517Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9348ce8-3fc6-47f7-81e2-3b7d05a3571a/model-vers/model-ver/942c6866-919e-44bd-a58a-5ab780e6c873?depth=0|INFO|500||InvokeReturn 2023-01-06T04:48:39.518Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T04:48:39.518Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|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=? 2023-01-06T04:48:39.525Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|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) 2023-01-06T04:48:39.526Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cbe2c5b-f148-4f1a-a81e-11d9c68689e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T04:48:39.527Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T04:48:39.527Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:39.529Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:39.530Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980519527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:48:39.630Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:48:39.635Z||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. 2023-01-06T04:48:39.635Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:39.653Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:39.654Z||pool-61-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-06T04:48:40.547Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T04:48:40.547Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"038a74a6-adff-4fd8-9c83-7dadb73e4ce4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"de602290-0d68-4eef-aed9-f3491ade720e","serviceDescription":"service","serviceInvariantUUID":"9a53b456-518d-4e49-b5f4-516904891047","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e55e4b38-fb31-4e16-9c0a-e41d426dc002","resourceInvariantUUID":"060b6dfd-dd55-45a1-8eb5-c5ccd662b015","resourceCustomizationUUID":"49c33f89-4327-4750-8dcc-873f89577279","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":"YTNjNTY2YzE2NGI5MjQyZTdmZWNkNDFmMjRmYTkwMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0eed5554-7f54-429f-9e65-775ec31f19ba","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":"NjE2NzI5NDIzZDEzMTZiODZjZDBmMmMxM2NjMDkyMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9279520b-0c81-42b8-8735-34f74add7ad7","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":"8524222f-8369-45ad-8ddc-9100cd6ef3db","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":"f6478698-1e19-4240-ad02-dd398f03c64e","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":"48befa1f-c674-4c4a-bfa0-82003ca630d4","artifactVersion":"2","generatedFromUUID":"8524222f-8369-45ad-8ddc-9100cd6ef3db"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmE5MTYzMDZjOWRkYzAxZWE5YTVlNzVkNTkwNTNhOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f57b939-8579-4ea8-875e-48814422b9bf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWEyNzE5NThjNDcyN2Y3NWFhOWI1NzQ0YzJjZTkwNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc68ebd6-6b0a-43d4-a853-e7cc46ea1a5f","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T04:48:40.548Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:48:40.548Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:40.551Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:40.551Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:40.651Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:48:40.653Z||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. 2023-01-06T04:48:40.653Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:40.667Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:40.668Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:41.552Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:48:41.554Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:41.557Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:41.557Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:48:41.657Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:48:41.659Z||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. 2023-01-06T04:48:41.659Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:41.672Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:41.673Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:42.558Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:48:42.559Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:42.563Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:42.563Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-06T04:48:42.663Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:48:42.664Z||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. 2023-01-06T04:48:42.665Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:42.686Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:42.687Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:43.564Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:48:43.565Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:43.569Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:43.569Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:43.669Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:48:43.670Z||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. 2023-01-06T04:48:43.670Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:43.683Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:43.684Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:44.569Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:48:44.570Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:44.576Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:44.576Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-06T04:48:44.676Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:48:44.677Z||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. 2023-01-06T04:48:44.677Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:44.693Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:44.694Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:45.577Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:48:45.578Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:45.581Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:45.581Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:48:45.681Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:48:45.683Z||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. 2023-01-06T04:48:45.683Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:45.738Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:45.740Z||pool-67-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:46.582Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:48:46.582Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:46.585Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:46.585Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:48:46.687Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-06T04:48:46.688Z||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. 2023-01-06T04:48:46.689Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:46.704Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:46.705Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:47.586Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "de602290-0d68-4eef-aed9-f3491ade720e", "serviceDescription": "service", "serviceInvariantUUID": "9a53b456-518d-4e49-b5f4-516904891047", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "49c33f89-4327-4750-8dcc-873f89577279", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e55e4b38-fb31-4e16-9c0a-e41d426dc002", "resourceInvariantUUID": "060b6dfd-dd55-45a1-8eb5-c5ccd662b015", "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": "NjE2NzI5NDIzZDEzMTZiODZjZDBmMmMxM2NjMDkyMDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9279520b-0c81-42b8-8735-34f74add7ad7", "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": "8524222f-8369-45ad-8ddc-9100cd6ef3db", "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": "48befa1f-c674-4c4a-bfa0-82003ca630d4", "generatedFromUUID": "8524222f-8369-45ad-8ddc-9100cd6ef3db" }, "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": "48befa1f-c674-4c4a-bfa0-82003ca630d4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YWEyNzE5NThjNDcyN2Y3NWFhOWI1NzQ0YzJjZTkwNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc68ebd6-6b0a-43d4-a853-e7cc46ea1a5f" } ], "workloadContext": "Production" } 2023-01-06T04:48:47.587Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T04:48:47.587Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de602290-0d68-4eef-aed9-f3491ade720e ASDC 2023-01-06T04:48:47.587Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:038a74a6-adff-4fd8-9c83-7dadb73e4ce4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:de602290-0d68-4eef-aed9-f3491ade720e ServiceInvariantUUID:9a53b456-518d-4e49-b5f4-516904891047 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:cc68ebd6-6b0a-43d4-a853-e7cc46ea1a5f ArtifactChecksum:YWEyNzE5NThjNDcyN2Y3NWFhOWI1NzQ0YzJjZTkwNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:49c33f89-4327-4750-8dcc-873f89577279 ResourceInvariantUUID:060b6dfd-dd55-45a1-8eb5-c5ccd662b015 ResourceName:basic_vm ResourceType:VF ResourceUUID:e55e4b38-fb31-4e16-9c0a-e41d426dc002 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:9279520b-0c81-42b8-8735-34f74add7ad7 ArtifactChecksum:NjE2NzI5NDIzZDEzMTZiODZjZDBmMmMxM2NjMDkyMDU= 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:8524222f-8369-45ad-8ddc-9100cd6ef3db 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:48befa1f-c674-4c4a-bfa0-82003ca630d4 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:48befa1f-c674-4c4a-bfa0-82003ca630d4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-06T04:48:47.587Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de602290-0d68-4eef-aed9-f3491ade720e 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=? 2023-01-06T04:48:47.680Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:48:47.681Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:48:47.681Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:48:47.682Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cc68ebd6-6b0a-43d4-a853-e7cc46ea1a5f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-06T04:48:47.682Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:48:47.683Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-06T04:48:47.905Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:48:47.911Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cc68ebd6-6b0a-43d4-a853-e7cc46ea1a5f 74814 2023-01-06T04:48:47.924Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-06T04:48:47.924Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-06T04:48:47.924Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:48:47.925Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:47.932Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:47.933Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980527923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:48.028Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-06T04:48:48.029Z||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. 2023-01-06T04:48:48.029Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:48.040Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:48.041Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:48.933Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:48:48.939Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:48:48.941Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cc68ebd6-6b0a-43d4-a853-e7cc46ea1a5f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:48.941Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-06T04:48:48.942Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:48.943Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:49.215Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3483974204913128093/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 2023-01-06T04:48:51.991Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T04:48:51.992Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:48:51.992Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:51.992Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-06T04:48:51.992Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:51.992Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:51.992Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:51.992Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:51.993Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:51.993Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:51.993Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-06T04:48:51.993Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:48:51.993Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:51.993Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:51.994Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:51.994Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:48:51.994Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:48:51.994Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:51.995Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:51.995Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:51.995Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:48:51.995Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:48:51.996Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:51.996Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:51.996Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:51.996Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-06T04:48:51.996Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-06T04:48:51.997Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-06T04:48:51.997Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-06T04:48:51.997Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-06T04:48:51.997Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-06T04:48:51.997Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:51.998Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T04:48:51.998Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:51.998Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:51.998Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:48:51.998Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:51.999Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:51.999Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:48:51.999Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:51.999Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:51.999Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:48:52.000Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:52.000Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-06T04:48:52.000Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-06T04:48:52.000Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-06T04:48:52.000Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e83259c9-898a-4619-bc68-54198df2af3d 2023-01-06T04:48:52.001Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:52.001Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:52.001Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:52.001Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:52.002Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:52.002Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:52.002Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:52.002Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:52.002Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:de602290-0d68-4eef-aed9-f3491ade720e Model Version:NULL Model InvariantUuid:9a53b456-518d-4e49-b5f4-516904891047 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:7682538e-5b52-4b5d-a2b7-94b6837ef374 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:060b6dfd-dd55-45a1-8eb5-c5ccd662b015 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:49c33f89-4327-4750-8dcc-873f89577279 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9aabb130-55a4-40c3-b0ae-a06234462bb0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:c4c52ecb-3898-4d5d-8d2c-9a0830d46ae7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e83259c9-898a-4619-bc68-54198df2af3d ModelInvariantUuid:8765d1a4-1a9b-4283-9ade-2c841d823008 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:47b09ea0-9e6c-4377-a1e2-82d36993d38d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7d365d25-b722-4631-b6ed-1a976393f761 ModelInvariantUuid:7b3d5660-52aa-4aa1-a0cb-2cd30d35c1f8 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:3bddcaf3-7212-4079-a5ff-a357b00e741c 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=? 2023-01-06T04:48:52.016Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e55e4b38-fb31-4e16-9c0a-e41d426dc002 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=? 2023-01-06T04:48:52.021Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||basic_vm 0 2023-01-06T04:48:52.021Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e55e4b38-fb31-4e16-9c0a-e41d426dc002 2023-01-06T04:48:52.021Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9279520b-0c81-42b8-8735-34f74add7ad7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-06T04:48:52.021Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:48:52.022Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-06T04:48:52.117Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:48:52.117Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9279520b-0c81-42b8-8735-34f74add7ad7 787 2023-01-06T04:48:52.118Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-06T04:48:52.118Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-06T04:48:52.118Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:48:52.118Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:52.121Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:52.122Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980532118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:52.225Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-06T04:48:52.226Z||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. 2023-01-06T04:48:52.226Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:52.239Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:52.240Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:53.126Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9aabb130-55a4-40c3-b0ae-a06234462bb0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c4c52ecb-3898-4d5d-8d2c-9a0830d46ae7", "vfModuleModelCustomizationUUID": "27e42fcf-26cf-4109-927a-f560a07d06af", "isBase": true, "artifacts": [ "8524222f-8369-45ad-8ddc-9100cd6ef3db", "48befa1f-c674-4c4a-bfa0-82003ca630d4" ], "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": "" } } ] 2023-01-06T04:48:53.131Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c4c52ecb-3898-4d5d-8d2c-9a0830d46ae7 VfModuleModelInvariantUUID:9aabb130-55a4-40c3-b0ae-a06234462bb0 VfModuleModelDescription:NULL Artifacts UUID List:{ 8524222f-8369-45ad-8ddc-9100cd6ef3db , 48befa1f-c674-4c4a-bfa0-82003ca630d4 } 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 } 2023-01-06T04:48:53.135Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9aabb130-55a4-40c3-b0ae-a06234462bb0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c4c52ecb-3898-4d5d-8d2c-9a0830d46ae7", "vfModuleModelCustomizationUUID": "27e42fcf-26cf-4109-927a-f560a07d06af", "isBase": true, "artifacts": [ "8524222f-8369-45ad-8ddc-9100cd6ef3db", "48befa1f-c674-4c4a-bfa0-82003ca630d4" ], "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": "" } } ] 2023-01-06T04:48:53.136Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c4c52ecb-3898-4d5d-8d2c-9a0830d46ae7 VfModuleModelInvariantUUID:9aabb130-55a4-40c3-b0ae-a06234462bb0 VfModuleModelDescription:NULL Artifacts UUID List:{ 8524222f-8369-45ad-8ddc-9100cd6ef3db , 48befa1f-c674-4c4a-bfa0-82003ca630d4 } 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 } 2023-01-06T04:48:53.136Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8524222f-8369-45ad-8ddc-9100cd6ef3db from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-06T04:48:53.136Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:48:53.137Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-06T04:48:53.203Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:48:53.203Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8524222f-8369-45ad-8ddc-9100cd6ef3db 5033 2023-01-06T04:48:53.204Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-06T04:48:53.204Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-06T04:48:53.204Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:48:53.205Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:53.208Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:53.209Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980533204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:53.310Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:48:53.312Z||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. 2023-01-06T04:48:53.312Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:53.324Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:53.325Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:54.210Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 48befa1f-c674-4c4a-bfa0-82003ca630d4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-06T04:48:54.210Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:48:54.212Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-06T04:48:54.262Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:48:54.263Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 48befa1f-c674-4c4a-bfa0-82003ca630d4 903 2023-01-06T04:48:54.264Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-06T04:48:54.264Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-06T04:48:54.264Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:48:54.265Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:54.267Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:54.268Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980534263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:48:54.373Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-06T04:48:54.374Z||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. 2023-01-06T04:48:54.375Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:54.400Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:54.401Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:55.269Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: de602290-0d68-4eef-aed9-f3491ade720e 2023-01-06T04:48:55.269Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e55e4b38-fb31-4e16-9c0a-e41d426dc002 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=? 2023-01-06T04:48:55.288Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61d8bca6, org.onap.sdc.toscaparser.api.parameters.Input@18ddd861, org.onap.sdc.toscaparser.api.parameters.Input@778d4b66, org.onap.sdc.toscaparser.api.parameters.Input@4d140963, org.onap.sdc.toscaparser.api.parameters.Input@698da1eb] 2023-01-06T04:48:55.291Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.291Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:55.291Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-01-06T04:48:55.291Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 49c33f89-4327-4750-8dcc-873f89577279 2023-01-06T04:48:55.292Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49c33f89-4327-4750-8dcc-873f89577279 matches Tosca VF Customization UUID: 49c33f89-4327-4750-8dcc-873f89577279 2023-01-06T04:48:55.292Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 49c33f89-4327-4750-8dcc-873f89577279 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=? 2023-01-06T04:48:55.295Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.295Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:55.296Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 49c33f89-4327-4750-8dcc-873f89577279: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-06T04:48:55.297Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f1c92ad 2023-01-06T04:48:55.297Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.297Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T04:48:55.297Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27e42fcf-26cf-4109-927a-f560a07d06af 2023-01-06T04:48:55.297Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27e42fcf-26cf-4109-927a-f560a07d06af 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=? 2023-01-06T04:48:55.303Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.303Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:55.303Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:48:55.304Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.304Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:55.304Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:48:55.304Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.304Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-06T04:48:55.305Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-06T04:48:55.305Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-06T04:48:55.305Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e83259c9-898a-4619-bc68-54198df2af3d 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=? 2023-01-06T04:48:55.310Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.311Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:55.311Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T04:48:55.311Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.312Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-06T04:48:55.312Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=49c33f89-4327-4750-8dcc-873f89577279 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=? 2023-01-06T04:48:55.317Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.318Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:55.318Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid de602290-0d68-4eef-aed9-f3491ade720e: basic_vm 2023-01-06T04:48:55.318Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.319Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:55.319Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.319Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:55.320Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.320Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:55.320Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.321Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:55.321Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:48:55.321Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:48:55.322Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, 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 (?, ?, ?, ?, ?) 2023-01-06T04:48:55.444Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e55e4b38-fb31-4e16-9c0a-e41d426dc002 1 ASDC deployResourceStructure 2023-01-06T04:48:55.446Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-06T04:48:55.446Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-06T04:48:55.446Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:48:55.447Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:55.449Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:55.449Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980535445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:48:55.549Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:48:55.551Z||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. 2023-01-06T04:48:55.551Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:55.565Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:55.566Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:56.450Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-06T04:48:56.451Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-06T04:48:56.451Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:48:56.451Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:56.455Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:56.456Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980536450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:48:56.556Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:48:56.557Z||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. 2023-01-06T04:48:56.557Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:56.570Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:56.571Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:48:57.457Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-06T04:48:57.458Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-06T04:48:57.458Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:48:57.459Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:57.468Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:57.474Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980537457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-06T04:48:57.562Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2023-01-06T04:48:57.564Z||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. 2023-01-06T04:48:57.564Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:57.575Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:57.578Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:48:58.475Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-06T04:48:58.475Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-06T04:48:58.475Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:48:58.476Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:48:58.479Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:48:58.480Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980538475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:48:58.584Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-06T04:48:58.585Z||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. 2023-01-06T04:48:58.586Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:48:58.609Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:48:58.609Z||pool-76-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:48:59.481Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:48:59.494Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 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=? 2023-01-06T04:48:59.498Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:48:59.498Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T04:48:59.498Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T04:48:59.498Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T04:48:59.499Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:59.499Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:59.499Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:59.499Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:59.499Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:48:59.500Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|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=? 2023-01-06T04:48:59.511Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T04:49:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:49:02.083Z||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. 2023-01-06T04:49:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:02.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:02.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980399079, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:49:02.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:49:02.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:02.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-06T04:49:02.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-06T04:49:02.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:49:02.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-06T04:49:02.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:02.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-06T04:49:02.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:02.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:49:02.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T04:49:02.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980413883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:49:02.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:49:02.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980417499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:49:02.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:49:02.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980418630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-06T04:49:02.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:49:02.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980419685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:49:02.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:49:02.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980420770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:49:02.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:49:02.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:49:02.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980421834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:49:02.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:49:29.511Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 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=? 2023-01-06T04:49:29.518Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 and serviceModelVersionId: de602290-0d68-4eef-aed9-f3491ade720e 2023-01-06T04:49:29.520Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a53b456-518d-4e49-b5f4-516904891047 2023-01-06T04:49:29.521Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?depth=0 2023-01-06T04:49:29.526Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T04:49:29.613Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?depth=0|INFO|500||Invoke 2023-01-06T04:49:29.613Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[038a74a6-adff-4fd8-9c83-7dadb73e4ce4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0678baf3-5038-4f5f-8e9b-c893a79870df], X-ECOMP-RequestID=[038a74a6-adff-4fd8-9c83-7dadb73e4ce4], X-TransactionId=[], X-ONAP-RequestID=[038a74a6-adff-4fd8-9c83-7dadb73e4ce4], Content-Type=[application/merge-patch+json]} 2023-01-06T04:49:29.648Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T04:49:29.810Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?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/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:49:30 GMT], content-length=[0], vertex-id=[200888], x-aai-txid=[0-aai-resources-230106-04:49:30:080-73411], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T04:49:29.811Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-06T04:49:29.813Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a53b456-518d-4e49-b5f4-516904891047/model-vers/model-ver/de602290-0d68-4eef-aed9-f3491ade720e?depth=0|INFO|500||InvokeReturn 2023-01-06T04:49:29.815Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T04:49:29.816Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|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=? 2023-01-06T04:49:29.823Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|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) 2023-01-06T04:49:29.824Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 038a74a6-adff-4fd8-9c83-7dadb73e4ce4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T04:49:29.825Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T04:49:29.825Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:29.829Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:29.830Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980569825, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:49:29.929Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:49:29.931Z||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. 2023-01-06T04:49:29.931Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:29.950Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:29.951Z||pool-77-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=? 2023-01-06T04:49:30.849Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T04:49:30.850Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce97ae71-d410-4200-bbff-93d9ae35229f","serviceName":"Demo_pNF_tY5BNtaxa5U2arYrnUMq","serviceVersion":"1.0","serviceUUID":"3f22ca55-ed45-4fcc-9424-ce84ae1df3d1","serviceDescription":"catalog service description","serviceInvariantUUID":"dc8ca757-27a5-4b46-8838-9494c626a05a","resources":[{"resourceInstanceName":"pNF 43b69958-d6b9 0","resourceName":"pNF 43b69958-d6b9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d33075d2-5f62-4092-adff-147d093a9166","resourceInvariantUUID":"9917d7a9-551c-4431-b833-03279c13d5d2","resourceCustomizationUUID":"f57455c4-3734-4794-9a62-5568c9931d24","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vf-license-model.xml","artifactChecksum":"MWRkOWUzMWY2NzEwYzUxMGExMjUwZDViM2NlYTE4NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea701df7-af5b-4488-b833-9210c37d7947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/pNF.csar","artifactChecksum":"ZjkwODc2MWI3ZDNkZDg1YjIxZTRiMzRhYWY4NTZjNzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9092c268-9822-44a9-bea6-9f979a62d0a3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b68586b-d768-4d2c-8c60-c749e2ac2a9b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vendor-license-model.xml","artifactChecksum":"ZmQxN2RhODk5ZDAwNDU2OWZmYjEzNjk3NWUyYjhmODQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a53133ee-a3e2-40c2-8dde-7da32928cebe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4b4ea4-3de3-489c-9b6c-458000707efe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01232ece-eeb7-448b-88eb-b925ea0e5a9a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml","artifactChecksum":"M2MzNjcyMDZhMzgzNzA5OGM3M2Y0YTIyMWY3YmZlN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc8c987d-7b2c-46e3-9a00-b77fe80a95f4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar","artifactChecksum":"ZTY5MzYzYmY3NzhlMTVlNGJmNDQwOWQwZjkxNjEwMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9925a0b2-00e0-42c1-9963-8c498c5bb726","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T04:49:30.851Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:49:30.851Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:30.854Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:30.854Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:30.954Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:49:30.955Z||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. 2023-01-06T04:49:30.956Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:30.970Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:30.971Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:31.855Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:49:31.858Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:31.861Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:31.861Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:31.961Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:49:31.963Z||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. 2023-01-06T04:49:31.963Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:31.978Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:31.978Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:32.862Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:49:32.863Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:32.866Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:32.867Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:32.968Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:49:32.970Z||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. 2023-01-06T04:49:32.970Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:32.983Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:32.984Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:49:33.869Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:49:33.870Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:33.873Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:33.873Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:33.978Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-06T04:49:33.979Z||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. 2023-01-06T04:49:33.979Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:33.990Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:33.991Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:34.874Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:49:34.875Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:34.877Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:34.877Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:34.977Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:49:34.979Z||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. 2023-01-06T04:49:34.979Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:34.994Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:34.995Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:35.878Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:49:35.879Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:35.882Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:35.882Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:35.982Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:49:35.984Z||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. 2023-01-06T04:49:35.984Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:35.997Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:35.998Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:36.883Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:49:36.884Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:36.887Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:36.888Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:49:36.988Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:49:36.990Z||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. 2023-01-06T04:49:36.990Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:37.013Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:37.014Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:37.889Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:49:37.890Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:37.893Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:37.893Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:49:37.993Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:49:37.994Z||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. 2023-01-06T04:49:37.994Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:38.007Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:38.008Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:38.895Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "serviceName": "Demo_pNF_tY5BNtaxa5U2arYrnUMq", "serviceVersion": "1.0", "serviceUUID": "3f22ca55-ed45-4fcc-9424-ce84ae1df3d1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dc8ca757-27a5-4b46-8838-9494c626a05a", "resources": [ { "resourceInstanceName": "pNF 43b69958-d6b9 0", "resourceCustomizationUUID": "f57455c4-3734-4794-9a62-5568c9931d24", "resourceName": "pNF 43b69958-d6b9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d33075d2-5f62-4092-adff-147d093a9166", "resourceInvariantUUID": "9917d7a9-551c-4431-b833-03279c13d5d2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "artifactChecksum": "ZTY5MzYzYmY3NzhlMTVlNGJmNDQwOWQwZjkxNjEwMmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9925a0b2-00e0-42c1-9963-8c498c5bb726" } ], "workloadContext": "Production" } 2023-01-06T04:49:38.896Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T04:49:38.896Z|038a74a6-adff-4fd8-9c83-7dadb73e4ce4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f22ca55-ed45-4fcc-9424-ce84ae1df3d1 ASDC 2023-01-06T04:49:38.898Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:ce97ae71-d410-4200-bbff-93d9ae35229f ServiceName:Demo_pNF_tY5BNtaxa5U2arYrnUMq ServiceVersion:1.0 ServiceUUID:3f22ca55-ed45-4fcc-9424-ce84ae1df3d1 ServiceInvariantUUID:dc8ca757-27a5-4b46-8838-9494c626a05a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar ArtifactUUID:9925a0b2-00e0-42c1-9963-8c498c5bb726 ArtifactChecksum:ZTY5MzYzYmY3NzhlMTVlNGJmNDQwOWQwZjkxNjEwMmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 43b69958-d6b9 0 ResourceCustomizationUUID:f57455c4-3734-4794-9a62-5568c9931d24 ResourceInvariantUUID:9917d7a9-551c-4431-b833-03279c13d5d2 ResourceName:pNF 43b69958-d6b9 ResourceType:PNF ResourceUUID:d33075d2-5f62-4092-adff-147d093a9166 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-06T04:49:38.900Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f22ca55-ed45-4fcc-9424-ce84ae1df3d1 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=? 2023-01-06T04:49:39.024Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:49:39.025Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:49:39.031Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:49:39.032Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9925a0b2-00e0-42c1-9963-8c498c5bb726 from URL: /sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:39.033Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:49:39.035Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:39.250Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:49:39.257Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 9925a0b2-00e0-42c1-9963-8c498c5bb726 87787 2023-01-06T04:49:39.258Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar ASDC sendASDCNotification 2023-01-06T04:49:39.258Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:39.259Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:49:39.259Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:39.262Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:39.262Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980579258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:49:39.362Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:49:39.363Z||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. 2023-01-06T04:49:39.363Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:39.375Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:39.376Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:40.263Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:49:40.265Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:49:40.265Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9925a0b2-00e0-42c1-9963-8c498c5bb726, URL: /sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar to file: /app/ASDC/1/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:40.266Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:40.267Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:40.267Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:40.429Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3360605503880648884/Definitions/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml 2023-01-06T04:49:41.914Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T04:49:41.915Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:49:41.915Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:41.916Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-06T04:49:41.916Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:41.916Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:41.917Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:41.918Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:41.918Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:41.918Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 43b69958-d6b9 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-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:41.918Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:41.919Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:49:41.919Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.920Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.920Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Node template pNF 43b69958-d6b9 0 is matching search criteria 2023-01-06T04:49:41.921Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:49:41.921Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 43b69958-d6b9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:49:41.921Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.922Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.922Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Node template pNF 43b69958-d6b9 0 is matching search criteria 2023-01-06T04:49:41.922Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:49:41.922Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 43b69958-d6b9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:49:41.923Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.924Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.924Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.925Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.925Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.925Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.926Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.927Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.927Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.927Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.928Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tY5BNtaxa5U2arYrnUMq Description:catalog service description Model UUID:3f22ca55-ed45-4fcc-9424-ce84ae1df3d1 Model Version:NULL Model InvariantUuid:dc8ca757-27a5-4b46-8838-9494c626a05a 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=? 2023-01-06T04:49:41.955Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d33075d2-5f62-4092-adff-147d093a9166 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=? 2023-01-06T04:49:41.961Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||pNF 43b69958-d6b9 0 2023-01-06T04:49:41.962Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d33075d2-5f62-4092-adff-147d093a9166 2023-01-06T04:49:41.962Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3f22ca55-ed45-4fcc-9424-ce84ae1df3d1 2023-01-06T04:49:41.962Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3f22ca55-ed45-4fcc-9424-ce84ae1df3d1 2023-01-06T04:49:41.965Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 43b69958-d6b9 0 d33075d2-5f62-4092-adff-147d093a9166 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=? 2023-01-06T04:49:41.976Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a650fe, org.onap.sdc.toscaparser.api.parameters.Input@48646787, org.onap.sdc.toscaparser.api.parameters.Input@4e4c9586, org.onap.sdc.toscaparser.api.parameters.Input@13a43f78, org.onap.sdc.toscaparser.api.parameters.Input@26b0bc52] 2023-01-06T04:49:41.977Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.977Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.978Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3f22ca55-ed45-4fcc-9424-ce84ae1df3d1: pNF 43b69958-d6b9 2023-01-06T04:49:41.979Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||Processing PNF resource: d33075d2-5f62-4092-adff-147d093a9166 2023-01-06T04:49:41.979Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:49:41.979Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tY5BNtaxa5U2arYrnUMq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:49:41.979Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||Resource customization UUID: f57455c4-3734-4794-9a62-5568c9931d24 is the same as notified resource customizationUUID: f57455c4-3734-4794-9a62-5568c9931d24 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 (?, ?) 2023-01-06T04:49:42.080Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 43b69958-d6b9 d33075d2-5f62-4092-adff-147d093a9166 0 ASDC deployResourceStructure 2023-01-06T04:49:42.081Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar ASDC sendASDCNotification 2023-01-06T04:49:42.081Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar 2023-01-06T04:49:42.081Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:49:42.082Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:49:42.084Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:49:42.084Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980582081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:49:42.184Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:49:42.185Z||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. 2023-01-06T04:49:42.185Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:49:42.205Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:49:42.206Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:49:43.085Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce97ae71-d410-4200-bbff-93d9ae35229f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:49:43.122Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce97ae71-d410-4200-bbff-93d9ae35229f 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=? 2023-01-06T04:49:43.127Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:49:43.128Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T04:49:43.128Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T04:49:43.128Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T04:49:43.129Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:49:43.129Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:49:43.129Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:49:43.130Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:49:43.130Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:49:43.130Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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=? 2023-01-06T04:49:43.139Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T04:50:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:50:02.084Z||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. 2023-01-06T04:50:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:50:02.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:50:02.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:50:02.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980423010, "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" } 2023-01-06T04:50:02.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:50:02.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:50:02.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980424018, "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" } 2023-01-06T04:50:02.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:50:02.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:50:02.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980425023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:50:02.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:50:02.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:50:02.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980426030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:50:02.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:50:02.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:50:02.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980427036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-06T04:50:02.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:50:02.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T04:50:02.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980428043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:50:02.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:50:13.140Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce97ae71-d410-4200-bbff-93d9ae35229f 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=? 2023-01-06T04:50:13.154Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce97ae71-d410-4200-bbff-93d9ae35229f and serviceModelVersionId: 3f22ca55-ed45-4fcc-9424-ce84ae1df3d1 2023-01-06T04:50:13.154Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc8ca757-27a5-4b46-8838-9494c626a05a 2023-01-06T04:50:13.155Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?depth=0 2023-01-06T04:50:13.171Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T04:50:13.282Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?depth=0|INFO|500||Invoke 2023-01-06T04:50:13.283Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce97ae71-d410-4200-bbff-93d9ae35229f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bea98370-a7f2-4b57-bb6e-d93bcf1c5fb6], X-ECOMP-RequestID=[ce97ae71-d410-4200-bbff-93d9ae35229f], X-TransactionId=[], X-ONAP-RequestID=[ce97ae71-d410-4200-bbff-93d9ae35229f], Content-Type=[application/merge-patch+json]} 2023-01-06T04:50:13.385Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T04:50:13.622Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?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/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:50:13 GMT], content-length=[0], vertex-id=[217208], x-aai-txid=[2-aai-resources-230106-04:50:13:827-88895], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T04:50:13.623Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-06T04:50:13.624Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc8ca757-27a5-4b46-8838-9494c626a05a/model-vers/model-ver/3f22ca55-ed45-4fcc-9424-ce84ae1df3d1?depth=0|INFO|500||InvokeReturn 2023-01-06T04:50:13.625Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T04:50:13.625Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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=? 2023-01-06T04:50:13.667Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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) 2023-01-06T04:50:13.668Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce97ae71-d410-4200-bbff-93d9ae35229f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T04:50:13.668Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T04:50:13.672Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:50:13.677Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:50:13.677Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980613668, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:50:13.780Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-06T04:50:13.802Z||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. 2023-01-06T04:50:13.802Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:50:13.821Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:50:13.821Z||pool-88-thread-1|||||INFO|500||cambria reply ok (28 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=? 2023-01-06T04:50:14.699Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:50:14.700Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:50:14.700Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:50:24.982Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:50:24.983Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:50:24.984Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:50:24.985Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:50:34.562Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:50:34.564Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:50:34.571Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:50:34.571Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:50:44.119Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:50:44.122Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:50:44.125Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:50:44.126Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:50:53.670Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:50:53.672Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:50:53.673Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:50:53.673Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:51:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:51:02.083Z||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. 2023-01-06T04:51:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:51:02.115Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:51:02.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980519527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:51:02.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:02.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:51:02.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:51:02.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-06T04:51:02.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:51:02.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-06T04:51:02.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:51:02.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:51:02.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:51:02.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-06T04:51:02.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:51:02.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980527923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980532118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T04:51:02.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980533204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980534263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980535445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980536450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:51:02.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:02.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980537457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-06T04:51:02.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:02.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:51:02.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980538475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:51:02.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:51:03.217Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:51:03.218Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:51:03.218Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:51:03.219Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:51:12.766Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:52:02.054Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:52:02.057Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:52:02.057Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:52:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:52:02.083Z||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. 2023-01-06T04:52:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:52:02.104Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:52:02.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "038a74a6-adff-4fd8-9c83-7dadb73e4ce4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980569825, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:52:02.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:52:02.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:52:02.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:52:02.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:52:02.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:52:02.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:52:02.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:52:02.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:52:02.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:52:02.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:52:02.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:52:02.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/resourceInstances/pnf43b69958d6b90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:52:02.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:52:02.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:52:02.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:52:02.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:52:02.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T04:52:02.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980579258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:52:02.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:52:02.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:52:02.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980582081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTy5bntaxa5u2aryrnumq/1.0/artifacts/service-DemoPnfTy5bntaxa5u2aryrnumq-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:52:02.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:52:11.605Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:53:02.056Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:53:02.058Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:53:02.058Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:53:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:53:02.083Z||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. 2023-01-06T04:53:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:53:02.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:53:02.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T04:53:02.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce97ae71-d410-4200-bbff-93d9ae35229f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672980613668, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:53:02.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:53:11.613Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:54:02.056Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:54:02.058Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:54:02.058Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:54:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:54:02.083Z||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. 2023-01-06T04:54:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:54:11.612Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:54:11.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:55:02.055Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:55:02.057Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:55:02.057Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:55:02.082Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:55:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T04:55:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:55:11.622Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:55:11.624Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:56:02.054Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:56:02.056Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:56:02.056Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:56:02.084Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:56:02.085Z||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. 2023-01-06T04:56:02.085Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:56:11.605Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:56:11.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:02.054Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:57:02.055Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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. 2023-01-06T04:57:02.055Z|ce97ae71-d410-4200-bbff-93d9ae35229f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:57:02.083Z||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. 2023-01-06T04:57:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:05.698Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:05.699Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T04:57:05.699Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2201aac3-64b3-4b5b-aca9-9f53e494fab7","serviceName":"Demo_pNF_NQ675Fe96FM49Dn6eR74","serviceVersion":"1.0","serviceUUID":"d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d","serviceDescription":"catalog service description","serviceInvariantUUID":"ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b","resources":[{"resourceInstanceName":"pNF 55643b49-e9c0 0","resourceName":"pNF 55643b49-e9c0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f5a45b8-9d59-4b5a-bc4f-d548f5b51e99","resourceInvariantUUID":"370036f6-a477-4b9d-a689-5f523bf472ca","resourceCustomizationUUID":"208a8410-7317-45ed-ba62-7aea49701fb8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vf-license-model.xml","artifactChecksum":"ZmIyYmNiNjZmNWE0NTJhNTUxZTU1NmY5N2M3ZThhOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14d8f0e2-6b60-48b8-a434-998b47ca165a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/pNF.csar","artifactChecksum":"ZjkwODc2MWI3ZDNkZDg1YjIxZTRiMzRhYWY4NTZjNzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f9b5fdd-b89d-4432-8a6f-bbb7a1b97118","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdadfae5-1f24-4c8f-afca-a60ececf1b46","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vendor-license-model.xml","artifactChecksum":"YjZlMTZhYmQ5MmI5NjhhZjcxNWQ0N2VkNmVjZmExZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5af71eb-bb38-4242-a486-eb8a17016f74","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3b98ca5-e755-44ff-9f39-ccdc084a7be7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"778f71d3-9c44-4f16-bbbf-a2b1ff500ee9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNq675fe96fm49dn6er74-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-template.yml","artifactChecksum":"OWEwNjEzNTUyOWY2ZWE3ODdlN2FmNzYxZWEwYTdjOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57dfa0e2-d24f-41af-96f9-010462a330c4","artifactVersion":"1"},{"artifactName":"service-DemoPnfNq675fe96fm49dn6er74-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar","artifactChecksum":"OTVmNTI3ZjM0ZjVhNWI4MzE4OGQ0Y2E5NDlkMDQyNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a8cfa65-5894-4004-8b5c-48fb58ec705b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T04:57:05.705Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:57:05.706Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:05.713Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:05.713Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:57:05.813Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:57:05.814Z||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. 2023-01-06T04:57:05.814Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:05.828Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:05.829Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:05.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:05.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:57:05.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981017163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:57:05.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:57:06.714Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:57:06.715Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:06.718Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:06.718Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:57:06.818Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:57:06.819Z||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. 2023-01-06T04:57:06.820Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:06.831Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:06.832Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:07.719Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:57:07.720Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:07.723Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:07.723Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:57:07.823Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:57:07.825Z||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. 2023-01-06T04:57:07.826Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:07.836Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:07.837Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:08.729Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:57:08.743Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:08.754Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:08.755Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:57:08.849Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-06T04:57:08.850Z||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. 2023-01-06T04:57:08.850Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:08.870Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:08.871Z||pool-92-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:09.760Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:57:09.761Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:09.764Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:09.764Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:57:09.864Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:57:09.865Z||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. 2023-01-06T04:57:09.866Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:09.876Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:09.877Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:10.764Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:57:10.766Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:10.772Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:10.772Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:57:10.873Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:57:10.875Z||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. 2023-01-06T04:57:10.876Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:10.888Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:10.890Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:11.773Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:57:11.774Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:11.776Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:11.776Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:57:11.877Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T04:57:11.878Z||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. 2023-01-06T04:57:11.878Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:11.890Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:11.891Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:12.777Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T04:57:12.778Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:12.781Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:12.781Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:57:12.882Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T04:57:12.883Z||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. 2023-01-06T04:57:12.883Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:12.906Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:12.907Z||pool-96-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-01-06T04:57:13.783Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "serviceName": "Demo_pNF_NQ675Fe96FM49Dn6eR74", "serviceVersion": "1.0", "serviceUUID": "d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b", "resources": [ { "resourceInstanceName": "pNF 55643b49-e9c0 0", "resourceCustomizationUUID": "208a8410-7317-45ed-ba62-7aea49701fb8", "resourceName": "pNF 55643b49-e9c0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6f5a45b8-9d59-4b5a-bc4f-d548f5b51e99", "resourceInvariantUUID": "370036f6-a477-4b9d-a689-5f523bf472ca", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "artifactChecksum": "OTVmNTI3ZjM0ZjVhNWI4MzE4OGQ0Y2E5NDlkMDQyNWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a8cfa65-5894-4004-8b5c-48fb58ec705b" } ], "workloadContext": "Production" } 2023-01-06T04:57:13.784Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T04:57:13.784Z|ce97ae71-d410-4200-bbff-93d9ae35229f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d ASDC 2023-01-06T04:57:13.785Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:2201aac3-64b3-4b5b-aca9-9f53e494fab7 ServiceName:Demo_pNF_NQ675Fe96FM49Dn6eR74 ServiceVersion:1.0 ServiceUUID:d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d ServiceInvariantUUID:ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNq675fe96fm49dn6er74-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar ArtifactUUID:4a8cfa65-5894-4004-8b5c-48fb58ec705b ArtifactChecksum:OTVmNTI3ZjM0ZjVhNWI4MzE4OGQ0Y2E5NDlkMDQyNWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 55643b49-e9c0 0 ResourceCustomizationUUID:208a8410-7317-45ed-ba62-7aea49701fb8 ResourceInvariantUUID:370036f6-a477-4b9d-a689-5f523bf472ca ResourceName:pNF 55643b49-e9c0 ResourceType:PNF ResourceUUID:6f5a45b8-9d59-4b5a-bc4f-d548f5b51e99 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-06T04:57:13.786Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d 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 (?, ?, ?, ?, ?) 2023-01-06T04:57:13.854Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:57:13.856Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:57:13.857Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:57:13.857Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a8cfa65-5894-4004-8b5c-48fb58ec705b from URL: /sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:13.857Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-06T04:57:13.858Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:13.943Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-06T04:57:13.950Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 4a8cfa65-5894-4004-8b5c-48fb58ec705b 87778 2023-01-06T04:57:13.950Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar ASDC sendASDCNotification 2023-01-06T04:57:13.950Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:13.951Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T04:57:13.951Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:13.954Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:13.954Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981033950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:57:14.054Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:57:14.055Z||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. 2023-01-06T04:57:14.055Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:14.067Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:14.068Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:14.955Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T04:57:14.956Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-06T04:57:14.963Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4a8cfa65-5894-4004-8b5c-48fb58ec705b, URL: /sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar to file: /app/ASDC/1/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:14.964Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:14.965Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:14.965Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:15.324Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP420511431730805005/Definitions/service-DemoPnfNq675fe96fm49dn6er74-template.yml 2023-01-06T04:57:16.788Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T04:57:16.789Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:57:16.789Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.789Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-06T04:57:16.789Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 55643b49-e9c0 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-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.789Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.790Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.790Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.790Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.790Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.791Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.791Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-06T04:57:16.791Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.792Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.792Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Node template pNF 55643b49-e9c0 0 is matching search criteria 2023-01-06T04:57:16.793Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:57:16.793Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 55643b49-e9c0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:57:16.794Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.794Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.794Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Node template pNF 55643b49-e9c0 0 is matching search criteria 2023-01-06T04:57:16.794Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-06T04:57:16.795Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 55643b49-e9c0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T04:57:16.795Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.795Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.795Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.796Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.796Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.796Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.796Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.797Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.797Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.797Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.797Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_NQ675Fe96FM49Dn6eR74 Description:catalog service description Model UUID:d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d Model Version:NULL Model InvariantUuid:ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b 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=? 2023-01-06T04:57:16.811Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f5a45b8-9d59-4b5a-bc4f-d548f5b51e99 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=? 2023-01-06T04:57:16.817Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||pNF 55643b49-e9c0 0 2023-01-06T04:57:16.817Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f5a45b8-9d59-4b5a-bc4f-d548f5b51e99 2023-01-06T04:57:16.817Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d 2023-01-06T04:57:16.818Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d 2023-01-06T04:57:16.818Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 55643b49-e9c0 0 6f5a45b8-9d59-4b5a-bc4f-d548f5b51e99 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=? 2023-01-06T04:57:16.827Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75f5089c, org.onap.sdc.toscaparser.api.parameters.Input@2ef9d864, org.onap.sdc.toscaparser.api.parameters.Input@5caec6d8, org.onap.sdc.toscaparser.api.parameters.Input@2f30cc53, org.onap.sdc.toscaparser.api.parameters.Input@725c80c1] 2023-01-06T04:57:16.828Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.828Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.829Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d: pNF 55643b49-e9c0 2023-01-06T04:57:16.829Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Processing PNF resource: 6f5a45b8-9d59-4b5a-bc4f-d548f5b51e99 2023-01-06T04:57:16.829Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T04:57:16.830Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NQ675Fe96FM49Dn6eR74 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T04:57:16.830Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Resource customization UUID: 208a8410-7317-45ed-ba62-7aea49701fb8 is the same as notified resource customizationUUID: 208a8410-7317-45ed-ba62-7aea49701fb8 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 (?, ?) 2023-01-06T04:57:16.882Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 55643b49-e9c0 6f5a45b8-9d59-4b5a-bc4f-d548f5b51e99 0 ASDC deployResourceStructure 2023-01-06T04:57:16.883Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar ASDC sendASDCNotification 2023-01-06T04:57:16.883Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar 2023-01-06T04:57:16.883Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T04:57:16.883Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:57:16.886Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:57:16.886Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981036883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:57:16.986Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:57:16.987Z||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. 2023-01-06T04:57:16.987Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:57:17.006Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:57:17.006Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-06T04:57:17.887Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:57:17.901Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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=? 2023-01-06T04:57:17.907Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:57:17.907Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:57:17.908Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:57:47.908Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:57:47.932Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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=? 2023-01-06T04:57:47.939Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:57:47.939Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:57:47.939Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:58:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:58:02.083Z||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. 2023-01-06T04:58:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:58:02.132Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:58:02.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:58:02.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:58:02.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:58:17.941Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:58:17.957Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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=? 2023-01-06T04:58:17.961Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:58:17.961Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:58:17.961Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:58:47.962Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:58:47.984Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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=? 2023-01-06T04:58:47.986Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:58:47.986Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T04:58:47.986Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T04:59:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:59:02.084Z||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. 2023-01-06T04:59:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:59:02.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:59:02.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981017163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981017163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981027147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981017163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981027147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981017163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "multicloud-k8s-id", "timestamp": 1672981028583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981027147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981030084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981017163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "multicloud-k8s-id", "timestamp": 1672981028583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981027147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981030084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981017163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "multicloud-k8s-id", "timestamp": 1672981028583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981027147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981030084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981017163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:59:02.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981022054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:59:02.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "multicloud-k8s-id", "timestamp": 1672981028583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981027147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981030084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981033175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:59:02.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "multicloud-k8s-id", "timestamp": 1672981028583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981033950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:59:02.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981027147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981030084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "multicloud-k8s-id", "timestamp": 1672981028583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981027147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:59:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981030084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-06T04:59:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981034800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "multicloud-k8s-id", "timestamp": 1672981028583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981035878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:59:02.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981030084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981034800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "multicloud-k8s-id", "timestamp": 1672981028583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:59:02.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981036883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:59:02.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981030084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "cds", "timestamp": 1672981036883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-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=? 2023-01-06T04:59:02.655Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2201aac3-64b3-4b5b-aca9-9f53e494fab7 2023-01-06T04:59:02.656Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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 (?, ?, ?, ?, ?) 2023-01-06T04:59:02.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981034800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981034800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981038862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T04:59:02.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981038620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:59:02.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981034800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981039890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-06T04:59:02.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "aai-ml", "timestamp": 1672981039624, "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=? 2023-01-06T04:59:02.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2201aac3-64b3-4b5b-aca9-9f53e494fab7 2023-01-06T04:59:02.684Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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 (?, ?, ?, ?, ?) 2023-01-06T04:59:02.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981034800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/resourceInstances/pnf55643b49e9c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "ves-openapi-manager", "timestamp": 1672981040893, "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=? 2023-01-06T04:59:02.702Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2201aac3-64b3-4b5b-aca9-9f53e494fab7 2023-01-06T04:59:02.702Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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 (?, ?, ?, ?, ?) 2023-01-06T04:59:02.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981034800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T04:59:02.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981034800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "NOTIFIED" } 2023-01-06T04:59:02.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T04:59:02.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981043563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T04:59:02.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981045554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNq675fe96fm49dn6er74/1.0/artifacts/service-DemoPnfNq675fe96fm49dn6er74-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T04:59:02.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T04:59:02.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T04:59:02.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672981046558, "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=? 2023-01-06T04:59:02.725Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2201aac3-64b3-4b5b-aca9-9f53e494fab7 2023-01-06T04:59:02.725Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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 (?, ?, ?, ?, ?) 2023-01-06T04:59:17.987Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T04:59:18.005Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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=? 2023-01-06T04:59:18.010Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T04:59:18.010Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T04:59:18.010Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T04:59:18.011Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T04:59:18.011Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:59:18.011Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:59:18.012Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:59:18.012Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:59:18.013Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T04:59:18.014Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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=? 2023-01-06T04:59:18.021Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T04:59:48.022Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 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=? 2023-01-06T04:59:48.036Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2201aac3-64b3-4b5b-aca9-9f53e494fab7 and serviceModelVersionId: d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d 2023-01-06T04:59:48.036Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b 2023-01-06T04:59:48.038Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b/model-vers/model-ver/d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d?depth=0 2023-01-06T04:59:48.047Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T04:59:48.137Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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/ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b/model-vers/model-ver/d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d?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]} 2023-01-06T04:59:48.140Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b/model-vers/model-ver/d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d?depth=0|INFO|500||Invoke 2023-01-06T04:59:48.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b/model-vers/model-ver/d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T04:59:48.350Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b/model-vers/model-ver/d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d?depth=0|INFO|500||InvokeReturn 2023-01-06T04:59:48.350Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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/ee3a9edb-7f07-4eff-b9b5-6e3486f42d1b/model-vers/model-ver/d90b90d7-8e5a-48f4-b778-f9c3e6a49f0d?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:59:48 GMT], content-length=[0], vertex-id=[241800], x-aai-txid=[2-aai-resources-230106-04:59:48:611-38572], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T04:59:48.352Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-01-06T04:59:48.352Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T04:59:48.352Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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=? 2023-01-06T04:59:48.359Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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) 2023-01-06T04:59:48.360Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2201aac3-64b3-4b5b-aca9-9f53e494fab7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T04:59:48.361Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T04:59:48.361Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-06T04:59:48.364Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T04:59:48.364Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981188360, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T04:59:48.464Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T04:59:48.466Z||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. 2023-01-06T04:59:48.466Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T04:59:48.482Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:59:48.483Z||pool-99-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=? 2023-01-06T04:59:49.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:59:49.391Z||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. 2023-01-06T04:59:49.392Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T04:59:59.701Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T04:59:59.703Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T04:59:59.704Z||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. 2023-01-06T04:59:59.704Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:00:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:00:02.083Z||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. 2023-01-06T05:00:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:00:02.706Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:00:02.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-06T05:00:02.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2201aac3-64b3-4b5b-aca9-9f53e494fab7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672981188360, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T05:00:02.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:00:09.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:00:09.274Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:00:09.274Z||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. 2023-01-06T05:00:09.274Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:00:18.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:01:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:01:02.069Z||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. 2023-01-06T05:01:02.069Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:01:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:01:02.083Z||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. 2023-01-06T05:01:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:01:11.614Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:01:11.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:02:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:02:02.055Z||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. 2023-01-06T05:02:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:02:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:02:02.083Z||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. 2023-01-06T05:02:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:02:11.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:02:11.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:03:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:03:02.056Z||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. 2023-01-06T05:03:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:03:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:03:02.083Z||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. 2023-01-06T05:03:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:03:11.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:03:11.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:04:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:04:02.057Z||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. 2023-01-06T05:04:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:04:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:04:02.083Z||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. 2023-01-06T05:04:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:04:11.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:04:11.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:05:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:05:02.056Z||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. 2023-01-06T05:05:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:05:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:05:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:05:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:05:11.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:05:11.628Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:06:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:06:02.055Z||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. 2023-01-06T05:06:02.055Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:06:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:06:02.083Z||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. 2023-01-06T05:06:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:06:11.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:06:11.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:07:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:07:02.056Z||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. 2023-01-06T05:07:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:07:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:07:02.083Z||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. 2023-01-06T05:07:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:07:11.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:07:11.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:08:02.055Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:08:02.056Z||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. 2023-01-06T05:08:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:08:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:08:02.083Z||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. 2023-01-06T05:08:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:08:11.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:08:11.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:09:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:09:02.057Z||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. 2023-01-06T05:09:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:09:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:09:02.083Z||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. 2023-01-06T05:09:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:09:11.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:09:11.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:10:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:10:02.056Z||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. 2023-01-06T05:10:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:10:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:10:02.083Z||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. 2023-01-06T05:10:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:10:11.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:10:11.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:11:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:11:02.055Z||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. 2023-01-06T05:11:02.060Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:11:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:11:02.083Z||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. 2023-01-06T05:11:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:11:11.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:11:11.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:12:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:12:02.056Z||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. 2023-01-06T05:12:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:12:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:12:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T05:12:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:12:11.621Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:12:11.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:13:02.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:13:02.059Z||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. 2023-01-06T05:13:02.059Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:13:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:13:02.083Z||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. 2023-01-06T05:13:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:13:11.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:13:11.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:14:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:14:02.056Z||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. 2023-01-06T05:14:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:14:02.084Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:14:02.089Z||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. 2023-01-06T05:14:02.092Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:14:11.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:14:11.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:15:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:15:02.056Z||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. 2023-01-06T05:15:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:15:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:15:02.083Z||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. 2023-01-06T05:15:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:15:11.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:15:11.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:16:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:16:02.055Z||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. 2023-01-06T05:16:02.055Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:16:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:16:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:16:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:16:11.609Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:16:11.668Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:17:02.055Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:17:02.057Z||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. 2023-01-06T05:17:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:17:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:17:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T05:17:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:17:11.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:17:11.649Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:18:02.055Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:18:02.057Z||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. 2023-01-06T05:18:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:18:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:18:02.083Z||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. 2023-01-06T05:18:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:18:11.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:18:11.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:19:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:19:02.055Z||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. 2023-01-06T05:19:02.055Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:19:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:19:02.083Z||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. 2023-01-06T05:19:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:19:11.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:19:11.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:20:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:20:02.055Z||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. 2023-01-06T05:20:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:20:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:20:02.083Z||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. 2023-01-06T05:20:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:20:11.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:20:11.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:21:02.055Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:21:02.057Z||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. 2023-01-06T05:21:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:21:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:21:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:21:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:21:11.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:21:11.647Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:22:02.055Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:22:02.057Z||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. 2023-01-06T05:22:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:22:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:22:02.085Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T05:22:02.085Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:22:11.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:22:11.634Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:23:02.055Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:23:02.057Z||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. 2023-01-06T05:23:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:23:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:23:02.083Z||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. 2023-01-06T05:23:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:23:11.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:23:11.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:24:02.054Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:24:02.056Z||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. 2023-01-06T05:24:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:24:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:24:02.083Z||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. 2023-01-06T05:24:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:24:11.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:24:11.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:25:02.054Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:25:02.056Z||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. 2023-01-06T05:25:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:25:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:25:02.083Z||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. 2023-01-06T05:25:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:25:11.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:25:11.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:26:02.055Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:26:02.057Z||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. 2023-01-06T05:26:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:26:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:26:02.083Z||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. 2023-01-06T05:26:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:26:11.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:26:11.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:02.055Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:27:02.058Z||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. 2023-01-06T05:27:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:27:02.083Z||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. 2023-01-06T05:27:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:02.207Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:02.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-06T05:27:02.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-06T05:27:02.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-06T05:27:02.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982782147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:27:02.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982774800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:27:02.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-06T05:27:02.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982795088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982794552, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-06T05:27:02.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982787163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:27:02.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982797482, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:27:02.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "cds", "timestamp": 1672982797236, "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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.305Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b271a2c-c096-4968-a19f-75512e3f1f24 2023-01-06T05:27:02.306Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b271a2c-c096-4968-a19f-75512e3f1f24 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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.323Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982797923, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982798515, "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=? 2023-01-06T05:27:02.332Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b271a2c-c096-4968-a19f-75512e3f1f24 2023-01-06T05:27:02.333Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b271a2c-c096-4968-a19f-75512e3f1f24 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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982788584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:27:02.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "ves-openapi-manager", "timestamp": 1672982790084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982798238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982799368, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982798238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982800443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982798238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982801560, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982798238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982802627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982798238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982803703, "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=? 2023-01-06T05:27:02.354Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b271a2c-c096-4968-a19f-75512e3f1f24 2023-01-06T05:27:02.354Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b271a2c-c096-4968-a19f-75512e3f1f24 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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982798238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "multicloud-k8s-id", "timestamp": 1672982804705, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T05:27:02.367Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982804800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982798238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982804800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982806115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:27:02.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982798238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:27:02.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982804800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "aai-ml", "timestamp": 1672982807118, "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=? 2023-01-06T05:27:02.378Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b271a2c-c096-4968-a19f-75512e3f1f24 2023-01-06T05:27:02.379Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b271a2c-c096-4968-a19f-75512e3f1f24 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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982807482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982804800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "cds", "timestamp": 1672982808868, "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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.412Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25dc30f3-9776-45d6-b4b8-f3742171af4f 2023-01-06T05:27:02.412Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25dc30f3-9776-45d6-b4b8-f3742171af4f 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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982804800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982808583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "ves-openapi-manager", "timestamp": 1672982810085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982804800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982808583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-06T05:27:02.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "ves-openapi-manager", "timestamp": 1672982810085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982804800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982808583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-06T05:27:02.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "ves-openapi-manager", "timestamp": 1672982810085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982804800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:27:02.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982808583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "ves-openapi-manager", "timestamp": 1672982810085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982813521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982808583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-06T05:27:02.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "ves-openapi-manager", "timestamp": 1672982810085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982808583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "ves-openapi-manager", "timestamp": 1672982810085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982808583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982815809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "ves-openapi-manager", "timestamp": 1672982810085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982808583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:27:02.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982816816, "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=? 2023-01-06T05:27:02.443Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25dc30f3-9776-45d6-b4b8-f3742171af4f 2023-01-06T05:27:02.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25dc30f3-9776-45d6-b4b8-f3742171af4f 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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "ves-openapi-manager", "timestamp": 1672982810085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982817307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982817163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982818386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982817163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982819446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:02.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:27:02.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982817163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982820482, "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=? 2023-01-06T05:27:02.468Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25dc30f3-9776-45d6-b4b8-f3742171af4f 2023-01-06T05:27:02.469Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25dc30f3-9776-45d6-b4b8-f3742171af4f 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 (?, ?, ?, ?, ?) 2023-01-06T05:27:02.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982817163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-06T05:27:02.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:02.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-06T05:27:02.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b271a2c-c096-4968-a19f-75512e3f1f24","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0eeed834-3911-4802-b028-88846c039e1a","serviceDescription":"service","serviceInvariantUUID":"55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ab86992-cb74-4f02-b091-70e60dbf206e","resourceInvariantUUID":"74ea1af1-9ca0-4af9-9c37-37bc08328a2a","resourceCustomizationUUID":"b58e8b19-e5c4-480b-8963-4e1f78ceb10a","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":"N2Y3OWZiNjNlMTQzNjRkOTQ1MzNkNTNiMmE4MzRmZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb204044-49c3-43bc-a3f9-5171b4d0e407","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":"NTFmYjYzYzhjMDk5YmRmMTZiNTczNjM1NGRhNzJjMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37205ec4-038a-4587-add1-b3715aee8567","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":"46516c19-54e0-4cbb-af1b-9b7b833988ac","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":"84702725-d00f-4963-8517-c4a122f7657c","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":"6eb5ab21-e9e0-4c79-a412-6f4ee537013e","artifactVersion":"2","generatedFromUUID":"9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0"},{"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":"d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db","artifactVersion":"2","generatedFromUUID":"46516c19-54e0-4cbb-af1b-9b7b833988ac"},{"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":"9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0","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":"95ec789a-cec7-4e02-9b1b-73f090d5d5ee","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":"NTE1OGYyMDk5ZDcwYTM2YzFkM2MwN2NlNTY3NWJhZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62bbea2a-0865-4f6f-9a4f-e1661b02f74f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjgzNDljZWE4YmQ4NDgwZDIwOWYwMmM2Njg4ZTUyMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ccbdb20-f417-415f-9905-ce8015e198b5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T05:27:02.705Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:02.706Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:02.713Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:02.713Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:02.813Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:27:02.814Z||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. 2023-01-06T05:27:02.815Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:02.826Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:02.827Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:03.714Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:03.715Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:03.717Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:03.717Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-06T05:27:03.818Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T05:27:03.819Z||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. 2023-01-06T05:27:03.819Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:03.833Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:03.834Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:04.718Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:04.719Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:04.722Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:04.723Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-06T05:27:04.823Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:04.824Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-06T05:27:04.824Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:04.838Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:04.839Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:05.723Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:05.728Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:05.730Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:05.730Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:05.839Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2023-01-06T05:27:05.840Z||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. 2023-01-06T05:27:05.840Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:05.865Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:05.865Z||pool-103-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:06.731Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:06.732Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:06.736Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:06.736Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-06T05:27:06.836Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:06.837Z||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. 2023-01-06T05:27:06.837Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:06.849Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:06.849Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:07.736Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:07.737Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:07.740Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:07.740Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-06T05:27:07.840Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:07.841Z||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. 2023-01-06T05:27:07.841Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:07.854Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:07.855Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:08.741Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:08.741Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:08.750Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:08.750Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-06T05:27:08.845Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-06T05:27:08.846Z||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. 2023-01-06T05:27:08.846Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:08.866Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:08.867Z||pool-106-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:09.751Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:09.753Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:09.764Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:09.765Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:09.870Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-06T05:27:09.871Z||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. 2023-01-06T05:27:09.871Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:09.890Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:09.891Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:10.766Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:10.772Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:10.774Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:10.774Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:10.874Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:10.875Z||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. 2023-01-06T05:27:10.875Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:10.886Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:10.887Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:11.775Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:11.776Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:11.780Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:11.780Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:27:11.881Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T05:27:11.883Z||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. 2023-01-06T05:27:11.883Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:11.922Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:11.923Z||pool-109-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:12.788Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "0eeed834-3911-4802-b028-88846c039e1a", "serviceDescription": "service", "serviceInvariantUUID": "55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b58e8b19-e5c4-480b-8963-4e1f78ceb10a", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7ab86992-cb74-4f02-b091-70e60dbf206e", "resourceInvariantUUID": "74ea1af1-9ca0-4af9-9c37-37bc08328a2a", "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": "NTFmYjYzYzhjMDk5YmRmMTZiNTczNjM1NGRhNzJjMGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37205ec4-038a-4587-add1-b3715aee8567", "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": "46516c19-54e0-4cbb-af1b-9b7b833988ac", "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": "d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db", "generatedFromUUID": "46516c19-54e0-4cbb-af1b-9b7b833988ac" }, "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": "6eb5ab21-e9e0-4c79-a412-6f4ee537013e", "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": "d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db", "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": "9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjgzNDljZWE4YmQ4NDgwZDIwOWYwMmM2Njg4ZTUyMmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ccbdb20-f417-415f-9905-ce8015e198b5" } ], "workloadContext": "Production" } 2023-01-06T05:27:12.789Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T05:27:12.789Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0eeed834-3911-4802-b028-88846c039e1a ASDC 2023-01-06T05:27:12.791Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:5b271a2c-c096-4968-a19f-75512e3f1f24 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:0eeed834-3911-4802-b028-88846c039e1a ServiceInvariantUUID:55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7 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:5ccbdb20-f417-415f-9905-ce8015e198b5 ArtifactChecksum:YjgzNDljZWE4YmQ4NDgwZDIwOWYwMmM2Njg4ZTUyMmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b58e8b19-e5c4-480b-8963-4e1f78ceb10a ResourceInvariantUUID:74ea1af1-9ca0-4af9-9c37-37bc08328a2a ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:7ab86992-cb74-4f02-b091-70e60dbf206e 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:37205ec4-038a-4587-add1-b3715aee8567 ArtifactChecksum:NTFmYjYzYzhjMDk5YmRmMTZiNTczNjM1NGRhNzJjMGQ= 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:46516c19-54e0-4cbb-af1b-9b7b833988ac 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:d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db 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:6eb5ab21-e9e0-4c79-a412-6f4ee537013e 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:d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db 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:9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-06T05:27:12.791Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0eeed834-3911-4802-b028-88846c039e1a 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=? 2023-01-06T05:27:12.883Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T05:27:12.885Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:27:12.886Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:27:12.886Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ccbdb20-f417-415f-9905-ce8015e198b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-06T05:27:12.886Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:27:12.887Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-06T05:27:13.042Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:27:13.088Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5ccbdb20-f417-415f-9905-ce8015e198b5 162965 2023-01-06T05:27:13.089Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-06T05:27:13.089Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-06T05:27:13.089Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:27:13.089Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:13.093Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:13.093Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982833089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:13.200Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-06T05:27:13.201Z||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. 2023-01-06T05:27:13.202Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:13.259Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:13.260Z||pool-110-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:14.094Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T05:27:14.095Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:27:14.096Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5ccbdb20-f417-415f-9905-ce8015e198b5, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-06T05:27:14.096Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-06T05:27:14.097Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-06T05:27:14.097Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-06T05:27:14.392Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7834905344004976437/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-06T05:27:16.115Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T05:27:16.116Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-06T05:27:16.116Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-06T05:27:16.116Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-06T05:27:16.116Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:16.116Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:16.116Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:16.116Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:16.117Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-06T05:27:16.117Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.117Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:16.118Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:16.118Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-06T05:27:16.118Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T05:27:16.119Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.119Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:16.119Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:16.119Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-06T05:27:16.119Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T05:27:16.120Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.120Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:16.120Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.120Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-06T05:27:16.121Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-06T05:27:16.121Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-06T05:27:16.121Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-06T05:27:16.121Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.121Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T05:27:16.122Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.122Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:16.122Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:27:16.122Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.123Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:16.123Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:27:16.123Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.123Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:16.124Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:27:16.124Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.124Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:16.124Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:27:16.125Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.125Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-06T05:27:16.125Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-06T05:27:16.125Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5b235e9b-72f6-497e-b538-31fc9d9a2931 2023-01-06T05:27:16.125Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.126Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:16.126Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.126Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:16.126Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.126Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:16.127Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:16.127Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:16.127Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:0eeed834-3911-4802-b028-88846c039e1a Model Version:NULL Model InvariantUuid:55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:0ce8523b-5b99-4959-937c-ddf35f912e2f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:74ea1af1-9ca0-4af9-9c37-37bc08328a2a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b58e8b19-e5c4-480b-8963-4e1f78ceb10a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1ba79c6e-52fd-401e-ab2d-832d6215a607 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:cc8147cf-16ad-46ec-9906-4bb904466ea6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:05ca0f7a-94a2-4e42-b237-5ab3a7700d78 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:bc906525-bd44-4ac4-ba25-53d33e5e576e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5b235e9b-72f6-497e-b538-31fc9d9a2931 ModelInvariantUuid:ac370a88-39e1-4b60-bdde-482640d23395 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:968114c0-ce69-48d0-a0ae-dd9017194b75 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:9ffb6933-e80d-4b00-8bb5-bed2cda1297f ModelInvariantUuid:a39e9cde-c3e4-4408-9a29-f868929a9326 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:9226cb1f-d254-4b56-ba1a-1456dcee38cc 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=? 2023-01-06T05:27:16.136Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ab86992-cb74-4f02-b091-70e60dbf206e 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=? 2023-01-06T05:27:16.141Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2023-01-06T05:27:16.141Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ab86992-cb74-4f02-b091-70e60dbf206e 2023-01-06T05:27:16.142Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 37205ec4-038a-4587-add1-b3715aee8567 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-06T05:27:16.142Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:27:16.142Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:16.195Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:27:16.195Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 37205ec4-038a-4587-add1-b3715aee8567 1565 2023-01-06T05:27:16.196Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:16.196Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:16.196Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:27:16.197Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:16.200Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:16.200Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982836196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:16.300Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:16.301Z||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. 2023-01-06T05:27:16.301Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:16.311Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:16.313Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-06T05:27:17.200Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "05ca0f7a-94a2-4e42-b237-5ab3a7700d78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bc906525-bd44-4ac4-ba25-53d33e5e576e", "vfModuleModelCustomizationUUID": "66843428-e03c-4441-983c-ca09042ceefa", "isBase": true, "artifacts": [ "46516c19-54e0-4cbb-af1b-9b7b833988ac", "d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db" ], "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": "1ba79c6e-52fd-401e-ab2d-832d6215a607", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc8147cf-16ad-46ec-9906-4bb904466ea6", "vfModuleModelCustomizationUUID": "7cf1f30f-2c56-4c39-8955-d62daed8935b", "isBase": false, "artifacts": [ "9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0" ], "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": "" } } ] 2023-01-06T05:27:17.208Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bc906525-bd44-4ac4-ba25-53d33e5e576e VfModuleModelInvariantUUID:05ca0f7a-94a2-4e42-b237-5ab3a7700d78 VfModuleModelDescription:NULL Artifacts UUID List:{ 46516c19-54e0-4cbb-af1b-9b7b833988ac , d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db } 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:cc8147cf-16ad-46ec-9906-4bb904466ea6 VfModuleModelInvariantUUID:1ba79c6e-52fd-401e-ab2d-832d6215a607 VfModuleModelDescription:NULL Artifacts UUID List:{ 9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0 } 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 } 2023-01-06T05:27:17.213Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "05ca0f7a-94a2-4e42-b237-5ab3a7700d78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bc906525-bd44-4ac4-ba25-53d33e5e576e", "vfModuleModelCustomizationUUID": "66843428-e03c-4441-983c-ca09042ceefa", "isBase": true, "artifacts": [ "46516c19-54e0-4cbb-af1b-9b7b833988ac", "d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db" ], "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": "1ba79c6e-52fd-401e-ab2d-832d6215a607", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc8147cf-16ad-46ec-9906-4bb904466ea6", "vfModuleModelCustomizationUUID": "7cf1f30f-2c56-4c39-8955-d62daed8935b", "isBase": false, "artifacts": [ "9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0" ], "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": "" } } ] 2023-01-06T05:27:17.213Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bc906525-bd44-4ac4-ba25-53d33e5e576e VfModuleModelInvariantUUID:05ca0f7a-94a2-4e42-b237-5ab3a7700d78 VfModuleModelDescription:NULL Artifacts UUID List:{ 46516c19-54e0-4cbb-af1b-9b7b833988ac , d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db } 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:cc8147cf-16ad-46ec-9906-4bb904466ea6 VfModuleModelInvariantUUID:1ba79c6e-52fd-401e-ab2d-832d6215a607 VfModuleModelDescription:NULL Artifacts UUID List:{ 9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0 } 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 } 2023-01-06T05:27:17.213Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 46516c19-54e0-4cbb-af1b-9b7b833988ac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-06T05:27:17.213Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:27:17.214Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:17.260Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:27:17.261Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 46516c19-54e0-4cbb-af1b-9b7b833988ac 914 2023-01-06T05:27:17.261Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:17.261Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:17.262Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:27:17.262Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:17.265Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:17.265Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982837261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:17.366Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T05:27:17.367Z||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. 2023-01-06T05:27:17.367Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:17.378Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:17.379Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:18.265Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6eb5ab21-e9e0-4c79-a412-6f4ee537013e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-06T05:27:18.266Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:27:18.266Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:18.373Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:27:18.374Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 6eb5ab21-e9e0-4c79-a412-6f4ee537013e 12 2023-01-06T05:27:18.374Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:18.374Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:18.375Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:27:18.375Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:18.379Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:18.379Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982838374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:18.478Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:27:18.479Z||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. 2023-01-06T05:27:18.479Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:18.492Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:18.493Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:19.380Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-06T05:27:19.380Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:27:19.381Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:19.459Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:27:19.460Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d72e6f58-c1b8-4bb2-9bfa-e2f412ffa0db 96 2023-01-06T05:27:19.460Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:19.460Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:19.460Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:27:19.461Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:19.463Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:19.463Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982839460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:19.563Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:19.565Z||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. 2023-01-06T05:27:19.565Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:19.578Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:19.579Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:20.464Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-06T05:27:20.465Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:27:20.465Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:20.525Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:27:20.526Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9f69ac51-4e9b-4d3f-99ff-3af6fe8e05a0 20206 2023-01-06T05:27:20.527Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:20.527Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:20.527Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:27:20.527Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:20.529Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:20.529Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982840526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-06T05:27:20.630Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:20.631Z||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. 2023-01-06T05:27:20.631Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:20.643Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:20.643Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:21.536Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0eeed834-3911-4802-b028-88846c039e1a 2023-01-06T05:27:21.537Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7ab86992-cb74-4f02-b091-70e60dbf206e 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=? 2023-01-06T05:27:21.552Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67a24dd7, org.onap.sdc.toscaparser.api.parameters.Input@69d084a9, org.onap.sdc.toscaparser.api.parameters.Input@613ccf22, org.onap.sdc.toscaparser.api.parameters.Input@74155079, org.onap.sdc.toscaparser.api.parameters.Input@12c67d9] 2023-01-06T05:27:21.556Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.557Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:21.557Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-06T05:27:21.558Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b58e8b19-e5c4-480b-8963-4e1f78ceb10a 2023-01-06T05:27:21.558Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b58e8b19-e5c4-480b-8963-4e1f78ceb10a matches Tosca VF Customization UUID: b58e8b19-e5c4-480b-8963-4e1f78ceb10a 2023-01-06T05:27:21.558Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b58e8b19-e5c4-480b-8963-4e1f78ceb10a 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=? 2023-01-06T05:27:21.562Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.563Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:21.564Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b58e8b19-e5c4-480b-8963-4e1f78ceb10a: {\"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\"} 2023-01-06T05:27:21.564Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35beca7d 2023-01-06T05:27:21.564Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.565Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T05:27:21.565Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7cf1f30f-2c56-4c39-8955-d62daed8935b 2023-01-06T05:27:21.565Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7cf1f30f-2c56-4c39-8955-d62daed8935b 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=? 2023-01-06T05:27:21.569Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.569Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:21.569Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:27:21.570Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.570Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:21.571Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:27:21.571Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.571Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-06T05:27:21.571Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b58e8b19-e5c4-480b-8963-4e1f78ceb10a 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=? 2023-01-06T05:27:21.574Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.574Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:21.575Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0eeed834-3911-4802-b028-88846c039e1a: basic_cnf_macro 2023-01-06T05:27:21.575Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.575Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:21.575Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.575Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:21.576Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.576Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:21.576Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.576Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:21.576Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:27:21.577Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:27:21.577Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2023-01-06T05:27:21.633Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7ab86992-cb74-4f02-b091-70e60dbf206e 2 ASDC deployResourceStructure 2023-01-06T05:27:21.634Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:21.634Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:21.635Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:27:21.635Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:21.638Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:21.638Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982841634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T05:27:21.738Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:27:21.740Z||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. 2023-01-06T05:27:21.740Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:21.753Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:21.754Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:22.640Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:22.640Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:22.640Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:27:22.641Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:22.643Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:22.643Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982842639, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-06T05:27:22.743Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:22.745Z||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. 2023-01-06T05:27:22.745Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:22.757Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:22.758Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:23.645Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:23.646Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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) 2023-01-06T05:27:23.646Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-06T05:27:23.646Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:23.649Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:23.649Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982843644, "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" } 2023-01-06T05:27:23.749Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:23.751Z||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. 2023-01-06T05:27:23.751Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:23.763Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:23.765Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:24.650Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:24.650Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:24.650Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:27:24.651Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:24.653Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:24.653Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982844650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-06T05:27:24.753Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:24.754Z||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. 2023-01-06T05:27:24.755Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:24.773Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:24.774Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:25.654Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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 2023-01-06T05:27:25.655Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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) 2023-01-06T05:27:25.655Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-06T05:27:25.655Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:25.658Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:25.658Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982845654, "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" } 2023-01-06T05:27:25.758Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:25.759Z||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. 2023-01-06T05:27:25.759Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:25.771Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:25.771Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:26.659Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-06T05:27:26.659Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-06T05:27:26.660Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:27:26.660Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:26.662Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:26.662Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982846659, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:27:26.762Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:27:26.764Z||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. 2023-01-06T05:27:26.764Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:26.775Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:26.776Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:27.664Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b271a2c-c096-4968-a19f-75512e3f1f24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T05:27:27.678Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b271a2c-c096-4968-a19f-75512e3f1f24 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=? 2023-01-06T05:27:27.681Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T05:27:27.681Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T05:27:27.681Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T05:27:27.681Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T05:27:27.681Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:27:27.682Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:27:27.682Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:27:27.682Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:27:27.682Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:27:27.682Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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=? 2023-01-06T05:27:27.688Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T05:27:57.689Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b271a2c-c096-4968-a19f-75512e3f1f24 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=? 2023-01-06T05:27:57.708Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b271a2c-c096-4968-a19f-75512e3f1f24 and serviceModelVersionId: 0eeed834-3911-4802-b028-88846c039e1a 2023-01-06T05:27:57.712Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7 2023-01-06T05:27:57.714Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7/model-vers/model-ver/0eeed834-3911-4802-b028-88846c039e1a?depth=0 2023-01-06T05:27:57.722Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T05:27:57.808Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7/model-vers/model-ver/0eeed834-3911-4802-b028-88846c039e1a?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]} 2023-01-06T05:27:57.811Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7/model-vers/model-ver/0eeed834-3911-4802-b028-88846c039e1a?depth=0|INFO|500||Invoke 2023-01-06T05:27:57.834Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7/model-vers/model-ver/0eeed834-3911-4802-b028-88846c039e1a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T05:27:57.954Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7/model-vers/model-ver/0eeed834-3911-4802-b028-88846c039e1a?depth=0|INFO|500||InvokeReturn 2023-01-06T05:27:57.955Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55d1b186-2fac-4c7a-a7bd-a33ff5ee1bb7/model-vers/model-ver/0eeed834-3911-4802-b028-88846c039e1a?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 05:27:58 GMT], content-length=[0], vertex-id=[184528], x-aai-txid=[1-aai-resources-230106-05:27:58:265-49691], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T05:27:57.956Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-06T05:27:57.957Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T05:27:57.957Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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=? 2023-01-06T05:27:57.964Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||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) 2023-01-06T05:27:57.964Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b271a2c-c096-4968-a19f-75512e3f1f24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T05:27:57.965Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T05:27:57.965Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:57.968Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:57.968Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982877964, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T05:27:58.071Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-06T05:27:58.073Z||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. 2023-01-06T05:27:58.073Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:58.091Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:58.091Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-06T05:27:58.988Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-06T05:27:58.988Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"25dc30f3-9776-45d6-b4b8-f3742171af4f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"369026ba-b145-408c-89cb-89490db7450e","serviceDescription":"service","serviceInvariantUUID":"32813a3a-8488-4b92-bc9d-fb557a670046","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a9759972-9acc-4a15-ba09-5929b961d570","resourceInvariantUUID":"7fc197c4-d03a-408d-a35c-b4d8203afc7d","resourceCustomizationUUID":"e3521be0-1ab6-4a18-a869-f458155131dc","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":"NmFiNjMzMzE4YmU5YjQ5OGUzNDRiY2U5NjYyNGZjNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a51739ed-58cf-40b4-ade8-b2e53e90d512","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":"YWEzNmRhOWM5MWFkOWRlMzgxNGFjYmQwNDA2ZDBmOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ac9aece-b1af-44a7-92ef-9033a679e6ea","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":"870cb76c-379b-4f7f-8b68-3b47377ac733","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":"f3f665e8-8816-45f1-8003-9d6d2dc5d9cf","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":"368f15f8-e325-463d-9089-b322cf649c8b","artifactVersion":"2","generatedFromUUID":"870cb76c-379b-4f7f-8b68-3b47377ac733"},{"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":"ODY1NTYwZGFhYzVlMGNiZjgyNDZmMmMyODVjYzdkYjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f4ae6b71-28f3-49bc-9928-1fd0a55cd046","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":"NTI0YWE2Y2QwNGZiMzczODA0MTk4MjhmY2RjZGYzM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c1b00e5-d393-4601-a148-aa6d1db2d8bb","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWM0OTQyOGZmZjBlOTk0N2U0NTIxMDFkNjkxZmEzYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69a0527a-893b-4976-84a2-2c1650fc165b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T05:27:58.989Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:58.990Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:58.994Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:27:58.995Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:27:59.094Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:27:59.095Z||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. 2023-01-06T05:27:59.095Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:27:59.105Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:27:59.106Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:27:59.996Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:27:59.996Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:27:59.999Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:00.000Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-06T05:28:00.109Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2023-01-06T05:28:00.110Z||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. 2023-01-06T05:28:00.111Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:00.124Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:00.125Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-06T05:28:01.006Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:28:01.006Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:01.021Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:01.022Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-06T05:28:01.126Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-06T05:28:01.127Z||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. 2023-01-06T05:28:01.127Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:01.140Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:01.141Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:02.028Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:28:02.030Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:02.034Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:02.034Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:28:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:28:02.083Z||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. 2023-01-06T05:28:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:02.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:02.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-06T05:28:02.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "multicloud-k8s-id", "timestamp": 1672982821485, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T05:28:02.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:28:02.134Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:28:02.135Z||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. 2023-01-06T05:28:02.135Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:02.147Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:02.148Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:03.035Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:28:03.037Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:03.041Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:03.042Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-06T05:28:03.141Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:28:03.143Z||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. 2023-01-06T05:28:03.143Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:03.154Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:03.154Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:04.043Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:28:04.045Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:04.048Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:04.048Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:28:04.148Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:28:04.150Z||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. 2023-01-06T05:28:04.150Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:04.165Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:04.169Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:05.049Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:28:05.049Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:05.065Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:05.065Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:28:05.154Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2023-01-06T05:28:05.155Z||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. 2023-01-06T05:28:05.155Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:05.168Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:05.169Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:06.069Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:28:06.069Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:06.078Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:06.078Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:28:06.178Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:28:06.179Z||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. 2023-01-06T05:28:06.179Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:06.194Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:06.195Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:07.085Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "369026ba-b145-408c-89cb-89490db7450e", "serviceDescription": "service", "serviceInvariantUUID": "32813a3a-8488-4b92-bc9d-fb557a670046", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e3521be0-1ab6-4a18-a869-f458155131dc", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a9759972-9acc-4a15-ba09-5929b961d570", "resourceInvariantUUID": "7fc197c4-d03a-408d-a35c-b4d8203afc7d", "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": "YWEzNmRhOWM5MWFkOWRlMzgxNGFjYmQwNDA2ZDBmOGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ac9aece-b1af-44a7-92ef-9033a679e6ea", "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": "870cb76c-379b-4f7f-8b68-3b47377ac733", "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": "368f15f8-e325-463d-9089-b322cf649c8b", "generatedFromUUID": "870cb76c-379b-4f7f-8b68-3b47377ac733" }, "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": "368f15f8-e325-463d-9089-b322cf649c8b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZWM0OTQyOGZmZjBlOTk0N2U0NTIxMDFkNjkxZmEzYzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69a0527a-893b-4976-84a2-2c1650fc165b" } ], "workloadContext": "Production" } 2023-01-06T05:28:07.087Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T05:28:07.087Z|5b271a2c-c096-4968-a19f-75512e3f1f24|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 369026ba-b145-408c-89cb-89490db7450e ASDC 2023-01-06T05:28:07.088Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:25dc30f3-9776-45d6-b4b8-f3742171af4f ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:369026ba-b145-408c-89cb-89490db7450e ServiceInvariantUUID:32813a3a-8488-4b92-bc9d-fb557a670046 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:69a0527a-893b-4976-84a2-2c1650fc165b ArtifactChecksum:ZWM0OTQyOGZmZjBlOTk0N2U0NTIxMDFkNjkxZmEzYzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e3521be0-1ab6-4a18-a869-f458155131dc ResourceInvariantUUID:7fc197c4-d03a-408d-a35c-b4d8203afc7d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a9759972-9acc-4a15-ba09-5929b961d570 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:2ac9aece-b1af-44a7-92ef-9033a679e6ea ArtifactChecksum:YWEzNmRhOWM5MWFkOWRlMzgxNGFjYmQwNDA2ZDBmOGI= 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:870cb76c-379b-4f7f-8b68-3b47377ac733 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:368f15f8-e325-463d-9089-b322cf649c8b 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:368f15f8-e325-463d-9089-b322cf649c8b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-06T05:28:07.088Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 369026ba-b145-408c-89cb-89490db7450e 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=? 2023-01-06T05:28:07.147Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T05:28:07.147Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:28:07.147Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:28:07.148Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69a0527a-893b-4976-84a2-2c1650fc165b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-06T05:28:07.148Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:28:07.148Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-06T05:28:07.298Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:28:07.317Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 69a0527a-893b-4976-84a2-2c1650fc165b 82640 2023-01-06T05:28:07.318Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-06T05:28:07.318Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-06T05:28:07.319Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:28:07.320Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:07.323Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:07.324Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982887318, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:28:07.425Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:28:07.426Z||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. 2023-01-06T05:28:07.427Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:07.450Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:07.452Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2023-01-06T05:28:08.325Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T05:28:08.326Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:28:08.326Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 69a0527a-893b-4976-84a2-2c1650fc165b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-06T05:28:08.326Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-06T05:28:08.327Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-06T05:28:08.327Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-06T05:28:08.575Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11894509306429400096/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-06T05:28:11.094Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T05:28:11.095Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-06T05:28:11.095Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-06T05:28:11.095Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-06T05:28:11.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-06T05:28:11.106Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.106Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:11.106Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:11.106Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-06T05:28:11.107Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T05:28:11.107Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.107Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:11.107Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:11.107Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-06T05:28:11.107Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T05:28:11.108Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.108Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:11.108Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.108Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-06T05:28:11.108Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-06T05:28:11.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-06T05:28:11.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-06T05:28:11.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-06T05:28:11.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-06T05:28:11.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T05:28:11.110Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.110Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:11.110Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:28:11.111Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.111Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:11.111Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:28:11.111Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.111Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:11.111Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:28:11.112Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.112Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-06T05:28:11.112Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-06T05:28:11.112Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-06T05:28:11.140Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d3f896b6-f6a0-4854-8f92-b0c62fa8df78 2023-01-06T05:28:11.141Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.141Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:11.141Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.141Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:11.141Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.142Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:11.142Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:11.142Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:11.142Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:369026ba-b145-408c-89cb-89490db7450e Model Version:NULL Model InvariantUuid:32813a3a-8488-4b92-bc9d-fb557a670046 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:0ad5ae92-3d63-4be3-a89f-dc4fd07c723c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7fc197c4-d03a-408d-a35c-b4d8203afc7d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e3521be0-1ab6-4a18-a869-f458155131dc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b2b906b3-b807-49c0-ad41-b8b8f125595e ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:9853f706-cc9e-4377-a792-2e2eadba1242 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d3f896b6-f6a0-4854-8f92-b0c62fa8df78 ModelInvariantUuid:190150fd-1d99-461c-8660-4d07b2b24410 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:4ff44fd6-264a-47f7-b889-a030260002c7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ef4b8d08-4cf2-4193-9d5c-6e9d2537e4ac ModelInvariantUuid:a9b03ab6-9175-42d3-a8db-c1b9dbc19a0d ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:44858222-e0c0-483b-b284-3d3cc248b631 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=? 2023-01-06T05:28:11.157Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a9759972-9acc-4a15-ba09-5929b961d570 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=? 2023-01-06T05:28:11.162Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2023-01-06T05:28:11.162Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a9759972-9acc-4a15-ba09-5929b961d570 2023-01-06T05:28:11.162Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ac9aece-b1af-44a7-92ef-9033a679e6ea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-06T05:28:11.163Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:28:11.163Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.301Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:28:11.302Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2ac9aece-b1af-44a7-92ef-9033a679e6ea 792 2023-01-06T05:28:11.302Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.302Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:11.303Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:28:11.305Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:11.308Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:11.308Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982891302, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T05:28:11.413Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-06T05:28:11.414Z||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. 2023-01-06T05:28:11.414Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:11.428Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:11.428Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:12.310Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b2b906b3-b807-49c0-ad41-b8b8f125595e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9853f706-cc9e-4377-a792-2e2eadba1242", "vfModuleModelCustomizationUUID": "1c5c0108-1697-4dec-9d62-679631b0352f", "isBase": true, "artifacts": [ "870cb76c-379b-4f7f-8b68-3b47377ac733", "368f15f8-e325-463d-9089-b322cf649c8b" ], "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": "" } } ] 2023-01-06T05:28:12.321Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9853f706-cc9e-4377-a792-2e2eadba1242 VfModuleModelInvariantUUID:b2b906b3-b807-49c0-ad41-b8b8f125595e VfModuleModelDescription:NULL Artifacts UUID List:{ 870cb76c-379b-4f7f-8b68-3b47377ac733 , 368f15f8-e325-463d-9089-b322cf649c8b } 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 } 2023-01-06T05:28:12.326Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b2b906b3-b807-49c0-ad41-b8b8f125595e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9853f706-cc9e-4377-a792-2e2eadba1242", "vfModuleModelCustomizationUUID": "1c5c0108-1697-4dec-9d62-679631b0352f", "isBase": true, "artifacts": [ "870cb76c-379b-4f7f-8b68-3b47377ac733", "368f15f8-e325-463d-9089-b322cf649c8b" ], "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": "" } } ] 2023-01-06T05:28:12.326Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9853f706-cc9e-4377-a792-2e2eadba1242 VfModuleModelInvariantUUID:b2b906b3-b807-49c0-ad41-b8b8f125595e VfModuleModelDescription:NULL Artifacts UUID List:{ 870cb76c-379b-4f7f-8b68-3b47377ac733 , 368f15f8-e325-463d-9089-b322cf649c8b } 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 } 2023-01-06T05:28:12.326Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 870cb76c-379b-4f7f-8b68-3b47377ac733 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-06T05:28:12.327Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:28:12.327Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:12.489Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:28:12.505Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 870cb76c-379b-4f7f-8b68-3b47377ac733 5033 2023-01-06T05:28:12.506Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:12.506Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:12.508Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:28:12.509Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:12.511Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:12.512Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982892506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T05:28:12.616Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-06T05:28:12.617Z||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. 2023-01-06T05:28:12.618Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:12.659Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:12.660Z||pool-133-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:13.512Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 368f15f8-e325-463d-9089-b322cf649c8b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-06T05:28:13.514Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:28:13.515Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:13.708Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:28:13.709Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 368f15f8-e325-463d-9089-b322cf649c8b 903 2023-01-06T05:28:13.710Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:13.710Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:13.711Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:28:13.711Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:13.715Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:13.715Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982893710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-06T05:28:13.825Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2023-01-06T05:28:13.826Z||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. 2023-01-06T05:28:13.826Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:13.862Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:13.862Z||pool-134-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:14.717Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 369026ba-b145-408c-89cb-89490db7450e 2023-01-06T05:28:14.719Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a9759972-9acc-4a15-ba09-5929b961d570 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=? 2023-01-06T05:28:14.760Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22e7507c, org.onap.sdc.toscaparser.api.parameters.Input@4b8c33b8, org.onap.sdc.toscaparser.api.parameters.Input@18601939, org.onap.sdc.toscaparser.api.parameters.Input@c08879f, org.onap.sdc.toscaparser.api.parameters.Input@147452d2] 2023-01-06T05:28:14.762Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.763Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:14.763Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-06T05:28:14.764Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e3521be0-1ab6-4a18-a869-f458155131dc 2023-01-06T05:28:14.764Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e3521be0-1ab6-4a18-a869-f458155131dc matches Tosca VF Customization UUID: e3521be0-1ab6-4a18-a869-f458155131dc 2023-01-06T05:28:14.765Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e3521be0-1ab6-4a18-a869-f458155131dc 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=? 2023-01-06T05:28:14.771Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.772Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:14.774Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e3521be0-1ab6-4a18-a869-f458155131dc: {\"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\"} 2023-01-06T05:28:14.774Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e028209 2023-01-06T05:28:14.774Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.775Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-06T05:28:14.775Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c5c0108-1697-4dec-9d62-679631b0352f 2023-01-06T05:28:14.775Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c5c0108-1697-4dec-9d62-679631b0352f 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=? 2023-01-06T05:28:14.781Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.782Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:14.782Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:28:14.782Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.783Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:14.783Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:28:14.783Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.783Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-06T05:28:14.784Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-06T05:28:14.784Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-06T05:28:14.784Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d3f896b6-f6a0-4854-8f92-b0c62fa8df78 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=? 2023-01-06T05:28:14.800Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.801Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:14.801Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-06T05:28:14.802Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.802Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-06T05:28:14.803Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e3521be0-1ab6-4a18-a869-f458155131dc 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=? 2023-01-06T05:28:14.806Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.807Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:14.807Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 369026ba-b145-408c-89cb-89490db7450e: basic_vm_macro 2023-01-06T05:28:14.808Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.811Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:14.811Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.812Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:14.812Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.813Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:14.813Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.813Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:14.813Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:28:14.814Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:28:14.814Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2023-01-06T05:28:15.083Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a9759972-9acc-4a15-ba09-5929b961d570 1 ASDC deployResourceStructure 2023-01-06T05:28:15.084Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:15.084Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:15.084Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:28:15.085Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:15.087Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:15.087Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982895084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T05:28:15.187Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:28:15.190Z||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. 2023-01-06T05:28:15.190Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:15.201Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:15.202Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:16.089Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:16.089Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:16.089Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:28:16.090Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:16.092Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:16.092Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982896088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-06T05:28:16.193Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T05:28:16.195Z||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. 2023-01-06T05:28:16.195Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:16.208Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:16.208Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:17.095Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:17.095Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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 2023-01-06T05:28:17.095Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:28:17.095Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:17.098Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:17.098Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982897095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-06T05:28:17.198Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:28:17.199Z||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. 2023-01-06T05:28:17.199Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:17.213Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:17.213Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-06T05:28:18.102Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-06T05:28:18.102Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-06T05:28:18.102Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:28:18.102Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:28:18.105Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:28:18.106Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982898102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:28:18.206Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:28:18.207Z||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. 2023-01-06T05:28:18.207Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:28:18.222Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:28:18.223Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:28:19.108Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T05:28:19.124Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f 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=? 2023-01-06T05:28:19.130Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T05:28:19.131Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T05:28:19.131Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T05:28:49.132Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T05:28:49.183Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f 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=? 2023-01-06T05:28:49.198Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T05:28:49.198Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T05:28:49.200Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T05:29:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:29:02.086Z||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. 2023-01-06T05:29:02.086Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:29:02.119Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:29:02.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-06T05:29:02.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982817163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-06T05:29:02.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-06T05:29:19.202Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T05:29:19.222Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f 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=? 2023-01-06T05:29:19.228Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T05:29:19.229Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T05:29:19.229Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T05:29:49.230Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T05:29:49.290Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f 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=? 2023-01-06T05:29:49.305Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T05:29:49.306Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-06T05:29:49.307Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-06T05:30:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:30:02.084Z||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. 2023-01-06T05:30:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:30:02.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:30:02.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:02.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982817163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:02.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-06T05:30:02.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982817163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:02.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-06T05:30:02.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982817163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:30:02.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:02.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982825882, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:30:02.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-06T05:30:02.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-06T05:30:02.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-06T05:30:02.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:02.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:02.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:30:02.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982833089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:30:02.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982833141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:30:02.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "aai-ml", "timestamp": 1672982834144, "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=? 2023-01-06T05:30:02.153Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25dc30f3-9776-45d6-b4b8-f3742171af4f 2023-01-06T05:30:02.154Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25dc30f3-9776-45d6-b4b8-f3742171af4f 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 (?, ?, ?, ?, ?) 2023-01-06T05:30:02.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982836196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T05:30:02.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982837261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T05:30:02.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982838374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-06T05:30:02.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982839460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-06T05:30:02.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982840526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-06T05:30:02.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982841634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T05:30:02.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982842639, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-06T05:30:02.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982843644, "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" } 2023-01-06T05:30:02.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982844650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-06T05:30:02.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982845654, "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" } 2023-01-06T05:30:02.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982846659, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:30:02.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b271a2c-c096-4968-a19f-75512e3f1f24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982877964, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-06T05:30:02.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-06T05:30:02.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-06T05:30:19.307Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T05:30:19.324Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f 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=? 2023-01-06T05:30:19.328Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T05:30:19.329Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T05:30:19.329Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T05:30:19.330Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T05:30:19.330Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:30:19.330Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:30:19.330Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:30:19.331Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:30:19.331Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:30:19.331Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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=? 2023-01-06T05:30:19.340Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T05:30:49.341Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f 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=? 2023-01-06T05:30:49.349Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25dc30f3-9776-45d6-b4b8-f3742171af4f and serviceModelVersionId: 369026ba-b145-408c-89cb-89490db7450e 2023-01-06T05:30:49.349Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32813a3a-8488-4b92-bc9d-fb557a670046 2023-01-06T05:30:49.351Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32813a3a-8488-4b92-bc9d-fb557a670046/model-vers/model-ver/369026ba-b145-408c-89cb-89490db7450e?depth=0 2023-01-06T05:30:49.362Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T05:30:49.458Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32813a3a-8488-4b92-bc9d-fb557a670046/model-vers/model-ver/369026ba-b145-408c-89cb-89490db7450e?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]} 2023-01-06T05:30:49.461Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32813a3a-8488-4b92-bc9d-fb557a670046/model-vers/model-ver/369026ba-b145-408c-89cb-89490db7450e?depth=0|INFO|500||Invoke 2023-01-06T05:30:49.486Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32813a3a-8488-4b92-bc9d-fb557a670046/model-vers/model-ver/369026ba-b145-408c-89cb-89490db7450e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T05:30:49.588Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32813a3a-8488-4b92-bc9d-fb557a670046/model-vers/model-ver/369026ba-b145-408c-89cb-89490db7450e?depth=0|INFO|500||InvokeReturn 2023-01-06T05:30:49.589Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32813a3a-8488-4b92-bc9d-fb557a670046/model-vers/model-ver/369026ba-b145-408c-89cb-89490db7450e?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 05:30:49 GMT], content-length=[0], vertex-id=[258088], x-aai-txid=[2-aai-resources-230106-05:30:49:922-96062], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T05:30:49.589Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-06T05:30:49.589Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T05:30:49.591Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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=? 2023-01-06T05:30:49.597Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||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) 2023-01-06T05:30:49.598Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25dc30f3-9776-45d6-b4b8-f3742171af4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T05:30:49.598Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T05:30:49.599Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:30:49.603Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:30:49.603Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983049598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T05:30:49.703Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:30:49.705Z||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. 2023-01-06T05:30:49.705Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:30:49.730Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:30:49.731Z||pool-139-thread-1|||||INFO|500||cambria reply ok (27 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=? 2023-01-06T05:30:50.625Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:30:50.626Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|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. 2023-01-06T05:30:50.626Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:30:55.039Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:30:55.040Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-06T05:30:55.040Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed48cc3c-fab1-49e3-855d-b6cbe737a3ee","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"cfe4ee6e-b50a-4e25-871b-3c88f7489bb1","serviceDescription":"service","serviceInvariantUUID":"58936b6e-6028-4810-9ad2-b23fd42afb04","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f7c9367a-5e12-4b3a-9a30-94004a765b36","resourceInvariantUUID":"6c1d626c-7b64-427b-b806-b520d5662a3b","resourceCustomizationUUID":"7e37ed17-c2de-4715-a14c-57be38ff3dad","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":"MWZmMTc0ZTI1ZjkzZDYzZjM0NTY3OGE1ZmE0YjBkM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"181a27e4-396f-4583-a5a1-d56de7b314b4","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":"f70118a7-59c0-48a6-a118-6009900e7e44","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":"ba37da6a-8e83-4257-bf94-3d1862bcc96c","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":"NTA1MTRiZmZlZmJkNjAxODJiNjg2YzU2ODUzOWU1YmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fe00e157-0213-4c83-a6bf-014c8374d8af","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":"b73119f2-c26a-4b9f-8282-884a7f139cd2","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":"b181ebf5-bf8f-40ad-a455-63d41e0aca05","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":"7f5e1d9c-703f-4b0b-b6b3-81b705cdd075","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":"NjJjYmVjYzU1OGI3MTk1ZDFjMzFiNTU0ZjA1N2RkODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bb45615-f6e3-4dd5-ac52-70d3de5fefcf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MGZlN2M4YWQ2ZWU2N2RiZjU2OGE0NzhjMTEwOWEzMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d8987ec-ce0c-4be9-a8b0-38cd178cc30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-06T05:30:55.046Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:30:55.046Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:30:55.049Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:30:55.049Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:55.156Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-06T05:30:55.158Z||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. 2023-01-06T05:30:55.158Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:30:55.170Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:30:55.170Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:30:56.050Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:30:56.051Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:30:56.053Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:30:56.053Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:56.160Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-06T05:30:56.161Z||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. 2023-01-06T05:30:56.162Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:30:56.176Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:30:56.177Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-06T05:30:57.054Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:30:57.055Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:30:57.060Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:30:57.061Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:57.158Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-06T05:30:57.159Z||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. 2023-01-06T05:30:57.160Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:30:57.172Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:30:57.176Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:30:58.062Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:30:58.063Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:30:58.065Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:30:58.065Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:58.168Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-06T05:30:58.170Z||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. 2023-01-06T05:30:58.170Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:30:58.190Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:30:58.191Z||pool-143-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-06T05:30:59.066Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:30:59.068Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:30:59.071Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:30:59.071Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:30:59.172Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:30:59.174Z||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. 2023-01-06T05:30:59.174Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:30:59.186Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:30:59.189Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-06T05:31:00.072Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:31:00.073Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:31:00.077Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:31:00.078Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:00.180Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-06T05:31:00.181Z||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. 2023-01-06T05:31:00.182Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:00.201Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:00.202Z||pool-145-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:31:01.080Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:31:01.080Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:31:01.088Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:31:01.090Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:01.189Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-06T05:31:01.190Z||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. 2023-01-06T05:31:01.191Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:01.220Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:01.221Z||pool-146-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:31:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:31:02.086Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:31:02.088Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:02.092Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:31:02.094Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:31:02.098Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:31:02.098Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.129Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:02.132Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.133Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.135Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.135Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.136Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-06T05:31:02.136Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.136Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.137Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.137Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.137Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.137Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.138Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.138Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.140Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982822055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:31:02.143Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.143Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.144Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982887318, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:02.145Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.145Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.145Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982891302, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:02.145Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.145Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.146Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982892506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:02.147Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.149Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.150Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982893710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:02.151Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.152Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.152Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982895084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-06T05:31:02.152Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.153Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.153Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982896088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-06T05:31:02.153Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.156Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.157Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982897095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-06T05:31:02.158Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.158Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.158Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672982898102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:31:02.158Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.158Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.159Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.164Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.165Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.165Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.165Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.165Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.165Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.166Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.167Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.168Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.169Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.169Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.169Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.169Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.169Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.170Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.170Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.170Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.170Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.170Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.170Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.171Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.171Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.171Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.171Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.171Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.171Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.172Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.172Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.172Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.172Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.172Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.173Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.174Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.174Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.174Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.174Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.174Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.174Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.174Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.174Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-06T05:31:02.175Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.175Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.189Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.189Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.190Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.190Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.191Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.191Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.191Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.191Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.192Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.192Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.192Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.192Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.193Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1672982908584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:31:02.193Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.193Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.193Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.194Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.194Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.194Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982907163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:31:02.194Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.195Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.195Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982910084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.195Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.195Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.196Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.196Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.196Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.196Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982917147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:31:02.197Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-06T05:31:02.197Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.198Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.198Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.198Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.198Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.199Z||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. 2023-01-06T05:31:02.199Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:02.199Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982926957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:02.200Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.200Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.200Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982925985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:02.201Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.201Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.201Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982926894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:02.201Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.201Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.202Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.202Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.202Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.202Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982927980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-06T05:31:02.203Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.203Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.203Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.203Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.204Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.204Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1672982928982, "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=? 2023-01-06T05:31:02.214Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:02.214Z||pool-147-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-06T05:31:02.224Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 2023-01-06T05:31:02.224Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 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 (?, ?, ?, ?, ?) 2023-01-06T05:31:02.235Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.235Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "cds", "timestamp": 1672982928166, "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=? 2023-01-06T05:31:02.241Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 2023-01-06T05:31:02.241Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 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 (?, ?, ?, ?, ?) 2023-01-06T05:31:02.254Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.254Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.254Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.255Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.255Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.255Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.256Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.256Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982930916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:31:02.256Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.256Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.256Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.257Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.257Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.257Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "aai-ml", "timestamp": 1672982931920, "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=? 2023-01-06T05:31:02.266Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 2023-01-06T05:31:02.266Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 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 (?, ?, ?, ?, ?) 2023-01-06T05:31:02.285Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.286Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:31:02.286Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.287Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.287Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982924800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:31:02.287Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:31:02.289Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.289Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982934557, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:02.289Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.289Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.290Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982936440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:31:02.290Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:31:02.290Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:31:02.290Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672982937443, "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=? 2023-01-06T05:31:02.312Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 2023-01-06T05:31:02.312Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 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 (?, ?, ?, ?, ?) 2023-01-06T05:31:03.100Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-06T05:31:03.101Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:31:03.107Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:31:03.107Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:31:03.207Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:31:03.209Z||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. 2023-01-06T05:31:03.209Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:03.220Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:03.220Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:31:04.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "cfe4ee6e-b50a-4e25-871b-3c88f7489bb1", "serviceDescription": "service", "serviceInvariantUUID": "58936b6e-6028-4810-9ad2-b23fd42afb04", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "7e37ed17-c2de-4715-a14c-57be38ff3dad", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f7c9367a-5e12-4b3a-9a30-94004a765b36", "resourceInvariantUUID": "6c1d626c-7b64-427b-b806-b520d5662a3b", "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": "MGZlN2M4YWQ2ZWU2N2RiZjU2OGE0NzhjMTEwOWEzMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d8987ec-ce0c-4be9-a8b0-38cd178cc30d" } ], "workloadContext": "Production" } 2023-01-06T05:31:04.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-06T05:31:04.109Z|25dc30f3-9776-45d6-b4b8-f3742171af4f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cfe4ee6e-b50a-4e25-871b-3c88f7489bb1 ASDC 2023-01-06T05:31:04.111Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:ed48cc3c-fab1-49e3-855d-b6cbe737a3ee ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:cfe4ee6e-b50a-4e25-871b-3c88f7489bb1 ServiceInvariantUUID:58936b6e-6028-4810-9ad2-b23fd42afb04 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:4d8987ec-ce0c-4be9-a8b0-38cd178cc30d ArtifactChecksum:MGZlN2M4YWQ2ZWU2N2RiZjU2OGE0NzhjMTEwOWEzMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:7e37ed17-c2de-4715-a14c-57be38ff3dad ResourceInvariantUUID:6c1d626c-7b64-427b-b806-b520d5662a3b ResourceName:test-pnf ResourceType:PNF ResourceUUID:f7c9367a-5e12-4b3a-9a30-94004a765b36 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-06T05:31:04.111Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfe4ee6e-b50a-4e25-871b-3c88f7489bb1 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=? 2023-01-06T05:31:04.218Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T05:31:04.219Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:31:04.220Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:31:04.220Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d8987ec-ce0c-4be9-a8b0-38cd178cc30d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-06T05:31:04.220Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-06T05:31:04.220Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-06T05:31:04.395Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-06T05:31:04.401Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4d8987ec-ce0c-4be9-a8b0-38cd178cc30d 110871 2023-01-06T05:31:04.402Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-06T05:31:04.402Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-06T05:31:04.402Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-06T05:31:04.402Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:31:04.407Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:31:04.407Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983064401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:31:04.507Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-06T05:31:04.508Z||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. 2023-01-06T05:31:04.508Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:04.519Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:04.520Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:31:05.408Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-06T05:31:05.409Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-06T05:31:05.409Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4d8987ec-ce0c-4be9-a8b0-38cd178cc30d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-06T05:31:05.411Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-06T05:31:05.412Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-06T05:31:05.412Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-06T05:31:05.718Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13363711184296908103/Definitions/service-TestPnfMacro-template.yml 2023-01-06T05:31:07.529Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-06T05:31:07.530Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-06T05:31:07.530Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-06T05:31:07.531Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-06T05:31:07.531Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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 2023-01-06T05:31:07.531Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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 2023-01-06T05:31:07.531Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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 2023-01-06T05:31:07.531Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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 2023-01-06T05:31:07.532Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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 2023-01-06T05:31:07.532Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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 2023-01-06T05:31:07.532Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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 2023-01-06T05:31:07.532Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-06T05:31:07.533Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.533Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.533Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-06T05:31:07.534Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-06T05:31:07.534Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T05:31:07.534Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.534Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.535Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-06T05:31:07.535Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-06T05:31:07.535Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-06T05:31:07.535Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.536Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.536Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.536Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.536Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.536Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.536Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.537Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.537Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.537Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.537Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:cfe4ee6e-b50a-4e25-871b-3c88f7489bb1 Model Version:NULL Model InvariantUuid:58936b6e-6028-4810-9ad2-b23fd42afb04 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=? 2023-01-06T05:31:07.546Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: f7c9367a-5e12-4b3a-9a30-94004a765b36 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=? 2023-01-06T05:31:07.549Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||test-pnf 0 2023-01-06T05:31:07.549Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f7c9367a-5e12-4b3a-9a30-94004a765b36 2023-01-06T05:31:07.550Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||No resources found for Service: cfe4ee6e-b50a-4e25-871b-3c88f7489bb1 2023-01-06T05:31:07.550Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cfe4ee6e-b50a-4e25-871b-3c88f7489bb1 2023-01-06T05:31:07.550Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f7c9367a-5e12-4b3a-9a30-94004a765b36 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=? 2023-01-06T05:31:07.558Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60b61f46, org.onap.sdc.toscaparser.api.parameters.Input@4a2b848b, org.onap.sdc.toscaparser.api.parameters.Input@14a28ccb, org.onap.sdc.toscaparser.api.parameters.Input@514437a0, org.onap.sdc.toscaparser.api.parameters.Input@1d85ee1] 2023-01-06T05:31:07.559Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.560Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.560Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cfe4ee6e-b50a-4e25-871b-3c88f7489bb1: test-pnf 2023-01-06T05:31:07.561Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||Processing PNF resource: f7c9367a-5e12-4b3a-9a30-94004a765b36 2023-01-06T05:31:07.561Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-06T05:31:07.561Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-06T05:31:07.562Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||Resource customization UUID: 7e37ed17-c2de-4715-a14c-57be38ff3dad is the same as notified resource customizationUUID: 7e37ed17-c2de-4715-a14c-57be38ff3dad 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 (?, ?) 2023-01-06T05:31:07.667Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f7c9367a-5e12-4b3a-9a30-94004a765b36 0 ASDC deployResourceStructure 2023-01-06T05:31:07.668Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-06T05:31:07.668Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-06T05:31:07.668Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-06T05:31:07.669Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:31:07.672Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:31:07.674Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983067668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:31:07.771Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-06T05:31:07.773Z||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. 2023-01-06T05:31:07.773Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:07.792Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:07.792Z||pool-150-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-06T05:31:08.677Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed48cc3c-fab1-49e3-855d-b6cbe737a3ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-06T05:31:08.716Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 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=? 2023-01-06T05:31:08.722Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-06T05:31:08.722Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-06T05:31:08.722Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-06T05:31:08.722Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-06T05:31:08.722Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:31:08.723Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:31:08.723Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:31:08.723Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:31:08.723Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-06T05:31:08.723Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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=? 2023-01-06T05:31:08.761Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-06T05:31:38.762Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed48cc3c-fab1-49e3-855d-b6cbe737a3ee 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=? 2023-01-06T05:31:38.771Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed48cc3c-fab1-49e3-855d-b6cbe737a3ee and serviceModelVersionId: cfe4ee6e-b50a-4e25-871b-3c88f7489bb1 2023-01-06T05:31:38.772Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58936b6e-6028-4810-9ad2-b23fd42afb04 2023-01-06T05:31:38.773Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?depth=0 2023-01-06T05:31:38.777Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-06T05:31:38.857Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?depth=0|INFO|500||Invoke 2023-01-06T05:31:38.858Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed48cc3c-fab1-49e3-855d-b6cbe737a3ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12da25d4-908b-40f4-b397-8f92a4bc66dc], X-ECOMP-RequestID=[ed48cc3c-fab1-49e3-855d-b6cbe737a3ee], X-TransactionId=[], X-ONAP-RequestID=[ed48cc3c-fab1-49e3-855d-b6cbe737a3ee], Content-Type=[application/merge-patch+json]} 2023-01-06T05:31:38.911Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-06T05:31:39.115Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?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/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 05:31:39 GMT], content-length=[0], vertex-id=[274472], x-aai-txid=[2-aai-resources-230106-05:31:39:344-32497], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-06T05:31:39.116Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-06T05:31:39.118Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58936b6e-6028-4810-9ad2-b23fd42afb04/model-vers/model-ver/cfe4ee6e-b50a-4e25-871b-3c88f7489bb1?depth=0|INFO|500||InvokeReturn 2023-01-06T05:31:39.118Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-06T05:31:39.118Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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=? 2023-01-06T05:31:39.127Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||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) 2023-01-06T05:31:39.127Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed48cc3c-fab1-49e3-855d-b6cbe737a3ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-06T05:31:39.128Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-06T05:31:39.128Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-06T05:31:39.132Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-06T05:31:39.132Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983099127, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T05:31:39.231Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-06T05:31:39.232Z||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. 2023-01-06T05:31:39.232Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:39.248Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:39.249Z||pool-151-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=? 2023-01-06T05:31:40.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:31:40.152Z||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. 2023-01-06T05:31:40.152Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:49.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:49.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:31:49.703Z||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. 2023-01-06T05:31:49.703Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:31:59.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:31:59.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:31:59.244Z||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. 2023-01-06T05:31:59.244Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:32:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:32:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:32:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:32:02.143Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:32:02.144Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:32:02.144Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "25dc30f3-9776-45d6-b4b8-f3742171af4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983049598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T05:32:02.145Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:32:02.145Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:32:02.145Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:32:02.146Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:32:02.146Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:32:02.146Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-06T05:32:02.146Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:32:02.146Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:32:02.146Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-06T05:32:02.147Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:32:02.147Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:32:02.147Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-06T05:32:02.148Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:32:02.148Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:32:02.149Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-06T05:32:02.150Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:32:02.150Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:32:02.150Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:32:02.150Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:32:02.151Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-06T05:32:02.151Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-06T05:32:02.151Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-06T05:32:08.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:32:08.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:32:08.802Z||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. 2023-01-06T05:32:08.802Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:32:18.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:33:02.055Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:33:02.056Z||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. 2023-01-06T05:33:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:33:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:33:02.083Z||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. 2023-01-06T05:33:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:33:02.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:33:02.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-06T05:33:02.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-06T05:33:02.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-06T05:33:11.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:34:02.055Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:34:02.057Z||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. 2023-01-06T05:34:02.058Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:34:02.082Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:34:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:34:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:34:02.603Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:34:02.605Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-06T05:34:02.605Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983050625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-06T05:34:02.608Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-06T05:34:02.609Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-06T05:34:02.609Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983064401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-06T05:34:02.610Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:34:02.610Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-06T05:34:02.610Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983067668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-06T05:34:02.611Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:34:02.611Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-06T05:34:02.611Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed48cc3c-fab1-49e3-855d-b6cbe737a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672983099127, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-06T05:34:02.611Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-06T05:34:11.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:35:02.054Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:35:02.055Z||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. 2023-01-06T05:35:02.055Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:35:02.082Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:35:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:35:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:35:11.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:35:11.620Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:36:02.054Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:36:02.055Z||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. 2023-01-06T05:36:02.055Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:36:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:36:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:36:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:36:11.649Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:36:11.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:37:02.055Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:37:02.057Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:37:02.057Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:37:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:37:02.083Z||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. 2023-01-06T05:37:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:37:11.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:37:11.626Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:38:02.054Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:38:02.057Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:38:02.057Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:38:02.082Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:38:02.083Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:38:02.083Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:38:11.601Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:38:11.619Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:39:02.054Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:39:02.056Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:39:02.056Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:39:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:39:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T05:39:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:39:11.609Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:39:11.623Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:40:02.054Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:40:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:40:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:40:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:40:02.083Z||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. 2023-01-06T05:40:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:40:11.604Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:40:11.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:41:02.054Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:41:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:41:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:41:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:41:02.083Z||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. 2023-01-06T05:41:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:41:11.615Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:41:11.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:42:02.054Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:42:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:42:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:42:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:42:02.083Z||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. 2023-01-06T05:42:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:42:11.615Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:42:11.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:43:02.054Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:43:02.057Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:43:02.057Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:43:02.082Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:43:02.083Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:43:02.083Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:43:11.600Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:43:11.619Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:44:02.055Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:44:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:44:02.057Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:44:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:44:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T05:44:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:44:11.609Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:44:11.621Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:45:02.054Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:45:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:45:02.057Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:45:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:45:02.083Z||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. 2023-01-06T05:45:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:45:11.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:45:11.620Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:46:02.055Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:46:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T05:46:02.056Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:46:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:46:02.083Z||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. 2023-01-06T05:46:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:46:11.628Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:46:11.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:47:02.055Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:47:02.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T05:47:02.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:47:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:47:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:47:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:47:11.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:47:11.623Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:48:02.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:48:02.059Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T05:48:02.059Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T05:48:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:48:02.083Z||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. 2023-01-06T05:48:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:48:11.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:48:11.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:49:02.054Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:49:02.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T05:49:02.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:49:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:49:02.083Z||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. 2023-01-06T05:49:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:49:11.607Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:49:11.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:50:02.054Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:50:02.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T05:50:02.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:50:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:50:02.082Z||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. 2023-01-06T05:50:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:50:11.613Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:50:11.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:51:02.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:51:02.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T05:51:02.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:51:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:51:02.083Z||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. 2023-01-06T05:51:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:51:11.602Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:51:11.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:52:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:52:02.059Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:52:02.059Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:52:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:52:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:52:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:52:11.605Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:52:11.624Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:53:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:53:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:53:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:53:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:53:02.083Z||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. 2023-01-06T05:53:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:53:11.603Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:53:11.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:54:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:54:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:54:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:54:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:54:02.083Z||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. 2023-01-06T05:54:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:54:11.602Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:54:11.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:55:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:55:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:55:02.057Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:55:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:55:02.084Z||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. 2023-01-06T05:55:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:55:11.599Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:55:11.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:56:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:56:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:56:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:56:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:56:02.083Z||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. 2023-01-06T05:56:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:56:11.601Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:56:11.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:57:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:57:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:57:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:57:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:57:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T05:57:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:57:11.607Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:57:11.618Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:58:02.058Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:58:02.059Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:58:02.059Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:58:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:58:02.083Z||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. 2023-01-06T05:58:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:58:11.607Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:58:11.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:59:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:59:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T05:59:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:59:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T05:59:02.082Z||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. 2023-01-06T05:59:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T05:59:11.612Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T05:59:11.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:00:02.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:00:02.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T06:00:02.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:00:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:00:02.083Z||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. 2023-01-06T06:00:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:00:11.620Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:00:11.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:01:02.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:01:02.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T06:01:02.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:01:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:01:02.083Z||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. 2023-01-06T06:01:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:01:11.612Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:01:11.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:02:02.054Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:02:02.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T06:02:02.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:02:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:02:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T06:02:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:02:11.608Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:02:11.621Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:03:02.054Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:03:02.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T06:03:02.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:03:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:03:02.084Z||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. 2023-01-06T06:03:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:03:11.601Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:03:11.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:04:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:04:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:04:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:04:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:04:02.083Z||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. 2023-01-06T06:04:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:04:11.610Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:04:11.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:05:02.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:05:02.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T06:05:02.058Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T06:05:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:05:02.083Z||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. 2023-01-06T06:05:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:05:11.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:05:11.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:06:02.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:06:02.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T06:06:02.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T06:06:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:06:02.082Z||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. 2023-01-06T06:06:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:06:11.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:06:11.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:07:02.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:07:02.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T06:07:02.062Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T06:07:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:07:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T06:07:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:07:11.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:07:11.622Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:08:02.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:08:02.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T06:08:02.056Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T06:08:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:08:02.089Z||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. 2023-01-06T06:08:02.089Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:08:11.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:08:11.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:09:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:09:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:09:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:09:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:09:02.083Z||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. 2023-01-06T06:09:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:09:11.603Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:09:11.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:10:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:10:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:10:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:10:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:10:02.083Z||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. 2023-01-06T06:10:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:10:11.647Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:10:11.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:11:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:11:02.057Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:11:02.057Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:11:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:11:02.083Z||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. 2023-01-06T06:11:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:11:11.599Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:11:11.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:12:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:12:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:12:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:12:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:12:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T06:12:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:12:11.602Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:12:11.624Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:13:02.054Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:13:02.055Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T06:13:02.055Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T06:13:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:13:02.083Z||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. 2023-01-06T06:13:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:13:11.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:13:11.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:14:02.055Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:14:02.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T06:14:02.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T06:14:02.084Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:14:02.086Z||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. 2023-01-06T06:14:02.086Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:14:11.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:14:11.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:15:02.055Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:15:02.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T06:15:02.056Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T06:15:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:15:02.083Z||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. 2023-01-06T06:15:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:15:11.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:15:11.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:16:02.055Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:16:02.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-06T06:16:02.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ... 2023-01-06T06:16:02.083Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:16:02.084Z||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. 2023-01-06T06:16:02.085Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:16:11.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:16:11.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:17:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:17:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:17:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:17:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:17:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T06:17:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:17:11.603Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:17:11.636Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:18:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:18:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:18:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:18:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:18:02.083Z||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. 2023-01-06T06:18:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:18:11.599Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:18:11.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:19:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:19:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:19:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:19:02.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:19:02.084Z||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. 2023-01-06T06:19:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:19:11.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:19:11.634Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:20:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:20:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:20:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:20:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:20:02.082Z||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. 2023-01-06T06:20:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:20:11.605Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:20:11.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:21:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:21:02.057Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:21:02.057Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:21:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:21:02.083Z||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. 2023-01-06T06:21:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:21:11.607Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:21:11.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:22:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:22:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:22:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:22:02.082Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:22:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T06:22:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:22:11.601Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:22:11.626Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:23:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:23:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:23:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:23:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:23:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T06:23:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:23:11.614Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:23:11.629Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:24:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:24:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:24:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:24:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:24:02.083Z||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. 2023-01-06T06:24:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:24:11.609Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:24:11.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:25:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:25:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:25:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:25:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:25:02.083Z||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. 2023-01-06T06:25:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:25:11.597Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:25:11.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:26:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:26:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:26:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:26:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:26:02.083Z||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. 2023-01-06T06:26:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:26:11.628Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:26:11.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:27:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:27:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:27:02.056Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:27:02.082Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:27:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T06:27:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:27:11.600Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:27:11.628Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:28:02.054Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:28:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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. 2023-01-06T06:28:02.055Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:28:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:28:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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. 2023-01-06T06:28:02.083Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:28:11.598Z|ed48cc3c-fab1-49e3-855d-b6cbe737a3ee|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:28:11.621Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:29:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:29:02.055Z||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. 2023-01-06T06:29:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:29:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:29:02.084Z||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. 2023-01-06T06:29:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:29:11.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:29:11.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:30:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:30:02.056Z||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. 2023-01-06T06:30:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:30:02.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:30:02.084Z||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. 2023-01-06T06:30:02.084Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:30:11.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:30:11.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:31:02.055Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:31:02.057Z||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. 2023-01-06T06:31:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:31:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:31:02.083Z||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. 2023-01-06T06:31:02.083Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:31:11.609Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:31:11.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:32:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:32:02.056Z||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. 2023-01-06T06:32:02.057Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:32:02.082Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:32:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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. 2023-01-06T06:32:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:32:11.618Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:32:11.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:33:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:33:02.055Z||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. 2023-01-06T06:33:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:33:02.082Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:33:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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. 2023-01-06T06:33:02.083Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:33:11.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:33:11.628Z|2201aac3-64b3-4b5b-aca9-9f53e494fab7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-06T06:34:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:34:02.055Z||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. 2023-01-06T06:34:02.056Z||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 pdUdpabLvA6pcUUJ) ... 2023-01-06T06:34:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-06T06:34:02.083Z||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. 2023-01-06T06:34:02.083Z||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 pdUdpabLvA6pcUUJ) ...